| | |
| | | diff -Nuar uboot-imx/arch/arm/dts/imx6ul-14x14-evk.dtsi uboot-imx-imx6ull/arch/arm/dts/imx6ul-14x14-evk.dtsi |
| | | --- uboot-imx/arch/arm/dts/imx6ul-14x14-evk.dtsi 2021-09-06 16:48:23.000000000 +0800 |
| | | +++ uboot-imx-imx6ull/arch/arm/dts/imx6ul-14x14-evk.dtsi 2021-11-14 13:27:59.306153563 +0800 |
| | | +++ uboot-imx-imx6ull/arch/arm/dts/imx6ul-14x14-evk.dtsi 2021-11-16 12:55:12.665468988 +0800 |
| | | @@ -83,6 +83,9 @@ |
| | | pinctrl-0 = <&pinctrl_enet1>; |
| | | phy-mode = "rmii"; |
| | |
| | | }; |
| | | diff -Nuar uboot-imx/.cfg-imx6ull uboot-imx-imx6ull/.cfg-imx6ull |
| | | --- uboot-imx/.cfg-imx6ull 1970-01-01 08:00:00.000000000 +0800 |
| | | +++ uboot-imx-imx6ull/.cfg-imx6ull 2021-11-14 14:19:38.710849946 +0800 |
| | | +++ uboot-imx-imx6ull/.cfg-imx6ull 2021-11-16 20:42:43.127648377 +0800 |
| | | @@ -0,0 +1,1644 @@ |
| | | +# |
| | | +# Automatically generated file; DO NOT EDIT. |
| | |
| | | +# |
| | | +# Boot commands |
| | | +# |
| | | +# CONFIG_CMD_BOOTD is not set |
| | | +CONFIG_CMD_BOOTD=y |
| | | +CONFIG_CMD_BOOTM=y |
| | | +CONFIG_CMD_BOOTZ=y |
| | | +CONFIG_BOOTM_LINUX=y |
| | |
| | | +CONFIG_MKIMAGE_DTC_PATH="dtc" |
| | | diff -Nuar uboot-imx/drivers/net/phy/phy.c uboot-imx-imx6ull/drivers/net/phy/phy.c |
| | | --- uboot-imx/drivers/net/phy/phy.c 2021-09-06 16:48:23.000000000 +0800 |
| | | +++ uboot-imx-imx6ull/drivers/net/phy/phy.c 2021-11-14 13:28:43.737904373 +0800 |
| | | +++ uboot-imx-imx6ull/drivers/net/phy/phy.c 2021-11-16 12:55:12.665468988 +0800 |
| | | @@ -182,6 +182,9 @@ |
| | | { |
| | | int result; |
| | |
| | | |
| | | diff -Nuar uboot-imx/include/configs/mx6ullevk.h uboot-imx-imx6ull/include/configs/mx6ullevk.h |
| | | --- uboot-imx/include/configs/mx6ullevk.h 2021-09-06 16:48:23.000000000 +0800 |
| | | +++ uboot-imx-imx6ull/include/configs/mx6ullevk.h 2021-11-14 14:04:39.590289783 +0800 |
| | | @@ -100,124 +100,33 @@ |
| | | +++ uboot-imx-imx6ull/include/configs/mx6ullevk.h 2021-11-16 12:55:12.665468988 +0800 |
| | | @@ -100,124 +100,34 @@ |
| | | |
| | | #else |
| | | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| | |
| | | + "tftp $loadaddr $image; tftp $fdt_addr ${fdt_file};" \ |
| | | + "run mmcargs; " \ |
| | | + "bootz ${loadaddr} - ${fdt_addr}\0" \ |
| | | + "bootcmd=run mmcboot\0" |
| | | + "bootcmd=run mmcboot\0" \ |
| | | + "bbl=tftp ${loadaddr} u-boot-imx6ull-emmc.imx && mmc dev ${mmcdev} 1 && mmc write ${loadaddr} 2 0x500\0" |
| | | #endif |
| | | |
| | | /* Miscellaneous configurable options */ |
| | | @@ -238,7 +147,9 @@ |
| | | @@ -238,7 +148,9 @@ |
| | | (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) |
| | | |
| | | /* environment organization */ |
| | |
| | | #define CONFIG_IOMUX_LPSR |
| | | diff -Nuar uboot-imx/Makefile uboot-imx-imx6ull/Makefile |
| | | --- uboot-imx/Makefile 2021-09-06 16:48:23.000000000 +0800 |
| | | +++ uboot-imx-imx6ull/Makefile 2021-11-14 14:17:15.073367046 +0800 |
| | | +++ uboot-imx-imx6ull/Makefile 2021-11-16 20:40:25.974293682 +0800 |
| | | @@ -263,6 +263,9 @@ |
| | | CROSS_COMPILE ?= |
| | | endif |