1. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  2. 2bd9100 Rework boolean expression (DeMorgan and all) for by Patrick Georgi · 14 years ago
  3. 776b85b Remove fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  4. 50776fa trivial warning fixes, mostly for ACPI code by Stefan Reinauer · 14 years ago
  5. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  6. d71e771 Drop unused doit.sh files (trivial). by Uwe Hermann · 14 years ago
  7. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 14 years ago
  8. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  9. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  10. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
  11. 8dc4b93 Only handle code as "driver" that actually uses our driver by Patrick Georgi · 14 years ago
  12. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  13. 5543c66 Actually set HAVE_OPTION_TABLES for the boards that need it. (See last commit) by Patrick Georgi · 15 years ago
  14. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  15. af97d33 Clean up ACPI: by Patrick Georgi · 15 years ago
  16. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  17. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  18. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
  19. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 15 years ago
  20. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  21. eecaba8 Clean up amd/dbm690t and kontron/986lcd-m some more (not by Patrick Georgi · 15 years ago
  22. 4638c92 Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID by Patrick Georgi · 15 years ago
  23. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  24. 547d48a Remove some white space and comment differences from devicetree.cb and Config.lb by Myles Watson · 15 years ago
  25. d63085b2 Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb. by Uwe Hermann · 15 years ago
  26. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  27. d1327ce Major cleanups of the hard_reset() code and config in coreboot. by - supermicro/x6dhe_g/auto.c · 15 years ago
  28. 8f74c58 Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be by Myles Watson · 15 years ago
  29. 4e015eb Fix all board names in Kconfig as per wiki / vendor website. by Uwe Hermann · 15 years ago
  30. 04000f4 Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE. by Myles Watson · 15 years ago
  31. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  32. 289a2f5 Add CONFIG_VGA_ROM_RUN to dbm690t and pistachio, otherwise the by Zheng Bao · 15 years ago
  33. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  34. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  35. 00f0267 Remaining boards are Kconfig'd now. Whether they work by Patrick Georgi · 15 years ago
  36. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  37. 6768f39 Remove: by Patrick Georgi · 15 years ago
  38. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  39. 513e03b r4646 enabled early usage of pci_{read,write}_config{8,16,32} by Carl-Daniel Hailfinger · 15 years ago
  40. 8b1c382 r4534 introduced devicetree.cb in every mainboard directory, but didn't by Carl-Daniel Hailfinger · 15 years ago
  41. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  42. b339e10 Enable CBFS everywhere. All boards compiled for me (abuild tested), by Patrick Georgi · 15 years ago
  43. b657a3c This fixes a couple of issues with older Linux kernels (that expect an XSDT as by Stefan Reinauer · 15 years ago
  44. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  45. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  46. cff071a When I started refactoring mainboard Config.lb, I added two different by Carl-Daniel Hailfinger · 15 years ago
  47. 1725703 The point of the patch is to make it easier to understand the raminit by Myles Watson · 15 years ago
  48. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  49. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  50. a84a99b Various fixes to the tree to get coreboot-v2 to build on Solaris by Patrick Georgi · 15 years ago
  51. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  52. 6f52d11 drop duplicate compiler options that are already mentioned in CFLAGS. by Stefan Reinauer · 15 years ago
  53. b5e10bc Thanks to Myles' patch adding support for include statements, by Carl-Daniel Hailfinger · 15 years ago
  54. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  55. 743b635 I need to do uses HAVE_ACPI_RESUME for each board. Here we go. by Rudolf Marek · 15 years ago
  56. 6dcbe7f This patch cleans up the calls to $CC in mainboard Config.lb files. They by Carl-Daniel Hailfinger · 15 years ago
  57. ebdc7c7 Kill remaining unneeded CAR/ROMCC if-blocks. by Carl-Daniel Hailfinger · 15 years ago
  58. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  59. d469cda Add the CONFIG_ROMS config variable. by Ronald G. Minnich · 15 years ago
  60. 5d6645a - TOM2 is filled in by the dynamic ACPI code. Don't hardcode it in the by Carl-Daniel Hailfinger · 15 years ago
  61. 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 15 years ago
  62. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  63. fe849b2f This patch is for AMD boards which can do the P state generation. This just by Rudolf Marek · 15 years ago
  64. 7ad11e8 Carl-Daniel's part: by Carl-Daniel Hailfinger · 16 years ago
  65. 5389c7f - Fix up amd pistachio and dbm690t. by Stefan Reinauer · 16 years ago
  66. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 16 years ago
  67. e755bc1 Fix typo in PCI ID (1914 should have been 7914). by Carl-Daniel Hailfinger · 16 years ago
  68. d64b244 Remove dead lines. Trivial. by Carl-Daniel Hailfinger · 16 years ago
  69. d76d579 Rename TOM to TOM1 and refer to the SSDT value with an External(TOM1) clause. by Carl-Daniel Hailfinger · 16 years ago
  70. 6a20878 Improve mainboard.c comments for DBM690T and Pistachio. by Carl-Daniel Hailfinger · 16 years ago
  71. 9dff094 Fix one leftover reference to AmlCode_ssdt which was forgotten in r3929. by Carl-Daniel Hailfinger · 16 years ago
  72. 8db0cfe Following patch converts the run-time SSDT patching via update_ssdt funtion to by Rudolf Marek · 16 years ago
  73. fe53c76 Correct FDAT->FADT typo. by Carl-Daniel Hailfinger · 16 years ago
  74. ef6cb09 This patch makes the recently added assembler debug optional, as it may by Stefan Reinauer · 16 years ago
  75. d8aaeaa1 The DBM90T code sets bit 10 in _PSS as part of the control value, but by Carl-Daniel Hailfinger · 16 years ago
  76. 6ef8e0f Check to see if K8 processor is capable of changing FIDVID otherwise it will throw a GP# when reading FIDVID_STATUS by Dan Lykowski · 16 years ago
  77. 505aaf5 The ACPI PSS CPU Pstate table was calculating the frequency incorrectly for by Marc Jones · 16 years ago
  78. 098d590 Fix AMD Pistachio implicit declarations in the same way as with AMD by Zheng Bao · 16 years ago
  79. a2f722a Fix implicit declarations in the AMD DBM690T target by using the right by Carl-Daniel Hailfinger · 16 years ago
  80. 33f9633 Handle RS690 quirks for 1 GHz noncoherent HyperTransport. by Carl-Daniel Hailfinger · 16 years ago
  81. 5a3c846 Remove a unneccessary typedef from acpi_tables.c in the AMD Pistachio by Carl-Daniel Hailfinger · 16 years ago
  82. 045c348 Move mainboard specific changes to the coreboot memory table into the by Stefan Reinauer · 16 years ago
  83. f82a077 The TALERT of ADT7461 should be pull back high if the temperature is within the limit. It is done by reading the register whose device address is 0xC. It is not trivial as it looks. by Maggie Li · 16 years ago
  84. 806def8 I missed the svn add on r3787. These are the additional files. by Joe Bao · 16 years ago
  85. 7c3d3b2 Add AMD dbm690t ACPI support. by Joe Bao · 16 years ago
  86. 4ed326b This patch from Ralf Grosse Boerger makes debugging more comfortable. by Stefan Reinauer · 16 years ago
  87. 248a7df Fix a typo. by Carl-Daniel Hailfinger · 16 years ago
  88. bdb96f8 Use easily readable macros to setup interrupt routing. by Carl-Daniel Hailfinger · 16 years ago
  89. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  90. 96bcc53 Add IRQ12 to the dbm690t mptable for mouse interrupt support. by Marc Jones · 16 years ago
  91. 80d7c85 Patch for AMD DBM690T board. by Michael Xie · 16 years ago