]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Install a default e820 table in the __weak install_e820_map()
authorBin Meng <bmeng.cn@gmail.com>
Tue, 21 Apr 2015 04:21:36 +0000 (12:21 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:14 +0000 (22:35 +0200)
commit3926a0bc0a1e888296fba792d61877b3532a9447
treecb575ef83567aaadc6f5a2630e04b05b8ba0fbd7
parent26a1aaddceb748c97bdf214d5d0c94e9a754c684
x86: Install a default e820 table in the __weak install_e820_map()

Create a default e820 table with 3 entries which is enough to boot
a Linux kernel.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/zimage.c