[U-Boot] [PATCH v2 04/13] x86: Move install_e820_map() out of zimage.c

Simon Glass sjg at chromium.org
Fri Oct 2 09:06:43 CEST 2015


On Monday, 28 September 2015, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> install_e820_map() has nothing to do with zimage related codes.
> Move it to a dedicated place.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v2:
> - New patch to move install_e820_map() out of zimage.c
>
>  arch/x86/include/asm/e820.h   |  3 +++
>  arch/x86/include/asm/zimage.h |  3 ---
>  arch/x86/lib/Makefile         |  1 +
>  arch/x86/lib/e820.c           | 37 +++++++++++++++++++++++++++++++++++++
>  arch/x86/lib/zimage.c         | 26 --------------------------
>  5 files changed, 41 insertions(+), 29 deletions(-)
>  create mode 100644 arch/x86/lib/e820.c
>

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list