1. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  2. 812d2a4 northbridge/amd: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  3. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  4. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  5. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  6. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  7. a8ae1c6 Whitespace: Replace tab character in license text with two spaces by Paul Menzel · 11 years ago
  8. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  9. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  10. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  11. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  12. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  13. d0ac789 Update geode GX2 tree to match LX. by Nils Jacobs · 13 years ago
  14. 84be0f5 -Change the remaining GLIU1 port 5 register names from VIP (Video Input Port) by Nils Jacobs · 14 years ago
  15. 19d69e3 Move Geode GX2 UMA video memory size to Kconfig by Nils Jacobs · 14 years ago
  16. 642509c Remove dead and unused Geode GX2 code by Nils Jacobs · 14 years ago
  17. 3344743 Replace Geode GX2 MSR addresses for GLCP on GLIU1 with names by Nils Jacobs · 14 years ago
  18. 1c6d4e6 Clean up Geode GX2 comments, whitespace and coding style. Trivial. by Nils Jacobs · 14 years ago
  19. 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
  20. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  21. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  22. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  23. 2305f74 Move CS5535 specific setup from GX2 driver to CS5535. by Stefan Reinauer · 14 years ago
  24. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  25. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  26. ba09695 fix compilation remaining geode boards by Stefan Reinauer · 14 years ago
  27. 4154c66 zero warnings days. Down to under 600 different warnings by Stefan Reinauer · 14 years ago
  28. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  29. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  30. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  31. 07b8c2d This is the beginning of support for Geode and Kconfig in v2. by Ronald G. Minnich · 15 years ago
  32. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  33. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  34. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  35. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 15 years ago
  36. e562f72 Fix a LOT of implicit function declarations before they become errors. by Corey Osgood · 16 years ago
  37. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  38. 08da4f1 This repairs the other Geode mainboards so they'll build with the new by Marc Jones · 17 years ago
  39. a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 18 years ago
  40. af9cd4d change from AMD for the IRQ10 problem. by Ronald G. Minnich · 18 years ago
  41. 08af3f5 mods for the ultra40 bringup. This now builds. by Ronald G. Minnich · 18 years ago
  42. da7ee9f These changes incorporate steve goodrich'es fixes, and one bug that is by Ronald G. Minnich · 18 years ago
  43. 53a00b7 match settings per steve goodrich. by Ronald G. Minnich · 18 years ago
  44. 48415d5 add irq mapper support for OLPC and other boards that need this mapping by Ronald G. Minnich · 18 years ago
  45. fb93749 changes from AMD for making OLPC video work. by Ronald G. Minnich · 18 years ago
  46. 98e904e OLPC now builds and works just fine. by Ronald G. Minnich · 18 years ago
  47. d3ba4aa Fall back to pre-broken settings and setup for GX2. by Ronald G. Minnich · 18 years ago
  48. 64f07fb by Li-Ta Lo · 18 years ago
  49. c1a4b2b by Li-Ta Lo · 18 years ago
  50. b947b14 more code removal and removal of incorrect register settings. by Ronald G. Minnich · 18 years ago
  51. 94571a4 removing redundant and unneeded calls to functions. by Ronald G. Minnich · 18 years ago
  52. 05c0869 boot to kernel by Li-Ta Lo · 18 years ago
  53. 36c00aa fix adjustment for sizeram by Ronald G. Minnich · 18 years ago
  54. 170ce33 add ram resources by Ronald G. Minnich · 18 years ago
  55. d8d8fff minor modification by Li-Ta Lo · 18 years ago
  56. 4b8cf1d added chipsetinit function, many defines. addec call to chipsetinit to by Ronald G. Minnich · 18 years ago
  57. 5917c62 by Li-Ta Lo · 18 years ago
  58. 8854d30 by Li-Ta Lo · 18 years ago
  59. 1a971bd fix bit-twiddling errors on msr by Ronald G. Minnich · 18 years ago
  60. cd6985b vsm can be called now, and then hang. by Ronald G. Minnich · 18 years ago
  61. e4ad801 cpubug is fine. adding vsm support now. by Ronald G. Minnich · 18 years ago
  62. db44be9 added definitions. added cpubug support. added object. Commented out by Ronald G. Minnich · 18 years ago
  63. 3440706 added initial msr support by Ronald G. Minnich · 18 years ago
  64. ec5b166 add in the msr configuration by Ronald G. Minnich · 18 years ago
  65. 426da0b stupid svn failed. by Ronald G. Minnich · 18 years ago
  66. 108dd2c preliminary GX DRAM initization. It is not working yet. by Li-Ta Lo · 18 years ago
  67. 2bb216a adding preliminary, and almost certainly wrong, rumba support. by Ronald G. Minnich · 19 years ago