1. aa6e378 coreinfo: Add a module for browsing the boot LAR by Jordan Crouse · 16 years ago
  2. 681ec27 libpayload: Add LAR walking support by Jordan Crouse · 16 years ago
  3. 35993a2 Fix a typo in lbtdump output (trivial). by Ed Swierk · 16 years ago
  4. 1933786 coreinfo: Show the current time and date in the menu by Jordan Crouse · 16 years ago
  5. de7fc55 We were in the risk of running out of space in the option menu at by Jordan Crouse · 16 years ago
  6. 7ce2666 The previous commit had more in it then I wanted - so I am reverting by Jordan Crouse · 16 years ago
  7. 646ee3e coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFO by Jordan Crouse · 16 years ago
  8. 9d9518f cs5536 IDE PWB flag was not getting set since it is 1<<14 and it was only doing a by Marc Jones · 16 years ago
  9. c314b2f This patch changes Config-lab.lb for qemu to use lzma like the other targets. by Myles Watson · 16 years ago
  10. 2342f8b This patch adds pc keyboard init function call for qemu in v2 since some payloads assume by Aaron Lwe · 16 years ago
  11. 4f91417 Fix various issues on MSI MS-7135 board. by Jonathan A. Kollasch · 16 years ago
  12. 33c57f8 by Ward Vandewege · 16 years ago
  13. 4934fc0 flashrom: Add a tested bitmap field to the flash chip table. by Peter Stuge · 16 years ago
  14. a9a5f49 By default, the Intel 3100 LPC interface enables only I/O range 0x3f8 by Ed Swierk · 16 years ago
  15. e21f836 flashrom: Enable ROM decode range to 1MB for vt8237r by Bari Ari · 16 years ago
  16. b19973e The generic jedec.c does not work for the ST M50FLW flash by Claus Gindhart · 16 years ago
  17. 26e08b5 flashrom: Handle NULL probe, erase and write function pointers in the by Peter Stuge · 16 years ago
  18. e227143 libpayload: Add gettimeofday() and friends by Jordan Crouse · 16 years ago
  19. d772e1e libpayload: Fix a small but aggressive bug in printf() by Jordan Crouse · 16 years ago
  20. 63f181f libpayload: Enable keyboard translation so that we can use scancode set 1 by Jordan Crouse · 16 years ago
  21. 24a0404 libpayload: Fix malloc allocation by Jordan Crouse · 16 years ago
  22. c781584 libpayload: Add the null terminator to the end of the duplicated string by Jordan Crouse · 16 years ago
  23. 20ce60c Change abuild ROM_IMAGE_SIZE to match the standard s_c_fam10 Config.lb. by Marc Jones · 16 years ago
  24. 65e0804 Remove inline from FAM10 CPU initialization functions. by Marc Jones · 16 years ago
  25. 7ca3ec2 Fix so pci device memory allocation does not use memory base address at 0xfec00000, this is reserved for APIC. by Aaron Lwe · 16 years ago
  26. 6fd385d Payload location fix for buildrom (trivial). by Uwe Hermann · 16 years ago
  27. c1cbff2 Add CPUID processor name string support for Fam10 CPUs. by Marc Jones · 16 years ago
  28. 403b89a On APs the ClLinesToNbDis was being left enabled from CAR setup. by Marc Jones · 16 years ago
  29. 202625e This board (http://www.ieiworld.com/en/product_IPC.asp?model=PCISA-LX) by Nikolay Petukhov · 16 years ago
  30. 20ba8eb Flash pages, which where excluded from updating using the exclude or the by Claus Gindhart · 16 years ago
  31. a149131 Same old story: Fam10 needs more space again. My calculations say it by Carl-Daniel Hailfinger · 16 years ago
  32. e3e4981 Trivial payload location changes for buildrom. by Myles Watson · 16 years ago
  33. e4c98d2 These config files are so that buildrom can use these two boards. by Myles Watson · 16 years ago
  34. 3d1d3b2 by Myles Watson · 16 years ago
  35. 0eec1a8 by Myles Watson · 16 years ago
  36. bb33e4a Detect SMSC SCH5027 (trivial). by Uwe Hermann · 16 years ago
  37. c4a4116 by Ward Vandewege · 16 years ago
  38. a74a8ff Clean up and remove late initialization code that is no longer needed. by Marc Jones · 16 years ago
  39. f0174b5 Find matching settings for each CPUs FID, VID, and P-state registers and initialize them. by Marc Jones · 16 years ago
  40. 8127dc4 Update the FAM10 microcode to current versions. by Marc Jones · 16 years ago
  41. c74e362 Missed this file in the previous check-in, r3248. by Marc Jones · 16 years ago
  42. da4ce6b Add early MSR and PCI register initialization. by Marc Jones · 16 years ago
  43. 0ab8cdd Add support for a 'bootlog' module to coreinfo. by Uwe Hermann · 16 years ago
  44. 16acf8b Show index numbers in the NVRAM dump, similar to the PCI config space dump. by Uwe Hermann · 16 years ago
  45. 5f4410b libpayload: Fix keyboard buglet by Jordan Crouse · 16 years ago
  46. 7bc63fd This trivial patch adds the SMSC SCH3112 Super I/O chip ID to the by Christopher Kilgour · 16 years ago
  47. 5971121 Replace buildtarget's check for --build-id with something by Ed Swierk · 16 years ago
  48. 68aab26 Alter buildtarget to invoke the cross-compiler when by Ed Swierk · 16 years ago
  49. 8d0a12a Change default payload location for easier buildrom support (trivial). by Uwe Hermann · 16 years ago
  50. 0b53ec3d Move curses/speaker.c to drivers/ as it's not curses-specific (trivial). by Uwe Hermann · 16 years ago
  51. 5369303 Add the patch for building tint as payload, as well as a small README, by Uwe Hermann · 16 years ago
  52. 50eff21 Correct upper boundary for isxdigit. by Ulf Jordan · 16 years ago
  53. be504d1 Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). by Uwe Hermann · 16 years ago
  54. 72199bc Rewrite and filling of libc/ctype.c (thus adjusting copyright line). by Uwe Hermann · 16 years ago
  55. b103345 Convert BIN2HEX/HEX2BIN to functions and add the abs() family by Uwe Hermann · 16 years ago
  56. fad8c2b Various small consistency fixes (trivial): by Uwe Hermann · 16 years ago
  57. 5431553 libpayload: Add a Geode video driver by Jordan Crouse · 16 years ago
  58. e3aeb93 Bring Fam10 memory controller init up to date with the latest AMD BKDG by Marc Jones (marc.jones · 16 years ago
  59. 234e87f libpayload: Support functions for Geode by Jordan Crouse · 16 years ago
  60. 30939bd libpayload: Add video console framework by Jordan Crouse · 16 years ago
  61. bac89d0 libpayload: Avoid .svn files in the header install by Jordan Crouse · 16 years ago
  62. 1cb92bc coreinfo: Make coreinfo use the gcc-wrappers from libpayload by Jordan Crouse · 16 years ago
  63. 804f4df Make the sample Makefile a bit more generic, so it can be adapted more by Uwe Hermann · 16 years ago
  64. c3e728f libpayload: Implement gcc wrappers for libpayload by Jordan Crouse · 16 years ago
  65. c5a78ac Add missing prototypes for libc/rand.c functions (trivial). by Uwe Hermann · 16 years ago
  66. ea72559 Small curses fixes/additions for libpayload (trivial). by Uwe Hermann · 16 years ago
  67. 672d0ae libpayload: Add a timeout function for getchar and getch by Jordan Crouse · 16 years ago
  68. 4eb5089 Add rand/rand_r/srand functions for generating pseudo-random bytes. by Uwe Hermann · 16 years ago
  69. c6092c0 ST M50FW016 and ST M50FW040 support the 82802ab command set, not jedec. by Ed Swierk · 16 years ago
  70. 78f59f8 Re-add files I deleted by mistake in r3219. They are meant for a different by Marc Jones (marc.jones · 16 years ago
  71. df22f78 Don't check exclusive IRQ fieldin the PIR table. by Marc Jones(marc.jones · 16 years ago
  72. 0dc5697 This patch halts the tco timer early in the boot process on all ICH series southbridges. by Joseph Smith · 16 years ago
  73. 3860404 libpayload: remove unneeded stack stuff by Jordan Crouse · 16 years ago
  74. 6c44dfb Fix the case where the user selects no modules in Kconfig at all. by Uwe Hermann · 16 years ago
  75. 4afb7fb Add a workaround for a bug in some binutils version which strictly by Carl-Daniel Hailfinger · 16 years ago
  76. a697721 Document a rough estimate of how much space in the ELF file each of the by Uwe Hermann · 16 years ago
  77. 1bee6f9 Add BIN2HEX and HEX2BIN macros (trivial). by Uwe Hermann · 16 years ago
  78. 3995593 Add a SHA-1 implementation to libpayload. by Uwe Hermann · 16 years ago
  79. c758227 Doing another 'make' after a 'make clean' was broken until now. Fix it by Uwe Hermann · 16 years ago
  80. 0a89625 Add missing snprintf() to libc/printf.c (trivial). by Uwe Hermann · 16 years ago
  81. 2b85b63 Setting an integrated southbridge device (like SATA or USB2.0) to by Ed Swierk · 16 years ago
  82. 23cd49a Remove i82801DB files that I meant to delete in r3206. by Joseph Smith · 16 years ago
  83. 06ae639 Tiny style fix for consistency (trivial). by Ed Swierk · 16 years ago
  84. 868de98 Removal of i82801DB (ICH4) by Joseph Smith · 16 years ago
  85. c4e052c The early init code of several Intel southbridge chipsets calls by Ed Swierk · 16 years ago
  86. 2c6b33c Libpayload fixes to prevent triple-faults when running in QEMU. by Klaus Schnass · 16 years ago
  87. ab5b3e0 Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as for by Uwe Hermann · 16 years ago
  88. 30d789b Fix the NVRAM access functions to work correctly for the by Uwe Hermann · 16 years ago
  89. 2d758b8 Whitespace fixes (trivial). by Uwe Hermann · 16 years ago
  90. b642e6d Rename drivers/cmos.c to drivers/nvram.c (trivial). by Uwe Hermann · 16 years ago
  91. c16d24e Due to popular demand, rename "CMOS" to "NVRAM" (trivial). by Uwe Hermann · 16 years ago
  92. 71f846c Like other Intel chipsets, the Intel 3100 has a TCO timer that reboots by Ed Swierk · 16 years ago
  93. 1e185e8 Add support for the TeleVideo TC7020. by Kenji Noguchi · 16 years ago
  94. 9c2255c Now coreboot performs IRQ routing for some boards. by Nikolay Petukhov · 16 years ago
  95. 0e122af [libpayload] Work around sign-extending issue by Jordan Crouse · 16 years ago
  96. 42cccdf Make a few array entries only as big as they absolutely need to be (trivial). by Uwe Hermann · 16 years ago
  97. da0efc4 Fix for irq routing issues. by Joseph Smith · 16 years ago
  98. 8cc38d2 Add initial support for some basic CMOS read/write functions and the by Uwe Hermann · 16 years ago
  99. a0c0093 Various tiny fixes (trivial): by Uwe Hermann · 16 years ago
  100. 408c4e1 Drop -Os in libpayload for now, it causes run-time problems for some by Uwe Hermann · 16 years ago