1. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  2. a922b31 Modify it based on the RPR 5.7.7. Switching GGSP Configuration By Register Programming. by Zheng Bao · 15 years ago
  3. f8318fe More compact format for wiki output at by Uwe Hermann · 15 years ago
  4. c7a6447 cbfstool reacts to a too large bootblock file by stopping by Patrick Georgi · 15 years ago
  5. fff87d3 Cosmetics and consistency fixes in src/superio/serverengines/pilot/ (trivial). by Uwe Hermann · 15 years ago
  6. a519fe7 Following patch moves all vt8237 fadt.c from mainboard/* file to chipset by Rudolf Marek · 15 years ago
  7. 6087627 Many Kudos go to Segher Boessenkool and Patrick Georgi for figuring this one by Stefan Reinauer · 15 years ago
  8. 4121622 rename the option CONFIG_PCI_OPTION_ROM_RUN_VM86 to CONFIG_PCI_OPTION_ROM_RUN_REALMODE. by Joseph Smith · 15 years ago
  9. 60f0f1b enable/disable IDE 0/1 (Primary/Secondary) interfaces on the i82801xx southbridge. by Joseph Smith · 15 years ago
  10. f8a5c6e drop most of the crappy vm86 code and replace it with a rewritten by Stefan Reinauer · 15 years ago
  11. 43bc5a9c Fix build with CONFIG_*_ROM_RUN. by Luc Verhaegen · 15 years ago
  12. 5c5beb7 Implement native VGA Support. by Luc Verhaegen · 15 years ago
  13. 195f5cd Add lzma.o for CBFS, regardless if CONFIG_COMPRESSED_PAYLOAD_LZMA is by Patrick Georgi · 15 years ago
  14. f9f4eaf Make memmove copy (dev->resources -i) resource structs instead of by Myles Watson · 15 years ago
  15. 7365004 First batch of indent-aided code cleanups, more will follow. by Uwe Hermann · 15 years ago
  16. 5c044c7 Make directory hierarchy flat to match the same layout we use by Uwe Hermann · 15 years ago
  17. f2a4e63 Trivial, but brown paper bag worthy: by Patrick Georgi · 15 years ago
  18. a034dca Move coreboot_ram and coreboot_apc to CBFS. This allows to by Patrick Georgi · 15 years ago
  19. 8341f44 Change all vx800 file names from CamelCase to camel_case to match by Uwe Hermann · 15 years ago
  20. 612163e3 Here's the VIA vx800 patch from OLPC. by Bari Ari · 15 years ago
  21. e6e899d util/vgabios: build/warning fixes. by Luc Verhaegen · 15 years ago
  22. bab4f92 Clean up acpi table writing code, and don't rely by Patrick Georgi · 15 years ago
  23. 5429e26 Tell lpgcc about the target architecture directory. This slipped through since by Stefan Reinauer · 15 years ago
  24. 21dbe8a Make printk_* behaviour more consistent. Without it, side by Patrick Georgi · 15 years ago
  25. af7da72 encapsule mbi initialization in write_multiboot_table, where it belongs. (very by Stefan Reinauer · 15 years ago
  26. 736221f1 Make vsprintf reentrant. More importantly, eliminate global variable. by Patrick Georgi · 15 years ago
  27. f2152ec Major cleanup of i386 tables.c: by Stefan Reinauer · 15 years ago
  28. a84a99b Various fixes to the tree to get coreboot-v2 to build on Solaris by Patrick Georgi · 15 years ago
  29. d1185bf Attached patch moves the CBFS payload loader to selfboot.c as it's by Patrick Georgi · 15 years ago
  30. 58bb497 the i82801xx driver does not know ide{0,1}_enable in its chip.h, so comment it by Stefan Reinauer · 15 years ago
  31. 069385f ops can not be const because of the pci conf1/conf2 hackery we do. trivial by Stefan Reinauer · 15 years ago
  32. 69390db acpi.c: add a cast to remove warning (trivial) by Stefan Reinauer · 15 years ago
  33. 4b556a1 remove some dead code from cpu.c (trivial) by Stefan Reinauer · 15 years ago
  34. 3a5c277 Cosmetic cbfstool update (trivial) by Stefan Reinauer · 15 years ago
  35. bbe29ee keyboard driver: function definitions should not omit void if they don't take by Stefan Reinauer · 15 years ago
  36. e282550 fix comment in keyboard driver (trivial) by Stefan Reinauer · 15 years ago
  37. 5e445c5 Make the getpir output look less crappy and add a license by Uwe Hermann · 15 years ago
  38. cf7f148 by Ward Vandewege · 15 years ago
  39. 54336fd Defaulting to the board's default size is the correct thing to do. by Myles Watson · 15 years ago
  40. d385ed2 This change adds PPC support to libpayload, and hooks it up in the build by Patrick Georgi · 15 years ago
  41. 1e6f692 Trivial update of Config-lab.lb so that it works again. by Myles Watson · 15 years ago
  42. c9a6f0f Add type field to memranges, and fill it from the source data. by Patrick Georgi · 15 years ago
  43. 56ae8fc This patch implements a "flash friendly" value for initialized areas of flash. by Ronald G. Minnich · 15 years ago
  44. 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
  45. 99fd2a3 Update equivalent processor revision ID to load latest microcode patches and by Marc Jones · 15 years ago
  46. 9ea1e0c Trivia: remove comment by Vincent Lim · 15 years ago
  47. 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
  48. 671cedc #136: failed to boot under KVM\QEMU by Ronald G. Minnich · 15 years ago
  49. 67befdc by Ward Vandewege · 15 years ago
  50. df042a1 by Ward Vandewege · 15 years ago
  51. a064b52 Add support for human-friendly component string types for the cbfstool add by Ward Vandewege · 15 years ago
  52. 5eceb32 Allow dynamic size for the {s,}elfboot bounce buffer. by Patrick Georgi · 15 years ago
  53. 8f047de Make ACPI with low and high tables work again. The RSDP contained a by Patrick Georgi · 15 years ago
  54. 4b35354 Remove a shadowed variable and an unnecessary local variable in cbfstool/fs.c. by Myles Watsonmylesgw · 15 years ago
  55. 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
  56. 459259e This is the final patch that got everything working for me with the HP dl145g3. by Samuel Verstraete · 15 years ago
  57. 1c7cf64 by Ronald G. Minnich · 15 years ago
  58. 67ee8f8 There's no 'svg2pdf' in Debian AFAICT, probably the same problem on by Uwe Hermann · 15 years ago
  59. 019b5f4 I guess a couple of function calls pushed these boards over the 0x1700 edge on by Myles Watson · 15 years ago
  60. 8d27248 Trivially copy Config.lb to Config-abuild.lb to fix asus/m2v-mx_se. by Myles Watson · 15 years ago
  61. 503959c Fix pdflatex build issues (trivial). by Uwe Hermann · 15 years ago
  62. cd5d756 Use the debugging functions to print out the tree and resources. by Myles Watson · 15 years ago
  63. bb3d812 Bring v3-style debug output to v2. Fix a minor typo. by Myles Watson · 15 years ago
  64. 0520d55 This patch adds high table support to qemu. It was already added to by Myles Watson · 15 years ago
  65. 032a965 Trivial white space fixes so that the next patches are easier to read. by Myles Watson · 15 years ago
  66. 7c29dad We should separate the it8718f_24mhz_clkin like the way IT8712 does. by Zheng Bao · 15 years ago
  67. dcda7fd Fix manual build on the Kontron board (trivial). by Uwe Hermann · 15 years ago
  68. c720795 Following patch fixes the XIP computation issue. I removed the normal image by Rudolf Marek · 15 years ago
  69. 442fc92 I would have liked to get an ack, but the error this corrects is pretty by Ronald G. Minnich · 15 years ago
  70. b534e42 Trivial clean up of print usage and parameter checking. by Myles Watson · 15 years ago
  71. 475aeda Add -Werror to help us keep the code clean. by Myles Watson · 15 years ago
  72. 83b8f0c I have made a very simple mod to cbfstool that is compatible with the by Ronald G. Minnich · 15 years ago
  73. aa1df9c Trivial fixup IRQS on IP1000 and RM4100. by Joseph Smith · 15 years ago
  74. 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
  75. 06025df Disable the AC97 modem via the ICH4 LPC disable function register early in the boot process. by Joseph Smith · 15 years ago
  76. 919b56e Trivial checksum fixup for irq tables on IP1000 and RM4100. by Joseph Smith · 15 years ago
  77. 2ac37ca Fix my last commit. I looked at the wrong dead laptop. by Uwe Hermann · 15 years ago
  78. 0dae44c Support for detecting the SMSC FDC37N869 (trivial). by Uwe Hermann · 15 years ago
  79. 1bb3675 Fix a bug introduced in the copy_and_run refactoring. by Patrick Georgi · 15 years ago
  80. f95b49e This patch removes these warnings: by Myles Watson · 15 years ago
  81. 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
  82. 4f0154c Assign PIRQs in mainboard Config.lb or use the default ones listed in i82801xx_lpc.c. by Joseph Smith · 15 years ago
  83. 88e71e8 Run dos2unix on all files: by Stefan Reinauer · 15 years ago
  84. a0dbddf Trivial, update email address. by Joseph Smith · 15 years ago
  85. 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
  86. 3544c6b Trivial removal of svn:executable property from vga.c. by Peter Stuge · 15 years ago
  87. 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
  88. 5252b11 This patch changes the default rom emulator to VM86. by Joseph Smith · 15 years ago
  89. 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
  90. 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
  91. 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
  92. 041734d The semantics of the changed code are pretty simple and looking at by Myles Watson · 15 years ago
  93. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  94. d233f36 Some driver fixes for libpayload: by Stefan Reinauer · 15 years ago
  95. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  96. 6841ce6 Trivial fix for tyan/s2735: a newly used option wasn't defined as "used" by Patrick Georgi · 15 years ago
  97. 94875b3 Add "printk" support to all CAR targets by Stefan Reinauer · 15 years ago
  98. c7757f2 * Use latest version of intel microcodes from their Linux drivers page for by Stefan Reinauer · 15 years ago
  99. 9cf95bf And add the new file I forgot to "svn add" in the last commit. by Patrick Georgi · 15 years ago
  100. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago