[U-Boot] [PATCH v2 30/38] x86: spl: Reduce priority of the basic SPL image loader
Bin Meng
bmeng.cn at gmail.com
Wed Oct 2 14:07:33 UTC 2019
On Wed, Sep 25, 2019 at 10:13 PM Simon Glass <sjg at chromium.org> wrote:
>
> This image loader works on systems where the flash is directly mapped to
> the last part of the 32-bit address space. On recent Intel systems (such
> as apollolake) this is not the case.
>
> Reduce the priority of this loader so that another one can override it.
>
> While we are here, rename the loader to BOOT_DEVICE_SPI_MMAP since
> BOOT_DEVICE_BOARD is not very descriptive.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> arch/x86/include/asm/spl.h | 3 +--
> arch/x86/lib/spl.c | 5 +++--
> arch/x86/lib/tpl.c | 4 ++--
> 3 files changed, 6 insertions(+), 6 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list