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)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 00:51:49 +0000 (18:51 -0600)
commit54c6001bbac1cb3b6b85605d115e5f73ef1ab198
treea0148b7a2b3a8319e0cf09204b51f498eafdd2a1
parent24ff8e70e1c989c3beeb3c0e97fd2e411c6b7ccd
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