Re: [U-Boot] [PATCH 01/16] pico-imx7d: Convert to distro config

2018-07-23 Thread Stefano Babic
Hi Otavio,

On 29/06/2018 20:19, Otavio Salvador wrote:
> From: Fabio Estevam 
> 
> Instead of keeping a custom environment, use a more generic approach
> by switching to disto config.
> 
> Signed-off-by: Fabio Estevam 
> Signed-off-by: Otavio Salvador 
> ---
> 

Applied (whole patchset) to u-boot-imx, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH 01/16] pico-imx7d: Convert to distro config

2018-07-19 Thread Michael Nazzareno Trimarchi
Hi Otavio

On Fri, Jun 29, 2018 at 8:19 PM, Otavio Salvador
 wrote:
> From: Fabio Estevam 
>
> Instead of keeping a custom environment, use a more generic approach
> by switching to disto config.
>
> Signed-off-by: Fabio Estevam 
> Signed-off-by: Otavio Salvador 
> ---
>

For all the series please add Tested-by: Michael Trimarchi


>  include/configs/pico-imx7d.h | 55 +---
>  1 file changed, 14 insertions(+), 41 deletions(-)
>
> diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h
> index d2ffa70fc5..243c12faea 100644
> --- a/include/configs/pico-imx7d.h
> +++ b/include/configs/pico-imx7d.h
> @@ -41,48 +41,21 @@
> "console=ttymxc4\0" \
> "fdt_high=0x\0" \
> "initrd_high=0x\0" \
> -   "fdt_file=imx7d-pico-pi.dtb\0" \
> +   "fdtfile=imx7d-pico-pi.dtb\0" \
> "fdt_addr=0x8300\0" \
> -   "ip_dyn=yes\0" \
> -   "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
> -   "mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \
> -   "finduuid=part uuid mmc 0:2 uuid\0" \
> -   "mmcargs=setenv bootargs console=${console},${baudrate} " \
> -   "root=PARTUUID=${uuid} rootwait rw\0" \
> -   "loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
> -   "loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
> -   "mmcboot=echo Booting from mmc ...; " \
> -   "run finduuid; " \
> -   "run mmcargs; " \
> -   "if run loadfdt; then " \
> -   "bootz ${loadaddr} - ${fdt_addr}; " \
> -   "else " \
> -   "echo WARN: Cannot load the DT; " \
> -   "fi;\0" \
> -   "netargs=setenv bootargs console=${console},${baudrate} " \
> -   "root=/dev/nfs " \
> -   "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
> -   "netboot=echo Booting from net ...; " \
> -   "run netargs; " \
> -   "if test ${ip_dyn} = yes; then " \
> -   "setenv get_cmd dhcp; " \
> -   "else " \
> -   "setenv get_cmd tftp; " \
> -   "fi; " \
> -   "${get_cmd} ${image}; " \
> -   "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
> -   "bootz ${loadaddr} - ${fdt_addr}; " \
> -   "else " \
> -   "echo WARN: Cannot load the DT; " \
> -   "fi;\0"
> -
> -#define CONFIG_BOOTCOMMAND \
> -   "if mmc rescan; then " \
> -   "if run loadimage; then " \
> -   "run mmcboot; " \
> -   "else run netboot; " \
> -   "fi; " \
> -   "else run netboot; fi"
> +   "fdt_addr_r=0x8300\0" \
> +   "kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
> +   "pxefile_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
> +   "ramdisk_addr_r=0x8300\0" \
> +   "ramdiskaddr=0x8300\0" \
> +   "scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \
> +   BOOTENV
> +
> +#define BOOT_TARGET_DEVICES(func) \
> +   func(MMC, mmc, 0) \
> +   func(DHCP, dhcp, na)
> +
> +#include 
>
>  #define CONFIG_SYS_MEMTEST_START   0x8000
>  #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 
> 0x2000)
> --
> 2.18.0
>
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot



-- 
| Michael Nazzareno Trimarchi Amarula Solutions BV |
| COO  -  Founder  Cruquiuskade 47 |
| +31(0)851119172 Amsterdam 1018 AM NL |
|  [`as] http://www.amarulasolutions.com   |
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot