commit | f95ad8c91c5a150f8e4481b68e4dbee5a3a5d0b2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Aug 04 12:33:57 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 08:44:07 2015 -0600 |
tree | 007cebcf8d1ddc0c529e15cf3bd90e8d2f57ca9d | |
parent | ce62a250661b18a08a57322d36e95e8b80201c0a [diff] |
x86: Add support for passing tables into U-Boot The EFI stub provides information to U-Boot in a table. This includes the memory map which is needed to decide where to relocate U-Boot. Collect this information in the early init code and store it in global_data. Fix up the BIST code at the same time since we don't have it when booting from EFI and can assume it is 0. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>