[U-Boot] [PATCH v3 02/12] x86: Move install_e820_map() out of zimage.c

Simon Glass sjg at chromium.org
Sun Oct 18 23:37:19 CEST 2015


On 7 October 2015 at 21:19, 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>
> Acked-by: Simon Glass <sjg at chromium.org>
>
> ---
>
> Changes in v3: None
> 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

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list