1. 1506253 acpi_table_header: Replace hard-coded revision via macro and function by Himanshu Sahdev · 5 years ago
  2. 12b121c southbridge/intel: Tidy up preprocessor and headers by Kyösti Mälkki · 5 years ago
  3. d5d433e src/southbridge/intel: Remove unused variables by Elyes HAOUAS · 5 years ago
  4. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  5. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  6. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  7. 8ee161d arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field by Elyes HAOUAS · 5 years ago
  8. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  9. 26071aa ACPI: Correct asl_compiler_revision value by Elyes HAOUAS · 6 years ago
  10. 0fa793c sb/intel/i82371eb/fadt: Fix compilation on x86_64 by Patrick Rudolph · 6 years ago
  11. 8a41f4b device/pci_ops: Move questionable pci_locate() variants by Kyösti Mälkki · 6 years ago
  12. 19ea62e southbridge: Remove useless include <device/pci_ids.h> by Elyes HAOUAS · 6 years ago
  13. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  14. 1d93b88 vboot: fix CONFIG_RESUME_PATH_SAME_AS_BOOT S3 resume logic by Joel Kitching · 6 years ago
  15. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  16. 07e77f1 sb/intel/i82371eb: Get rid of device_t by Elyes HAOUAS · 6 years ago
  17. 9c5d463 southbridge/intel: Remove space before/after parenthesis by Elyes HAOUAS · 6 years ago
  18. 97041de9 sb/intel/i82371eb: Rework ACPI tables by Keith Hui · 7 years ago
  19. b9c1a4e sb/intel/i82371eb: Consolidate bootblock.c logic by Keith Hui · 7 years ago
  20. 16fe790 sb/intel/*: Use common SMBus functions by Arthur Heymans · 7 years ago
  21. 7a1a3ad southbridge/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  22. f068a73 southbridge/intel/i82371eb: transition away from device_t by Antonello Dettori · 8 years ago
  23. ba28e8d src/southbridge: Code formating by Elyes HAOUAS · 8 years ago
  24. 1bcd7fc src/southbridge: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  25. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  26. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  27. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  28. 83f81ca acpi: Remove monolithic ACPI by Vladimir Serbinenko · 10 years ago
  29. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  30. 5e59757 acpi: make fill_slit and fill_srat into arguments. by Vladimir Serbinenko · 10 years ago
  31. 13e4182 kbuild: automatically include southbridges by Stefan Reinauer · 9 years ago
  32. 78c5d58 ACPI: Add acpi_is_wakeup_s3() for romstage by Kyösti Mälkki · 10 years ago
  33. 5ab52dd southbridge: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  34. 41877d8 i82371eb & qemu: Move to per-device ACPI. by Vladimir Serbinenko · 10 years ago
  35. 08cd865 i82371eb: Remove weak functions by Vladimir Serbinenko · 10 years ago
  36. 9a817ef soutbridge/*/bootblock: Use pci_dev_t over device_t typedef by Edward O'Callaghan · 10 years ago
  37. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  38. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 11 years ago
  39. 264d265 southbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  40. d26da9c Coding style: punctuation cleanup [1/2]. by Idwer Vollering · 11 years ago
  41. 1a27904 intel/i82371: Remove HAVE_ACPI_RESUME by Kyösti Mälkki · 11 years ago
  42. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  43. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  44. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  45. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 12 years ago
  46. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  47. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  48. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  49. 26b00e6 Refactor some alignment handling by Patrick Georgi · 12 years ago
  50. 914377e Get rid of the old romstage-as-bootblock ROM layout by Patrick Georgi · 13 years ago
  51. a251dee Use default table creator macro for all SSDTs by Stefan Reinauer · 13 years ago
  52. 03f82bd Use ACPI text fields consistently with all other boards by Stefan Reinauer · 13 years ago
  53. 4e22a3b Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods by Tobias Diedrich · 14 years ago
  54. 4c50cb2 Fix compilation of all i82371eb boards when ACPI tables aren't generated by Idwer Vollering · 13 years ago
  55. 61aee5f In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__. by Stefan Reinauer · 13 years ago
  56. 42b1c43 Merge enable_rom.c files into bootblock.c files. by Uwe Hermann · 14 years ago
  57. b672d94 Tobias Diedrich wrote: by Tobias Diedrich · 14 years ago
  58. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  59. 4028ce7 Get rid of some unneeded function prototypes in romstage.c files. by Uwe Hermann · 14 years ago
  60. ca6d808 Tobias Diedrich wrote: by Tobias Diedrich · 14 years ago
  61. e87c38e After finding the missing bit poweroff works now. by Tobias Diedrich · 14 years ago
  62. b34ff66 Fix broken build due to missing #if CONFIG_IOAPIC. by Uwe Hermann · 14 years ago
  63. 7718054 Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D. by Uwe Hermann · 14 years ago
  64. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  65. 5b2fd1ea Fix typo after r5925. by Sylvain Hitier · 14 years ago
  66. 115c5b9 Remove various .c #includes from Intel 440BX/82371EB boards. by Uwe Hermann · 14 years ago
  67. 6798b47 Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK. by Uwe Hermann · 14 years ago
  68. 6f2d20e Convert all Intel 440BX boards to Cache-as-RAM (CAR). by Uwe Hermann · 14 years ago
  69. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  70. 0865b4d Make ASUS P3B-F RAM init actually work by enabling SPD access. by Uwe Hermann · 14 years ago
  71. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  72. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  73. 83a1dd8 drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking for. by Stefan Reinauer · 14 years ago
  74. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  75. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  76. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  77. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  78. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  79. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  80. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  81. 748475b More kconfig cleanups: by Uwe Hermann · 15 years ago
  82. 9095092 The new CBFS based build system requires the whole ROM to be accessible by Uwe Hermann · 15 years ago
  83. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  84. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  85. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  86. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  87. 0520d55 This patch adds high table support to qemu. It was already added to by Myles Watson · 15 years ago
  88. df77f34 (trivial) fix some warnings by Stefan Reinauer · 15 years ago
  89. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  90. 9da69f8 Improve support for the Intel 82371FB/SB/AB/EB/MB southbridge(s): by Uwe Hermann · 17 years ago
  91. 447aafe Restructure/rename/comment a few 82371XX-related PCI IDs (trivial). by Uwe Hermann · 17 years ago
  92. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  93. 56a9125 Intel 82371EB: Some code simplifications (trivial). by Uwe Hermann · 17 years ago
  94. 1410c2d Intel 82371EB: Add IDE init support. by Uwe Hermann · 17 years ago
  95. 4cb8553 Init for the Intel 82371EB southbridge: make all ROM/BIOS regions by Uwe Hermann · 17 years ago
  96. d436a4b Correct the RAM checking code to _not_ check the range from 640 KB - 1 MB, by Uwe Hermann · 17 years ago
  97. a14b468 final rename orgy. sorry for the inconvenience. This should fix it again by Stefan Reinauer · 18 years ago
  98. c76b85d ouch. it's 8_2_371. I'll fix it. This commit breaks compilation by Stefan Reinauer · 18 years ago