Re: [U-Boot] [PATCH v2 0/5] Remove old unused x86 boards and code

2013-02-17 Thread Graeme Russ
Hi Simon, And lines 77-88 of arch/x86/cpu/u-boot.lds can go as well now Regards, Graeme P.S. So glad to finally see the end of the old 16-bit BIOS crap :) On Mon, Feb 18, 2013 at 9:30 AM, Graeme Russ wrote: > Hi Simon, > > OK, now that I have seen the results of the patches in all their > glo

Re: [U-Boot] [PATCH v2 0/5] Remove old unused x86 boards and code

2013-02-17 Thread Graeme Russ
Hi Simon, OK, now that I have seen the results of the patches in all their glory, there is a bit more trimming to do: - Delete arch/x86/lib/bios.h - Check usage of pci_shadow_rom() (defined in arch/x86/lib/pci.c) - In arch/x86/include/asm/pci.h, check if any of the following are unused: - p

[U-Boot] [PATCH v2 0/5] Remove old unused x86 boards and code

2013-02-14 Thread Simon Glass
As suggested by Graeme Russ this series attempts to remove old unused boards and code from x86 U-Boot. This includes: - Dumping the eNET boards - Dumping the SC520 CPU - Dumping 16-bit 'Real Mode' support (other than what is needed for the reset vector and protected mode switch) No restructuring