[U-Boot] [PATCH v2 01/18] x86: minnowmax: Adjust U-Boot environment address in SPI flash

Bin Meng bmeng.cn at gmail.com
Mon May 23 09:00:48 CEST 2016


On Thu, May 19, 2016 at 12:00 PM, Simon Glass <sjg at chromium.org> wrote:
> On 11 May 2016 at 08:44, Bin Meng <bmeng.cn at gmail.com> 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 <bmeng.cn at gmail.com>
>> Reviewed-by: Stefan Roese <sr at denx.de>
>> ---
>>
>> Changes in v2: None
>>
>>  doc/README.x86              | 2 +-
>>  include/configs/minnowmax.h | 2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list