Re: [PATCH 07/12] rockchip: puma-rk3399: load environment from same medium as one used to load U-Boot proper

2022-09-20 Thread Quentin Schulz
Hi Kever, On 9/20/22 14:28, Kever Yang wrote: Hi Patrick, Quentin, Here is the definition about the ENV_IS_NOWHERE: config ENV_IS_NOWHERE     bool "Environment is not stored" help   Define this if you don't want to or can't have an environment stored   on a storage

Re: [PATCH 07/12] rockchip: puma-rk3399: load environment from same medium as one used to load U-Boot proper

2022-09-20 Thread Kever Yang
chulz Sent: mardi 6 septembre 2022 11:23 To: Kever Yang ; Quentin Schulz Cc: s...@chromium.org; philipp.toms...@vrull.eu; klaus.goger@theobroma- systems.com; knaerz...@gmail.com; u-boot@lists.denx.de Subject: Re: [PATCH 07/12] rockchip: puma-rk3399: load environment from same medium as one used to l

RE: [PATCH 07/12] rockchip: puma-rk3399: load environment from same medium as one used to load U-Boot proper

2022-09-14 Thread patrick.delaunay
u-boot@lists.denx.de > Subject: Re: [PATCH 07/12] rockchip: puma-rk3399: load environment from same > medium as one used to load U-Boot proper > > Hi Kever, > > On 9/4/22 13:49, Kever Yang wrote: > > Hi Quentin, > > > > The Kconfig from env/Kconfig >

Re: [PATCH 07/12] rockchip: puma-rk3399: load environment from same medium as one used to load U-Boot proper

2022-09-06 Thread Quentin Schulz
Hi Kever, On 9/4/22 13:49, Kever Yang wrote: Hi Quentin, The Kconfig from env/Kconfig config ENV_IS_NOWHERE     bool "Environment is not stored"     default y if !ENV_IS_IN_EEPROM && !ENV_IS_IN_EXT4 && \ !ENV_IS_IN_FAT && !ENV_IS_IN_FLASH && \  

Re: [PATCH 07/12] rockchip: puma-rk3399: load environment from same medium as one used to load U-Boot proper

2022-09-04 Thread Kever Yang
Hi Quentin, The Kconfig from env/Kconfig config ENV_IS_NOWHERE     bool "Environment is not stored"     default y if !ENV_IS_IN_EEPROM && !ENV_IS_IN_EXT4 && \ !ENV_IS_IN_FAT && !ENV_IS_IN_FLASH && \ !ENV_IS_IN_MMC && !ENV_IS_IN_NAND && \

Re: [PATCH 07/12] rockchip: puma-rk3399: load environment from same medium as one used to load U-Boot proper

2022-09-01 Thread Quentin Schulz
Hi Kever On 9/1/22 15:03, Kever Yang wrote: Hi Quentin, On 2022/7/23 00:06, Quentin Schulz wrote: From: Quentin Schulz Chances are when one boots U-Boot proper from a given storage medium, they want the same medium to be used to load and store the environment. This basically allows to have

Re: [PATCH 07/12] rockchip: puma-rk3399: load environment from same medium as one used to load U-Boot proper

2022-09-01 Thread Kever Yang
Hi Quentin, On 2022/7/23 00:06, Quentin Schulz wrote: From: Quentin Schulz Chances are when one boots U-Boot proper from a given storage medium, they want the same medium to be used to load and store the environment. This basically allows to have completely separate U-Boot (TPL/SPL/U-Boot