1. 4409a5e coreboot: add thread cooperative multitasking by Aaron Durbin · 11 years ago
  2. 33cde9a Make early x86 POST codes written to IO port optional by Martin Roth · 11 years ago
  3. 711a6fd Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot binary by Ronald G. Minnich · 11 years ago
  4. c5e036a Get rid of a number of __GNUC__ checks by Stefan Reinauer · 11 years ago
  5. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  6. 2a3c106 hardwaremain: drop boot_complete parameter by Stefan Reinauer · 11 years ago
  7. 758076c x86: use asmlinkage macro for smm_handler_t by Aaron Durbin · 11 years ago
  8. 0748d30 boot state: add ability to block state transitions by Aaron Durbin · 11 years ago
  9. 8e73b5d x86: add TSC_CONSTANT_RATE option by Aaron Durbin · 11 years ago
  10. 998d0c6 exynos5250/snow: deprecate time.h by David Hendricks · 11 years ago
  11. 040f25b timer.h: add mono_time_diff_microseconds() by David Hendricks · 11 years ago
  12. ab98cfe Revert "exynos5250/snow: deprecate time.h" by David Hendricks · 11 years ago
  13. 2fde966 exynos5250/snow: deprecate time.h by David Hendricks · 11 years ago
  14. 340ca91 coreboot: add timer queue implementation by Aaron Durbin · 11 years ago
  15. a421791 coreboot: introduce monotonic timer API by Aaron Durbin · 11 years ago
  16. 001de1a boot state: rebalance payload load vs actual boot by Aaron Durbin · 11 years ago
  17. bebf669 x86: use boot state callbacks to disable rom cache by Aaron Durbin · 11 years ago
  18. 243aa44 boot: remove cbmem_post_handling() by Aaron Durbin · 11 years ago
  19. 40131cf cbmem: use boot state machine by Aaron Durbin · 11 years ago
  20. 4dd87fb coverage: use boot state callbacks by Aaron Durbin · 11 years ago
  21. 0a6c20a acpi: split resume check and actual resume code by Aaron Durbin · 11 years ago
  22. a4feddf boot state: schedule static callbacks by Aaron Durbin · 11 years ago
  23. 7e35efa ramstage: introduce boot state machine by Aaron Durbin · 11 years ago
  24. ac4b00e string: Add STRINGIFY macro by Aaron Durbin · 11 years ago
  25. 642b1db7 Eliminate use of pointers in coreboot table by Stefan Reinauer · 11 years ago
  26. 45988da spkmodem console by Vladimir Serbinenko · 11 years ago
  27. c0b972f Exynos5250: add a microsecond timer by Ronald G. Minnich · 11 years ago
  28. 8ecec21 Revert "siemens/sitemp_g1p1: Make ACPI report the right mmconf region" by Nico Huber · 11 years ago
  29. 1fde22c siemens/sitemp_g1p1: Make ACPI report the right mmconf region by Patrick Georgi · 11 years ago
  30. b959fbb exynos5: Re-factor I2C code by David Hendricks · 11 years ago
  31. cfb7360 replace device/i2c.h with simpler version by David Hendricks · 11 years ago
  32. 6ccb1ab mtrr: add rom caching comment about hyperthreads by Aaron Durbin · 11 years ago
  33. 190011e AMD: Drop six copies of wrmsr_amd and rdmsr_amd by Kyösti Mälkki · 11 years ago
  34. d46161e intel/microcode.h: Fix typo in comment: micr*o*code by Paul Menzel · 11 years ago
  35. 9c07c8f lynxpoint: Move ACPI NVS into separate CBMEM table by Duncan Laurie · 11 years ago
  36. ebf142a boot: add disable_cache_rom() function by Aaron Durbin · 11 years ago
  37. f6f6e13 memrange: add 2 new range_entry routines by Aaron Durbin · 11 years ago
  38. bc07f5d x86: add rom cache variable MTRR index to tables by Aaron Durbin · 11 years ago
  39. 77a5b40 x86: mtrr: add CONFIG_CACHE_ROM support by Aaron Durbin · 11 years ago
  40. a05a852 lib: add memrange infrastructure by Aaron Durbin · 11 years ago
  41. 3ece5ac stdlib: add ALIGN_UP and ALIGN_DOWN macros by Aaron Durbin · 11 years ago
  42. 4fa5fa5 resources: introduce IORESOURCE_WRCOMB by Aaron Durbin · 11 years ago
  43. a755614 resources: remove IORESOURCE_[UMA_FB|IGNORE_MTRR] by Aaron Durbin · 11 years ago
  44. bb4e79a x86: add new mtrr implementation by Aaron Durbin · 11 years ago
  45. c965076 resources: introduce reserved_ram_resource() by Aaron Durbin · 11 years ago
  46. 1989b4b x86: expose console_tx_flush in romstage by Aaron Durbin · 11 years ago
  47. 57686f8 x86: unify amd and non-amd MTRR routines by Aaron Durbin · 11 years ago
  48. 3e4e303 Unify coreboot table generation by Stefan Reinauer · 11 years ago
  49. dd32a31 coreboot: add vboot_handoff to coreboot tables by Aaron Durbin · 12 years ago
  50. c065089 rmodule: add vboot rmodule type by Aaron Durbin · 12 years ago
  51. 22919ce timestamp: add vboot check points by Aaron Durbin · 12 years ago
  52. 0c6946d cbmem: add vboot cmbem id by Aaron Durbin · 11 years ago
  53. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 12 years ago
  54. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  55. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  56. d604090 lynxpoint: Fix ELOG logging of power management events by Duncan Laurie · 12 years ago
  57. de1f890 coreboot: add caching loaded ramstage interface by Aaron Durbin · 12 years ago
  58. 159f2ef ramstage: cache relocated ramstage in RAM by Aaron Durbin · 12 years ago
  59. 25fe2d0 ramstage: Add cbmem_get_table_location() by Aaron Durbin · 12 years ago
  60. c00457d romstage_handoff: add s3_resume field by Aaron Durbin · 12 years ago
  61. f2b20d8 romstage_handoff: provide common logic for setup by Aaron Durbin · 12 years ago
  62. ef4275b x86: protect against abi assumptions from compiler by Aaron Durbin · 12 years ago
  63. 8e4a355 coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE by Aaron Durbin · 12 years ago
  64. cddcc80 coreboot: introduce romstage_handoff structure by Aaron Durbin · 12 years ago
  65. a1db81b4 cbmem: add CBMEM_ID_ROMSTAGE_INFO id by Aaron Durbin · 12 years ago
  66. e8c866a rmodule: add ability to calculate module placement by Aaron Durbin · 12 years ago
  67. b3b72f3 link/graphics: Add support for EDID by Ronald G. Minnich · 11 years ago
  68. d466d75 x86: provide more C standard environment by Aaron Durbin · 11 years ago
  69. f7c6d48 rmodule: add ramstage support by Aaron Durbin · 12 years ago
  70. 98ffb42 intel microcode: split up microcode loading stages by Aaron Durbin · 12 years ago
  71. 9be4c47 rmodule: add rmodules class and new type by Aaron Durbin · 12 years ago
  72. 3bf0ce7 rmodule: add 16 bytes of padding by Aaron Durbin · 12 years ago
  73. ad93552 lib: add rmodule support by Aaron Durbin · 12 years ago
  74. aa3f428 stddef.h: Add standard defines for KiB, MiB, GiB, and TiB by Ronald G. Minnich · 11 years ago
  75. 69efaa0 Google Link: Add remaining code to support native graphics by Ronald G. Minnich · 12 years ago
  76. 1fef1f5 haswell: reserve default SMRAM space by Aaron Durbin · 12 years ago
  77. c1989c4 haswell: add PCI id support by Aaron Durbin · 12 years ago
  78. 50a3464 x86: SMM Module Support by Aaron Durbin · 12 years ago
  79. 5021209 watchdog.h: Fix compile time error on disabling watchdog handling by Patrick Georgi · 12 years ago
  80. 68daf3a pci.h: Drop unused `mainboard_pci_subsystem*` prototypes by Patrick Georgi · 12 years ago
  81. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 12 years ago
  82. 62f100b smm: Update rev 0x30101 SMM revision save state by Aaron Durbin · 12 years ago
  83. a8ae1c6 Whitespace: Replace tab character in license text with two spaces by Paul Menzel · 12 years ago
  84. fdcef1a move uartmem_getbaseaddr() to generic uart header by David Hendricks · 12 years ago
  85. 92f03c0 AMD Family12h: Fix warnings by Martin Roth · 12 years ago
  86. 5ae44de Drop include/arch-generic/div64.h by Stefan Reinauer · 12 years ago
  87. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 12 years ago
  88. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 12 years ago
  89. bc64cae spi-generic.h: Adapt include guard by Patrick Georgi · 12 years ago
  90. 600784e spi.h: Rename the spi.h to spi-generic.h by Zheng Bao · 12 years ago
  91. 8cc8468 Intel: Replace MSR 0xcd with MSR_FSB_FREQ by Patrick Georgi · 12 years ago
  92. 644e83b speedstep: Deduplicate some MSR identifiers by Patrick Georgi · 12 years ago
  93. b868d40 armv7: Use same console initialization procedure for all ARM stages by Hung-Te Lin · 12 years ago
  94. 580fa2b console: Only print romstage messages with EARLY_CONSOLE enabled. by Hung-Te Lin · 12 years ago
  95. ad173ea console: Revise serial console configuration names. by Hung-Te Lin · 12 years ago
  96. d87d639 replace uchar and uint with standard types in generic i2c header by David Hendricks · 12 years ago
  97. 4c2aafe exynos: de-duplicate UART header content by David Hendricks · 12 years ago
  98. d58ba2a add gpio.h for generic GPIO-related definitions by David Hendricks · 12 years ago
  99. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  100. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago