[U-Boot] [PATCH 01/10] x86: Move paging functions into cpu.c

Simon Glass sjg at chromium.org
Sat Nov 8 20:23:23 CET 2014


On 10 October 2014 08:21, Simon Glass <sjg at chromium.org> wrote:
> These functions really don't belong in physmem as they relate to the
> cpu. Move them.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  arch/x86/cpu/cpu.c         | 35 +++++++++++++++++++++++++++++++++++
>  arch/x86/include/asm/cpu.h | 22 ++++++++++++++++++++++
>  arch/x86/lib/physmem.c     | 33 +++------------------------------
>  3 files changed, 60 insertions(+), 30 deletions(-)
>  create mode 100644 arch/x86/include/asm/cpu.h

Applied to u-boot-x86 and now in mainline.


More information about the U-Boot mailing list