1. 904a0ec Don't use 64-bit constant 0x100000000 in linker scripts by Nico Huber · 12 years ago
  2. 1454685 i5000: fix another typo by Sven Schnelle · 12 years ago
  3. 43b9f32 libpayload: Better error detection in USB mass storage by Nico Huber · 12 years ago
  4. 421303a libpayload: Fix detach_contoller in the USB driver by Anton Kochkov · 12 years ago
  5. 39b47d2 i5000: fix typos by Sven Schnelle · 12 years ago
  6. 69eab16 mptable: realign comments with code by Sven Schnelle · 12 years ago
  7. 2f8c4f8 mptable: initialize apic/bus arrays with ARRAY_SIZE by Sven Schnelle · 12 years ago
  8. 2fcc166 mptable: pretty print PCI INT entries by Sven Schnelle · 12 years ago
  9. 4fbcaec mptable: Fix BUS type determination by Sven Schnelle · 12 years ago
  10. b00c9a2 mptable: reindent code to comply with coreboot coding style by Sven Schnelle · 12 years ago
  11. 09a1802 mptable: Fix 'mptable.c:1019:12: warning: ‘c’ may be used uninitialized in this function' by Sven Schnelle · 12 years ago
  12. 57f524f mptable: remove unused variable by Sven Schnelle · 12 years ago
  13. 9b86016 mptable: print ioapic entries by Sven Schnelle · 12 years ago
  14. 0b879f8 mptable: rename LAPIC_ADDR to LOCAL_APIC_ADDR by Sven Schnelle · 12 years ago
  15. edac28c Enable Intel PECI on Model 6fx CPUs by Sven Schnelle · 12 years ago
  16. 1a7a7e6 i5000: enforce hard reset by Sven Schnelle · 12 years ago
  17. ec6f043 llshell: fix build without romcc by Denis 'GNUtoo' Carikli · 12 years ago
  18. 9aa4389 Update SB800 CIMX FADT by Martin Roth · 12 years ago
  19. 0860e72 udelay: add missing bus frequency by Sven Schnelle · 12 years ago
  20. bb1c42b libpayload: Add timeouts in the UHCI USB driver by Nico Huber · 12 years ago
  21. c43e736 libpayload: Fix an integer overflow in USB mass storage by Nico Huber · 12 years ago
  22. 0421dc8 libpayload: Add timeouts in the EHCI USB driver by Nico Huber · 12 years ago
  23. afe86c0 libpayload: Add timeouts in the OHCI USB driver by Nico Huber · 12 years ago
  24. 5e3428e libpayload: Remove orphaned delay from OHCI USB driver by Nico Huber · 12 years ago
  25. 62eb5b3 libpayload: Add support for interrupt transfers in EHCI by Nico Huber · 12 years ago
  26. 4842dfe libpayload: Free intr queue structure in usb_hid_destroy by Nico Huber · 12 years ago
  27. 1ab6075 libpayload: Add support for split transactions in EHCI by Nico Huber · 12 years ago
  28. d5d024f libpayload: Bring USB hub driver to a working state by Nico Huber · 12 years ago
  29. c95da25 Improve parsing of --cpu parameter in abuild script. by Raymond Danks · 12 years ago
  30. bdca153 libpayload: Remove orphaned delay from USB mass storage by Nico Huber · 12 years ago
  31. 7250f03 Enable CONFIG_GFXUMA for roda/rk886ex by Nico Huber · 12 years ago
  32. 14f6142 libpayload: Disable some buggy debugging code by Nico Huber · 12 years ago
  33. e28a615 libpayload: fix OHCI IN commands by Mathias Krause · 12 years ago
  34. 7b7b566 libpayload: fix UHCI timeout by Mathias Krause · 12 years ago
  35. 5c4e7aa libpayload: Correct port power settings for EHCI root hub by Nico Huber · 12 years ago
  36. 5f595cb libpayload: Add clear_feature() function to USB framework by Nico Huber · 12 years ago
  37. cefec0e libpayload: Fix b0b4a52b70f0d7c09241f0f718a179fc55d85179 by Nico Huber · 12 years ago
  38. ee8a9f6c Initializer of a static member in union. by zbao · 12 years ago
  39. 2dbfcb7 sconfig: Some fixes by Patrick Georgi · 12 years ago
  40. 7c2d058 Fix the location of "Setting variable MTRR" printk. by Denis 'GNUtoo' Carikli · 12 years ago
  41. 3b3a1a1 Provide functions to access arbitrary GPIO pins and vectors by Vadim Bendebury · 12 years ago
  42. 691c9f0 Add support for Panther Point to SPI driver by Stefan Reinauer · 12 years ago
  43. 68b5da0e Use ld manually when compiling with clang by Patrick Georgi · 12 years ago
  44. bb31f3a Drop config variable CPU_MODEL_INDEX by Stefan Reinauer · 12 years ago
  45. 14b23a6 Fix compilation with CONFIG_DEBUG_SPI_FLASH enabled by Stefan Reinauer · 12 years ago
  46. 71695d8 Fix full reset for Ivy Bridge platforms by Vadim Bendebury · 12 years ago
  47. 984f954 ChromeOS: Remove remnants of FDT support by Stefan Reinauer · 12 years ago
  48. 88fc0b9 Sandybridge: Remove remnants of FDT support from MRC cache code by Stefan Reinauer · 12 years ago
  49. 6e901fd Sandybridge: Fix MRC cache calculation by Stefan Reinauer · 12 years ago
  50. 206c890 Enable USE_OPTION_TABLE for ThinkPad X60 by Motiejus Jakštys · 12 years ago
  51. bfff6de Implement %zu / %zd in printk by Stefan Reinauer · 12 years ago
  52. 56c7dc7 Move subsystem IDs to devicetree.cb by Stefan Reinauer · 12 years ago
  53. 5649b08 Reduce default verbosity of SPI flash drivers by Stefan Reinauer · 12 years ago
  54. 8ea5a34 Fix printk types in SPI flash drivers by Stefan Reinauer · 12 years ago
  55. 872e74d Fix typo on Persimmon #if CONFIG_HAVE_ACPI_RESUME by Marc Jones · 12 years ago
  56. 9981cad nvramtool: use C99 PRIx64 / PRId64 for uint64_t variables by Stefan Reinauer · 12 years ago
  57. 0e740d3 Fix size_t for certain versions of GCC by Stefan Reinauer · 12 years ago
  58. 1b1309f Add EM100 mode to Intel Firmware Descriptor tool by Stefan Reinauer · 12 years ago
  59. 89ba15a chromeos: Fix compilation of coreboot-utils package by Stefan Reinauer · 12 years ago
  60. f026912 Converted the FRAMEBUFFER_VESA_MODE to a choice. by Steve Goodrich · 12 years ago
  61. 92ff934 abuild: Disable abuild-level parallelism for now by Patrick Georgi · 12 years ago
  62. 2f00ce3 cbtypes.h: Unify cbtypes.h used in AMD board's code by Vikram Narayanan · 12 years ago
  63. ad422c0 Fix Persimmon build without S3. by Marc Jones · 12 years ago
  64. ba3711c Fix fadt legacy free setting. by Marc Jones · 12 years ago
  65. 762aa3e Change the name of the romstage bootblock.ld by Marc Jones · 12 years ago
  66. 49fe74b Fix Cygwin bootblock generation by Marc Jones · 12 years ago
  67. c2dff7f Pass IASL to SeaBIOS by Marc Jones · 12 years ago
  68. 20959ba SPI driver: style fix by Patrick Georgi · 12 years ago
  69. 5fb2b5c crossgcc: Test for m4 and bison by Patrick Georgi · 12 years ago
  70. 6e61ad3 crossgcc: update sources by Patrick Georgi · 12 years ago
  71. 64d9a77 abuild: Move configuration handling together by Patrick Georgi · 12 years ago
  72. 2ea8e86 abuild: Remove abuild.info hack by Patrick Georgi · 13 years ago
  73. 7c9ef4f Add legacy free setting and override to fadt.c by Marc Jones · 12 years ago
  74. b547c4f Merge sb800 fadt fixes from South Station mainboard to southbridge fadt. by Marc Jones · 12 years ago
  75. bb11e60 Hook up MRC cache update by Stefan Reinauer · 12 years ago
  76. 1244f4b Rework Sandybridge MRC cache handling by Stefan Reinauer · 12 years ago
  77. 1c56d9b Add SPI flash driver by Stefan Reinauer · 12 years ago
  78. 43105d6 abuild: Build boards in parallel if possible by Patrick Georgi · 13 years ago
  79. a495335 CIMx: Allow #define LEGACY_FREE overrides by Martin Roth · 12 years ago
  80. 923d200 Unmark source files as executables by Alec Ari · 12 years ago
  81. 5db1f46 Integrate MA785GM-US2H to Kconfig by Alec Ari · 12 years ago
  82. eb129bb Update SeaBIOS URL by Patrick Georgi · 12 years ago
  83. 76cfcbc Move fadt.c to the cimx sb800 southbridge directory to be shared. by Marc Jones · 12 years ago
  84. 7b860ed Add simple PMIO & PMIO2 read/write routines to CIMX wrapper by Martin Roth · 12 years ago
  85. 4781800 Don't loop infinitely long on serial comm failures by Stefan Reinauer · 12 years ago
  86. 564e90f Add a tool to work on i915 hardware in user mode by Stefan Reinauer · 12 years ago
  87. 44a89b3 Fix build with CMOS support on various platforms by Patrick Georgi · 12 years ago
  88. f8f0062 Some more #if cleanup by Patrick Georgi · 12 years ago
  89. c0e16e7 Add config_enabled() from Linux by Patrick Georgi · 12 years ago
  90. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  91. fe42218 Make CBFS output more consistent by Stefan Reinauer · 12 years ago
  92. 872eb79 siemens/sitemp_g1p1: Drop debug code by Patrick Georgi · 13 years ago
  93. 2e2a68b roda/rk886ex: Expose VGA devices in devicetree by Patrick Georgi · 12 years ago
  94. e204e2a lint: Avoid downloading blobs repository by Patrick Georgi · 12 years ago
  95. 8a36634 Don't pre-enable SATA AHCI in romstage.c by Stefan Reinauer · 12 years ago
  96. d4bacf9 Print some useful debugging information in PSS table creation by Stefan Reinauer · 12 years ago
  97. 6870f0c Make creation of CBMEM_ID_RESUME_SCRATCH depending on Agesa by Stefan Reinauer · 12 years ago
  98. f125d80 Add missing newline to printk in Sandybridge init code by Stefan Reinauer · 12 years ago
  99. cabc804 Tell CBMEM pretty printer about MRC cache by Stefan Reinauer · 12 years ago
  100. 3b5a9ed Fix register corruption during Intel Microcode update by Stefan Reinauer · 12 years ago