]> git.baikalelectronics.ru Git - uboot.git/commit
x86: spl: Reduce priority of the basic SPL image loader
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:11:39 +0000 (08:11 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:35 +0000 (13:57 +0800)
commitcf468055c9c6d402dc737a1e484d25b20b9cd1b3
tree900a6cca277021b4de08fc003f6be7d566e3e185
parente9311e6a1f7169e2ed9bf560034475cfcfb24d31
x86: spl: Reduce priority of the basic SPL image loader

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@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/spl.h
arch/x86/lib/spl.c
arch/x86/lib/tpl.c