[U-Boot] [PATCH v3 5/5] x86: Remove unused real mode code
Graeme Russ
graeme.russ at gmail.com
Fri Feb 15 04:48:18 CET 2013
Hi Simon,
On Fri, Feb 15, 2013 at 2:38 PM, Simon Glass <sjg at chromium.org> wrote:
> This code is pretty old and we want to support only 32-bit systems now.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> Changes in v3:
> - Punt the real mode flag altogether
>
> Changes in v2:
> - Keep the real mode-to-protected code
>
> README | 5 -
> arch/x86/include/asm/realmode.h | 36 ---
> arch/x86/lib/Makefile | 10 -
> arch/x86/lib/bios.S | 569 ----------------------------------------
> arch/x86/lib/bios.h | 3 -
> arch/x86/lib/bios_pci.S | 447 -------------------------------
> arch/x86/lib/bios_setup.c | 179 -------------
> arch/x86/lib/realmode.c | 93 -------
> arch/x86/lib/realmode_switch.S | 232 ----------------
> arch/x86/lib/video.c | 6 -
> arch/x86/lib/video_bios.c | 196 --------------
> arch/x86/lib/zimage.c | 23 --
> 12 files changed, 1799 deletions(-)
> delete mode 100644 arch/x86/include/asm/realmode.h
> delete mode 100644 arch/x86/lib/bios.S
> delete mode 100644 arch/x86/lib/bios_pci.S
> delete mode 100644 arch/x86/lib/bios_setup.c
> delete mode 100644 arch/x86/lib/realmode.c
> delete mode 100644 arch/x86/lib/realmode_switch.S
> delete mode 100644 arch/x86/lib/video_bios.c
>
Acked-by: Graeme Russ <graeme.russ at gmail.com>
Regards,
Graeme
More information about the U-Boot
mailing list