From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 11 May 2016 09:14:26 +0200 Subject: [U-Boot] [PATCH 01/14] x86: minnowmax: Adjust U-Boot environment address in SPI flash In-Reply-To: <1462786477-14036-2-git-send-email-bmeng.cn@gmail.com> References: <1462786477-14036-1-git-send-email-bmeng.cn@gmail.com> <1462786477-14036-2-git-send-email-bmeng.cn@gmail.com> Message-ID: <5732DBD2.7020901@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09.05.2016 11:34, Bin Meng wrote: > Currently U-Boot environment address is at offset 0x7fe00 of a 8MB > SPI flash. When creating a partial u-boot.rom image without flash > descriptor and ME firmware, U-Boot actually occupies the last 1MB > of the flash, and reprograming U-Boot causes previous environment > settings get lost which is not convenient during testing. > > Adjust the environment address to 0x6ef000 instead (before the MRC > cache data region in the flash). > > Signed-off-by: Bin Meng Reviewed-by: Stefan Roese Thanks, Stefan