public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 00/26] [x86] 'Comming of Age'
@ 2010-04-23 14:05 Graeme Russ
  2010-04-23 14:05 ` Graeme Russ
                   ` (27 more replies)
  0 siblings, 28 replies; 31+ messages in thread
From: Graeme Russ @ 2010-04-23 14:05 UTC (permalink / raw)
  To: u-boot

Hello Everyone

Respin of a previous patch set addressing a few minor issues
including:

Version 2:
 - 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
  
Version 3:
 - Added CONFIG_SYS_NS16550_PORT_MAPPED instead of using CONFIG_X86 as
   suggested by Nishanth Menon

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] 31+ messages in thread

end of thread, other threads:[~2010-05-06 22:27 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox