1. bab4f92 Clean up acpi table writing code, and don't rely by Patrick Georgi · 15 years ago
  2. 21dbe8a Make printk_* behaviour more consistent. Without it, side by Patrick Georgi · 15 years ago
  3. af7da72 encapsule mbi initialization in write_multiboot_table, where it belongs. (very by Stefan Reinauer · 15 years ago
  4. 736221f1 Make vsprintf reentrant. More importantly, eliminate global variable. by Patrick Georgi · 15 years ago
  5. f2152ec Major cleanup of i386 tables.c: by Stefan Reinauer · 15 years ago
  6. a84a99b Various fixes to the tree to get coreboot-v2 to build on Solaris by Patrick Georgi · 15 years ago
  7. d1185bf Attached patch moves the CBFS payload loader to selfboot.c as it's by Patrick Georgi · 15 years ago
  8. 58bb497 the i82801xx driver does not know ide{0,1}_enable in its chip.h, so comment it by Stefan Reinauer · 15 years ago
  9. 069385f ops can not be const because of the pci conf1/conf2 hackery we do. trivial by Stefan Reinauer · 15 years ago
  10. 69390db acpi.c: add a cast to remove warning (trivial) by Stefan Reinauer · 15 years ago
  11. 4b556a1 remove some dead code from cpu.c (trivial) by Stefan Reinauer · 15 years ago
  12. bbe29ee keyboard driver: function definitions should not omit void if they don't take by Stefan Reinauer · 15 years ago
  13. e282550 fix comment in keyboard driver (trivial) by Stefan Reinauer · 15 years ago
  14. cf7f148 by Ward Vandewege · 15 years ago
  15. d12acea There were a few updates lately that generates ROM size > 512K. I am changing the default ROM size to 1M to accommodate this and future changes. I tested on SimNow family10h_1p.bsd and it POSTs OK. by Vincent Lim · 15 years ago
  16. 99fd2a3 Update equivalent processor revision ID to load latest microcode patches and by Marc Jones · 15 years ago
  17. 9ea1e0c Trivia: remove comment by Vincent Lim · 15 years ago
  18. fed6475 From AMD family 10h Processor BKDG (rev. D): a platform is capable of having up to 8 nodes, and each nodes supports 1,2,3,4,5, or 6 cores. by Vincent Lim · 15 years ago
  19. 671cedc #136: failed to boot under KVM\QEMU by Ronald G. Minnich · 15 years ago
  20. 5eceb32 Allow dynamic size for the {s,}elfboot bounce buffer. by Patrick Georgi · 15 years ago
  21. 8f047de Make ACPI with low and high tables work again. The RSDP contained a by Patrick Georgi · 15 years ago
  22. 5f0482d Oops forgot small part. Set up PIRQs in mainboard Config.lb for IP1000 and RM4100 instead of using the ones in i82801xx_lpc.c. by Joseph Smith · 15 years ago
  23. 459259e This is the final patch that got everything working for me with the HP dl145g3. by Samuel Verstraete · 15 years ago
  24. cd5d756 Use the debugging functions to print out the tree and resources. by Myles Watson · 15 years ago
  25. bb3d812 Bring v3-style debug output to v2. Fix a minor typo. by Myles Watson · 15 years ago
  26. 0520d55 This patch adds high table support to qemu. It was already added to by Myles Watson · 15 years ago
  27. 032a965 Trivial white space fixes so that the next patches are easier to read. by Myles Watson · 15 years ago
  28. 7c29dad We should separate the it8718f_24mhz_clkin like the way IT8712 does. by Zheng Bao · 15 years ago
  29. c720795 Following patch fixes the XIP computation issue. I removed the normal image by Rudolf Marek · 15 years ago
  30. aa1df9c Trivial fixup IRQS on IP1000 and RM4100. by Joseph Smith · 15 years ago
  31. 9b04724 Set up PIRQs in mainboard Config.lb for IP1000 and RM4100 instead of using the ones in i82801xx_lpc.c. by Joseph Smith · 15 years ago
  32. 06025df Disable the AC97 modem via the ICH4 LPC disable function register early in the boot process. by Joseph Smith · 15 years ago
  33. 919b56e Trivial checksum fixup for irq tables on IP1000 and RM4100. by Joseph Smith · 15 years ago
  34. 1bb3675 Fix a bug introduced in the copy_and_run refactoring. by Patrick Georgi · 15 years ago
  35. ef04d82 The rev 4099 broke ECC boards, they need to have tidy the ECC tags. Myles reverted this change. by Rudolf Marek · 15 years ago
  36. 4f0154c Assign PIRQs in mainboard Config.lb or use the default ones listed in i82801xx_lpc.c. by Joseph Smith · 15 years ago
  37. 88e71e8 Run dos2unix on all files: by Stefan Reinauer · 15 years ago
  38. a0dbddf Trivial, update email address. by Joseph Smith · 15 years ago
  39. fff2973 Trivial fix up to the GPIO's connected to the IP1000 and RM4100, only set ones that are actually connected to something. by Joseph Smith · 15 years ago
  40. 3544c6b Trivial removal of svn:executable property from vga.c. by Peter Stuge · 15 years ago
  41. 03c65ef This is a patch to use another IRQ besides IRQ12 to fix conflicts with i8042 - PS/2 Mouse. by Joseph Smith · 15 years ago
  42. 5252b11 This patch changes the default rom emulator to VM86. by Joseph Smith · 15 years ago
  43. 97e6dfe This patch allows a custom vga driver that will give the flexibility to run code after vga is initialized for tv-out. by Joseph Smith · 15 years ago
  44. 96a4692 Trivial patch to make #defines generated from cmos.layout have unique names. Kills a few more compiler warnings. by Myles Watson · 15 years ago
  45. 183cadd Trivial cosmetic fixes to IP1000 and RM4100 irq_tables.c Signed-off-by: Joseph Smith <joe@settoplinux.org> Acked-by: Joseph Smith <joe@settoplinux.org> by Joseph Smith · 15 years ago
  46. 041734d The semantics of the changed code are pretty simple and looking at by Myles Watson · 15 years ago
  47. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  48. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  49. 6841ce6 Trivial fix for tyan/s2735: a newly used option wasn't defined as "used" by Patrick Georgi · 15 years ago
  50. 94875b3 Add "printk" support to all CAR targets by Stefan Reinauer · 15 years ago
  51. c7757f2 * Use latest version of intel microcodes from their Linux drivers page for by Stefan Reinauer · 15 years ago
  52. 9cf95bf And add the new file I forgot to "svn add" in the last commit. by Patrick Georgi · 15 years ago
  53. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  54. b8a939e dd the family10h Rev C0-C2 support to coreboot. by Vincent Lim vincent.lim · 15 years ago
  55. 870f013 fix warning: no return statement in function returning non-void by Stefan Reinauer · 15 years ago
  56. 1b04403 Only add ACPI tables if ACPI is enabled for the board. by Patrick Georgi · 15 years ago
  57. a19f644 Enable HAVE_HIGH_TABLES by default for northbridges with by Patrick Georgi · 15 years ago
  58. bccaafc add_mainboard_resources is necessary for some boards (eg. kontron), but by Patrick Georgi · 15 years ago
  59. d107593 Add high table support to via vt8454c. by Patrick Georgi · 15 years ago
  60. 55faef3 by Ward Vandewege · 15 years ago
  61. 2d0b93b by Ward Vandewege · 15 years ago
  62. 1670857 Migrate via/vt8454c to CBFS. by Patrick Georgi · 15 years ago
  63. 9322578 Create a valid stack pointer after leaving CAR, so function calls don't by Patrick Georgi · 15 years ago
  64. bc9de2f Revert 4099 patch that causes an ECC error. Memory has to be written while ECC by Myles Watson · 15 years ago
  65. b61bc7c Enable CBFS for qemu and kontron. Both are builds-and-runs by Patrick Georgi · 15 years ago
  66. dcce521 Make the CBFS file lookup skip file data instead of brute-forcing by Patrick Georgi · 15 years ago
  67. 369bc78 Move decompression further down the code flow, so that - where by Patrick Georgi · 15 years ago
  68. 7994164 Remove the inclusion of lzma.c (which really contains code) by Patrick Georgi · 15 years ago
  69. 2895c45 Another v3-style #ifdef in v2 to kill by Patrick Georgi · 15 years ago
  70. 7d0ff4c These are some really horrible bugs that got through. by Ronald G. Minnich · 15 years ago
  71. cec6dc4 Change the behaviour of the ACPI generating code so it only by Patrick Georgi · 15 years ago
  72. e914903 Remove duplicate code. by Patrick Georgi · 15 years ago
  73. 4940ab7 This patch hooks up git mirrored svn revisions and adds some by Carl-Daniel Hailfinger · 15 years ago
  74. 9f0f105 Sometimes when we debug the code, we need to know which version we are by Zheng Bao · 15 years ago
  75. 554fce6 makes the smi handler a little bit less verbose by Stefan Reinauer · 15 years ago
  76. 6315274 This patch fixes the parser. '|' has special meaning so [|] is used. by Myles Watson · 15 years ago
  77. 85b851a Convert 12 more boards to use include statements in Config.lb. by Carl-Daniel Hailfinger · 15 years ago
  78. 723bf0c Trivial patch. I forgot to update K8_SET_FIDVID. by Myles Watson · 15 years ago
  79. 5b34bdd This patch adds the target hp/dl145_g3 together with by Mondrian nuessle · 15 years ago
  80. 21da019 This patch add rudimentary support for the superio functionality of by Mondrian nuessle · 15 years ago
  81. d9b1c4f This patch adds support for the BCM21000 (aka HT-2100) PCIe bridge. by Mondrian nuessle · 15 years ago
  82. 6f52d11 drop duplicate compiler options that are already mentioned in CFLAGS. by Stefan Reinauer · 15 years ago
  83. 4d59eaa - printed CBFS rom address was always 0 - drop dead code. by Stefan Reinauer · 15 years ago
  84. f96c2d9 fix warnings, shadowed declarations and style guide violations (all trivial) by Stefan Reinauer · 15 years ago
  85. 8afdb1c drop unused variable. by Stefan Reinauer · 15 years ago
  86. afa5985 no duplicate names in cmos.layout allowed. (fixes a bunch of boards) by Stefan Reinauer · 15 years ago
  87. 570933c remove some style guide breaks and warnings from raminit_f_dqs.c by Stefan Reinauer · 15 years ago
  88. 38c49fd argh... never redo parts of the original patch on the fly. This fixes the tree by Stefan Reinauer · 15 years ago
  89. 73d5daa * Allow coreboot to use the full 256 bytes of CMOS memory by Stefan Reinauer · 15 years ago
  90. 953253f This patch unifies the socket_mPGA604_800Mhz and socket_mPGA604_533Mhz to a by Stefan Reinauer · 15 years ago
  91. da65fbf Factor out acpi_create_madt_lapics. It can be used on all ACPI boards. by Stefan Reinauer · 15 years ago
  92. 7e9771c * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 by Stefan Reinauer · 15 years ago
  93. 6af0cb6 Trivial removal of a freudian slip. by Patrick Georgi · 15 years ago
  94. 7e16bf3 - function prototypes do not need "extern" by Stefan Reinauer · 15 years ago
  95. 6fa0317 remove a few warnings, and comments á la #include <foo.h> // include file foo.h by Stefan Reinauer · 15 years ago
  96. 4855f56 add define for Role-Based Error Reporting to PCIe defines (trivial) by Stefan Reinauer · 15 years ago
  97. 5bba752 fix a warning for a misnamed define, and make a debug message printk_debug by Stefan Reinauer · 15 years ago
  98. 507d843 CONFIG_CHIP_NAME is dead (trivial) by Stefan Reinauer · 15 years ago
  99. df444bf Add a helper function to acpigen to create _PSD tables. by Patrick Georgi · 15 years ago
  100. 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago