1. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  2. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  3. e1133b7 kbuild: automatically include northbridges by Stefan Reinauer · 9 years ago
  4. 3bf3854 CBMEM: Tag chipsets with LATE_CBMEM_INIT by Kyösti Mälkki · 10 years ago
  5. 65b72ab northbridge: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  6. 2d072d4 northbridge/amd/gx2,lx: Treat MSR constant as unsigned long by Edward O'Callaghan · 10 years ago
  7. 812d2a4 northbridge/amd: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  8. 0f92f63 Uniformly spell frequency unit symbol as Hz by Elyes HAOUAS · 10 years ago
  9. df3629b northbridge/amd/{gx2,lx}: Qualify pointer with `volatile` by Edward O'Callaghan · 10 years ago
  10. bd7e8d8 AMD Northbridge LX: simplify get_top_of_ram() by Christian Gmeiner · 11 years ago
  11. dcb688e CBMEM: Unify get_top_of_ram() by Kyösti Mälkki · 11 years ago
  12. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  13. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  14. 7bc35754 AMD Northbridge LX: get rid of #include "northbridge/amd/lx/raminit.c" by Christian Gmeiner · 11 years ago
  15. c4e07bb AMD Northbridge LX: convert spd_read_byte() to non-static version by Christian Gmeiner · 11 years ago
  16. e2dc80c AMD Northbridge LX: rename get_systop() to get_top_of_ram() by Christian Gmeiner · 11 years ago
  17. 84ae76c AMD Northbridge LX: include northbridge.h in raminit.c by Christian Gmeiner · 11 years ago
  18. 194ec4d AMD Northbridge LX: make GeodeLinkSpeed() function prototype non-static by Christian Gmeiner · 11 years ago
  19. 6f9f785 AMD Northbridge LX: add some missing includes by Christian Gmeiner · 11 years ago
  20. eb6322f AMD Northbridge LX: make sdram_* function prototypes non-static by Christian Gmeiner · 11 years ago
  21. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  22. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  23. a8ae1c6 Whitespace: Replace tab character in license text with two spaces by Paul Menzel · 11 years ago
  24. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  25. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  26. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  27. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  28. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  29. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  30. 7dc2864 amd/lx: Move configuration from source to Kconfig by Patrick Georgi · 12 years ago
  31. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  32. 11ac1cf Mark non-returning function as noreturn to help some compiler versions by Patrick Georgi · 13 years ago
  33. 8cf54c9 Use die() to assure the processor can't wake up from an interrupt. by Nils Jacobs · 14 years ago
  34. 97be27e We hardcode highmemory size in every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic. by Rudolf Marek · 14 years ago
  35. 607614d Fix/drop some obsolete comments, by Uwe Hermann · 14 years ago
  36. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  37. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  38. b3f8090 drop three unneeded config variables: by Jens Rottmann · 14 years ago
  39. 6f22ecc * Adds support for PC Engines Alix.2D(1)3 board to Coreboot. by Aurelien Guillaume · 14 years ago
  40. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  41. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  42. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  43. 2c32e99 Factor out casmap calculation. Gets rid of a warning. by Myles Watson · 14 years ago
  44. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  45. f94a97b oops, sorry for the last commit. This commit changes the code to distinguish by Stefan Reinauer · 14 years ago
  46. 9839cbd * clean up all but two warnings on artecgroup dbe61 by Stefan Reinauer · 14 years ago
  47. b9aea89 cosmetics. by Stefan Reinauer · 14 years ago
  48. e46c1c8 remove more warnings. move ROOT_COMPLEX selection to fam10 by Stefan Reinauer · 14 years ago
  49. 8f2c616 No warnings day, next round. by Stefan Reinauer · 14 years ago
  50. 720297c remove some more warnings by Stefan Reinauer · 14 years ago
  51. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago
  52. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  53. 86b6dba trivial warning cleanups by Stefan Reinauer · 14 years ago
  54. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  55. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  56. 78b4033 more warnings gone... by Stefan Reinauer · 14 years ago
  57. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 14 years ago
  58. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  59. 4355beb Add the MSR writes that are needed to provide VGA legacy routing for the Geode LX by Edwin Beasant · 14 years ago
  60. 87d0c54 Change memory map of geode lx: 768kb-systop is a by Edwin Beasant · 14 years ago
  61. 47afa44 Mark c0000-fffff as usable on geode-lx. SeaBIOS needs it. by Edwin Beasant · 14 years ago
  62. e405327 Simplify Kconfig files by using "select" where possible (trivial). by Uwe Hermann · 15 years ago
  63. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  64. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  65. 9840245 More kconfig: by Patrick Georgi · 15 years ago
  66. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  67. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  68. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  69. b8e2517 Every object file with a struct pci_driver ... __pci_driver needs to be marked by Stefan Reinauer · 15 years ago
  70. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 15 years ago
  71. e562f72 Fix a LOT of implicit function declarations before they become errors. by Corey Osgood · 16 years ago
  72. f6fa12d Changed RAM speed calculation to fix RAM modules getting rejected only by Jens Rottmann · 16 years ago
  73. cb5c9fb Factor out print_conf() from Geode LX mainboard directories. The by Carl-Daniel Hailfinger · 16 years ago
  74. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  75. 6503cd9 Final set of changes to make Alix1c work. by Ronald G. Minnich · 17 years ago
  76. 65bc460 This code gets us to a working linux boot on the alix1c. I have not tested by Ronald G. Minnich · 17 years ago
  77. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  78. dd86328 I am signing off and acking this trivial patch, as I just wasted several by Ronald G. Minnich · 17 years ago
  79. dd55e86 his patch fixes the CAS map for -.5 and -1 CAS settings. The -.5 setting should only shift the mask one bit, not two. by Marc Jones · 17 years ago
  80. 344e457 Add missing license headers, minor cosmetic fixes in existing headers. by Uwe Hermann · 17 years ago
  81. ddf845f This patch cleans up and clarifies Geode source code comments. by Marc Jones · 17 years ago
  82. 03625f4 This patch cleans up \r left in the print strings. They were required for romcc code but no longer needed in cache as ram code. by Marc Jones · 17 years ago
  83. f8030bd Fix the indent and whitespace to match LinuxBIOS standards by Jordan Crouse · 17 years ago
  84. b29209f Add missing licenses to several of the files. by Jordan Crouse · 17 years ago
  85. 734daf6 This patch adds support for the northbridge integrated into the AMD by Marc Jones · 17 years ago
  86. 2ad85db Lots of lx fixes. CLeanup mainly. THings now build by Ronald G. Minnich · 18 years ago
  87. 7d94412 changes for the lx and artecgroup mobo by Indrek Kruusa · 18 years ago
  88. aefa3d7 warm boot patch from richard smith. signed-off-by: Ronald G. Minnich by Ronald G. Minnich · 18 years ago
  89. 8e34641 Changelog: by Indrek Kruusa · 18 years ago
  90. 5e9dc23 This patch adds support for the AMD LX cpu. by Ron Minnich · 18 years ago