1. d7ee9dd northbridge/intel: add missing #include guards by Iru Cai · 8 years ago
  2. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  3. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  4. 7a8a4ab lib: Unify log2() and related functions by Julius Werner · 9 years ago
  5. 83f81ca acpi: Remove monolithic ACPI by Vladimir Serbinenko · 10 years ago
  6. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  7. e1133b7 kbuild: automatically include northbridges by Stefan Reinauer · 9 years ago
  8. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  9. 3bf3854 CBMEM: Tag chipsets with LATE_CBMEM_INIT by Kyösti Mälkki · 10 years ago
  10. 65b72ab northbridge: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  11. 9f74462 northbridge/intel: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  12. a3bdbcc e7501: Move to perdev ACPI by Vladimir Serbinenko · 10 years ago
  13. 0f92f63 Uniformly spell frequency unit symbol as Hz by Elyes HAOUAS · 10 years ago
  14. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  15. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  16. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  17. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  18. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  19. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  20. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  21. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  22. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  23. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  24. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  25. 481814d Clear improper use of CONFIG_CACHE_AS_RAM by Kyösti Mälkki · 13 years ago
  26. 3c0bfaf Fix most CONFIG_DEBUG_RAM_SETUP issues. by Stefan Reinauer · 14 years ago
  27. 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
  28. b69cb5a Convert some comments to proper Doxygen syntax. by Uwe Hermann · 14 years ago
  29. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  30. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  31. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  32. b3f8090 drop three unneeded config variables: by Jens Rottmann · 14 years ago
  33. 0d11f2d CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / by Jens Rottmann · 14 years ago
  34. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  35. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  36. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  37. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  38. 23836e2 zero warnings days... by Stefan Reinauer · 14 years ago
  39. 17b60a9 drop setup_ics code that was blatantly copied from cx700 and by Stefan Reinauer · 14 years ago
  40. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  41. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  42. 3ac400e drop USE_INIT should be USE_PRINTK_IN_CAR here. by Stefan Reinauer · 14 years ago
  43. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  44. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  45. a8aa1b1 Remove register pressure from e7501 driver by not indirectly referencing by Stefan Reinauer · 14 years ago
  46. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 14 years ago
  47. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 14 years ago
  48. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  49. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  50. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  51. 53ad9f5 Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. by Myles Watson · 15 years ago
  52. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  53. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  54. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  55. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  56. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 15 years ago
  57. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  58. 998a57c Update of the src/include/spd.h file with the following improvements: by Uwe Hermann · 18 years ago
  59. a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 18 years ago
  60. eca92fb Uwe Hermann: by Stefan Reinauer · 18 years ago
  61. 2d1fe37 fix two mainboards that have been broken by someone who does not use abuild.sh by Stefan Reinauer · 18 years ago
  62. 987ca8e Make #defined constants more descriptive. by Steven J. Magnani · 19 years ago
  63. 6ab43fc Updating FSF address in the code. by Stefan Reinauer · 19 years ago
  64. a4baa16 * Added support for "fast" (64-clock) refresh by Steven J. Magnani · 19 years ago
  65. 71ad2f4 Moved E7501-specific definitions here from raminit. by Steven J. Magnani · 19 years ago
  66. 6ca7636 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51 by arch import user (historical) · 19 years ago
  67. a9e632c - First stab at getting the ppc ports building and working. by Eric Biederman · 20 years ago
  68. ab49946 - Remove e7501 root_complex by Eric Biederman · 20 years ago
  69. 44b34e3 CONFIG_CHIP_NAME to control config chip.h without .name by Yinghai Lu · 20 years ago
  70. 018d8dd - Update abuild.sh so it will rebuild successfull builds by Eric Biederman · 20 years ago
  71. bf8bb42 *** empty log message *** by Yinghai Lu · 20 years ago
  72. 6e53f50 sizeram removal/conversion. by Eric Biederman · 20 years ago
  73. fb19864 ops and tsc by Yinghai Lu · 20 years ago
  74. 9cf950c s2735 minor changes by Yinghai Lu · 20 years ago
  75. 8e2847c - For now use port 0x80 based delays in for the e7501 memory initialization. by Eric Biederman · 20 years ago
  76. 720a8f5 - Update e7501 northbridge.c to work in the new structure. by Eric Biederman · 20 years ago
  77. 8abb054 *** empty log message *** by Yinghai Lu · 20 years ago
  78. dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 20 years ago
  79. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  80. 70093f7 Intel E7501 P64H2 ICH5R support by Yinghai Lu · 20 years ago