
On 11/04/11 21:06, Graeme Russ wrote:
Make the copyright notices in the x86 files consistent and update them with proper attributions for recent updates
Also fix a few comment style/accuracy and whitespace/blank line issues
Signed-off-by: Graeme Russ graeme.russ@gmail.com
arch/i386/cpu/cpu.c | 31 +++++++++++------------ arch/i386/cpu/interrupts.c | 8 +++--- arch/i386/cpu/resetvec.S | 3 +- arch/i386/cpu/sc520/sc520.c | 8 +++--- arch/i386/cpu/sc520/sc520_car.S | 5 +-- arch/i386/cpu/sc520/sc520_pci.c | 14 ++++------ arch/i386/cpu/sc520/sc520_sdram.c | 4 +- arch/i386/cpu/sc520/sc520_ssi.c | 5 +--- arch/i386/cpu/sc520/sc520_timer.c | 7 +++-- arch/i386/cpu/start.S | 28 ++++++++------------- arch/i386/cpu/start16.S | 6 ++++- arch/i386/lib/bios.S | 3 +- arch/i386/lib/bios.h | 44 ++++++++++++++++----------------- arch/i386/lib/bios_setup.c | 3 +- arch/i386/lib/board.c | 21 ++++++---------- arch/i386/lib/bootm.c | 15 +++++++---- arch/i386/lib/interrupts.c | 16 ++++++------ arch/i386/lib/pcat_interrupts.c | 4 +- arch/i386/lib/pcat_timer.c | 2 +- arch/i386/lib/pci.c | 18 ++++++------- arch/i386/lib/pci_type1.c | 27 ++++++++++++++++---- arch/i386/lib/realmode.c | 10 ++----- arch/i386/lib/realmode_switch.S | 1 - arch/i386/lib/timer.c | 5 +++- arch/i386/lib/video.c | 48 +++++++++++++++--------------------- arch/i386/lib/video_bios.c | 2 +- arch/i386/lib/zimage.c | 4 +- board/eNET/eNET_pci.c | 7 +++-- 28 files changed, 170 insertions(+), 179 deletions(-)
Applied to u-boot-x86, master branch, thanks.
Regards,
Graeme Russ