All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 00/26] [x86] 'Comming of Age'
@ 2010-04-11 12:43 Graeme Russ
  2010-04-11 12:43 ` [U-Boot] [PATCH 01/26] [x86] Add unaligned.h Graeme Russ
                   ` (26 more replies)
  0 siblings, 27 replies; 32+ messages in thread
From: Graeme Russ @ 2010-04-11 12:43 UTC (permalink / raw)
  To: u-boot

Hello Everyone

This is a respin of a previous patch set addressing a few minor issues
including:

 - Resolved the PCI_BASE_ADDRESS_1 --> PCI_BASE_ADDRESS_0 modification.
   It turned out to be a PCI region definition issue where the existing
   code was making non-generic assumptions about the allocation of the
   PCI address space. The code which defines PCI regions has been made
   board specific
 - Use asm-generic/unaligned.h
 - Added GPLv2 copyright notice to the RAM sizer code - I contacted AMD
   and asked them to modify the license on thier Code Kit containing
   this code and they have happily obliged
 - Fixed bug in the RAM sizer code which I noticed when comparing the
   now Code Kit code to the existing code
    
This patch series can be examined as several distinct functional changes
 - Patches 1-3 are x86 specific build and core fixups
 - Patches 4-11 are x86 specific functional improvements
 - Patches 12-13 (*) switch the x86 port to CONFIG_SERIAL_MULTI
 - Patches 14-15 provide Linux boot support
 - Patch 16 is an sc520 specific patch (this one can be delayed)
 - Patches 17-18 are various eNET specific patches
 - Patches 19-20 make PCI region initialisation board specific
 - Patch 21 enables the eNET Ethernet chips (requires patched 19-20)
 - Patch 22 sets up the eNET for maximum PC/AT compatibilty to boot Linux
 - Patches 23-24 are eNET 'nice to haves'
 - Patch 25 updates the AMD license to GPL (I have supporting emails)
 - Patch 26 fixes a minor sc520 bug

(*) Patches 12 and 13 are the only patches which touch files outside the
x86 tree.

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2010-04-11 16:39 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-11 12:43 [U-Boot] [PATCH v2 00/26] [x86] 'Comming of Age' Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 01/26] [x86] Add unaligned.h Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 02/26] [x86] #ifdef out getenv_IPaddr() Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 03/26] [x86] Fix MMCR Access Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 04/26] [x86] Add register dump to crash handlers Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 05/26] [x86] Fix do_go_exec() Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 06/26] [x86] Fix sc520 memory size reporting Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 07/26] [x86] Split sc520 memory sizing versus reporting Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 08/26] [x86] Add RAM bootstrap functionality Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 09/26] [x86] Move GDT to a safe location in RAM Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 10/26] [x86] Pass relocation offset into Global Data Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 11/26] [x86] Fix copying of Real-Mode code into RAM Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 12/26] [ns16550] Enable port-mapped access Graeme Russ
2010-04-11 12:51   ` Nishanth Menon
2010-04-11 13:07     ` Graeme Russ
2010-04-11 13:09       ` Nishanth Menon
2010-04-11 12:43 ` [U-Boot] [PATCH 13/26] [x86] Use CONFIG_SERIAL_MULTI Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 14/26] [x86] Provide weak PC/AT compatibility setup function Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 15/26] [x86] Fix support for booting bzImage Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 16/26] [sc520] Allow boards to override udelay Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 17/26] [eNET] Fix Flash Write Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 18/26] [eNET] Fix CONFIG_SYS_HZ to be 1000 Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 19/26] [sc520] Move PCI defines to PCI include file Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 20/26] [sc520] Board Specific PCI Init Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 21/26] [eNET] Add support for onboard RTL8100B (RTL8139) chips Graeme Russ
2010-04-11 16:39   ` Ben Warren
2010-04-11 12:43 ` [U-Boot] [PATCH 22/26] [eNET] Add PC/AT compatibility setup function Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 23/26] Use SC520 MMCR to reset eNET board Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 24/26] Implement eNET Watchdog Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 25/26] [sc520] Update to new AMD Copyright Graeme Russ
2010-04-11 12:43 ` Graeme Russ
2010-04-11 12:43 ` [U-Boot] [PATCH 26/26] [sc520] Fix minor DRAM Controller Setup bug Graeme Russ

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.