1. 1010b4a acpi_device: Add support for writing ACPI I2C descriptors by Duncan Laurie · 8 years ago
  2. ba0fc47 soc/intel/common: Add common smihandler code by Hannah Williams · 8 years ago
  3. 3a39f44 gpio: Add a function to map GPIO to ACPI path by Duncan Laurie · 8 years ago
  4. d9af3ce device: Add an ACPI device name and path concept to devices by Duncan Laurie · 8 years ago
  5. b955284 hexstrtobin: Add a library function to decode ASCII hex into binary by Duncan Laurie · 8 years ago
  6. ff196b6 lib/bootblock: Provide mechanism to pass in an early timestamp by Alexandru Gagniuc · 8 years ago
  7. 4650f5b sconfig: Add a new generic device type by Duncan Laurie · 8 years ago
  8. b7ce5fe sconfig: Add 10bit addressing mode to i2c device type by Duncan Laurie · 8 years ago
  9. 1487621 drivers/uart: Enable override for input clock divider by Lee Leahy · 8 years ago
  10. 770d7c7 cpu/x86/mp_init: reduce exposure of internal implementation by Aaron Durbin · 8 years ago
  11. 564dc9c lib/reg_script: Add display support by Lee Leahy · 8 years ago
  12. 8250192 cpu/x86: combine multiprocessor and SMM initialization by Aaron Durbin · 8 years ago
  13. a41e030 cpu/x86/smm_module_loader: always build with SMM module support by Aaron Durbin · 8 years ago
  14. 0e55632 cpu/x86/mp_init: remove unused callback arguments by Aaron Durbin · 8 years ago
  15. efcee9f lib/reg_script: Allow multiple independent handlers by Lee Leahy · 8 years ago
  16. 6bcbe57 lib/regscript: Add exclusive-or (xor) support by Lee Leahy · 8 years ago
  17. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  18. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  19. d4afa93 lib/bootmem: allow architecture specific bootmem ranges by Aaron Durbin · 8 years ago
  20. 8984af8 lib: add helper for constructing coreboot forwarding table by Aaron Durbin · 8 years ago
  21. 86ddd73 kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  22. c42b786 stddef.h: fix zeroptr's definition by Patrick Georgi · 8 years ago
  23. 2b6db97 edid: Make framebuffer row alignment configurable by Julius Werner · 8 years ago
  24. c445b4f chromeos: Simplify fill_lb_gpios even further by Julius Werner · 8 years ago
  25. 096f457 lib/prog_loading: introduce prog_segment_loaded() by Aaron Durbin · 8 years ago
  26. 6f009dc cbmem: Add comment for cbmem_top returning NULL if backing store is not ready by Furquan Shaikh · 8 years ago
  27. 6911219 edid: Add helper function to calculate bits-per-pixel dependent values by Julius Werner · 8 years ago
  28. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  29. 2b23948 gpio: Add support for binary_first base3 number system by Julius Werner · 8 years ago
  30. 94271b4 lib/rmodule: export parameters in struct rmod_stage_load by Aaron Durbin · 8 years ago
  31. d33ebd1 device: Add i2c read/write register field API by Yidi Lin · 8 years ago
  32. 331ac1b mtrr: Define a function for obtaining free var mtrr by Furquan Shaikh · 8 years ago
  33. 5ffb688 device/i2c: Add i2c_read_bytes() API by Jitao Shi · 9 years ago
  34. 555d6c2 cbmem: Add utility to get memory region occupied by cbmem by Alexandru Gagniuc · 9 years ago
  35. e884592 lib/memrange: add function to initialize range_entry by Aaron Durbin · 8 years ago
  36. e63be89 cpu/x86/mtrr: add helper function to detect variable MTRRs by Aaron Durbin · 8 years ago
  37. 98b5f90 include/device/dram: Fix DDR3-1866 by Patrick Rudolph · 9 years ago
  38. 0769159 src/device/dram/ddr3: Parse additional information by Patrick Rudolph · 9 years ago
  39. 9f3f915 nb/intel/sandybridge/romstage: Read fuse bits for max MEM Clk by Patrick Rudolph · 9 years ago
  40. be7cbdc lib/bootblock: provide SoC callback parity with mainboard by Aaron Durbin · 9 years ago
  41. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  42. 862c385 memlayout: Add symbols for stage bounds by Julius Werner · 9 years ago
  43. 9d02153 fsp_baytrail: Add full support for iosf access in reg_script by Werner Zeh · 9 years ago
  44. f0d39c4 die() when attempting to use bounce buffer on non-i386. by Vladimir Serbinenko · 9 years ago
  45. bd1fdc6 nb/intel/sandybridge/raminit: Add XMP support by Patrick Rudolph · 9 years ago
  46. f6ada1c lib/coreboot_table: add function to allow arch code to add records by Aaron Durbin · 9 years ago
  47. a95baf9 device: Add device path display support by Lee Leahy · 9 years ago
  48. 1060535 lib: Add Kconfig to toggle boot state debugging by Lee Leahy · 9 years ago
  49. a25b5d2 lzma: Port size-checking ulzman() version to coreboot by Julius Werner · 9 years ago
  50. 8c09377 timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig by Julius Werner · 9 years ago
  51. 622eea7 arches: lib: add main_decl.h for main() declaration by Aaron Durbin · 9 years ago
  52. a02bb65 cpu/intel/microcode: allow microcode to be loaded in romstage by Aaron Durbin · 9 years ago
  53. 16ff859 nhlt: add api to override oem_id and oem_table_id of acpi_header_t by Fang, Yang A · 9 years ago
  54. 420caaf include/device: Move inline functions from pci_def.h to pci.h by Alexandru Gagniuc · 9 years ago
  55. cb1dec5 cpu/amd/fam10h-fam15h: Add new wait_ap_stopped function by Timothy Pearson · 9 years ago
  56. 448e386 drivers/pc80: Add PS/2 mouse presence detect by Timothy Pearson · 9 years ago
  57. ff8076d Provide a gcc-safe zero pointer by Patrick Georgi · 9 years ago
  58. 98fc426 Move object files to $(obj)/<class>/ by Nico Huber · 9 years ago
  59. 1b915b8 lib/memrange: allow stack allocated free list by Aaron Durbin · 9 years ago
  60. 5f92a5a lib: Implement framework for retrieving WiFi regulatory domain by Felix Durairaj · 9 years ago
  61. 757943c memlayout: Fix unified CBFS_CACHE macro by Julius Werner · 9 years ago
  62. fd277d8 header files: Fix guard name comments to match guard names by Martin Roth · 9 years ago
  63. 9420a52 lib: NHLT ACPI table support by Aaron Durbin · 9 years ago
  64. 2ed0aa2 Correct some common spelling mistakes by Martin Roth · 9 years ago
  65. ca0a676 commonlib: Prepare code to be included in cbfstool builds. by Aaron Durbin · 9 years ago
  66. 295d58b commonlib: Add common cbfs parsing logic to coreboot and cbfstool. by Aaron Durbin · 9 years ago
  67. 7100cf2 imgtec/pistachio: Add SOC_REGISTERS memory region by Ionela Voinescu · 9 years ago
  68. 62c0276 device/pnp: Ability to set vendor specific logical device config by Damien Zammit · 9 years ago
  69. 03d4ae7 lib: Fix strncmp by Hannah Williams · 9 years ago
  70. 7e7a4df lib: remove assets infrastructure by Aaron Durbin · 9 years ago
  71. 6d720f3 cbfs/vboot: remove firmware component support by Aaron Durbin · 9 years ago
  72. a8aef3a cbfs_spi: Initialize spi_flash when initializing cbfs_cache by Mary Ruthven · 9 years ago
  73. fb50983 intel/fsp: Add post codes for FSP phases by Duncan Laurie · 9 years ago
  74. f82e8ab cbfs_spi: enable CBFS access in early romstage by Mary Ruthven · 9 years ago
  75. 2ca8b31 x86/smm: don't hide harmless declarations by Patrick Georgi · 9 years ago
  76. 44e4a4e southbridge/amd/sr5650: Add IOMMU support by Timothy Pearson · 9 years ago
  77. 991f184 cpu/amd: de-duplicate MSR include files by Stefan Reinauer · 9 years ago
  78. aa5f5b1 rules.h: Add ENV_STRING and use it in console_init() by Ben Gardner · 9 years ago
  79. d3634c1 rules.h: Add ENV_ macros to detect current architecture by Julius Werner · 9 years ago
  80. 83abd81 cpu/amd: Add CC6 support by Timothy Pearson · 9 years ago
  81. 86fc11d arm/arm64: Generalize bootblock C entry point by Julius Werner · 9 years ago
  82. 5d7dc55 southbridge/amd/sb700: Add AHCI support by Timothy Pearson · 9 years ago
  83. 85810cc edid: add hdmi_monitor_detected in data struct edid by Yakir Yang · 9 years ago
  84. 8c8e2b7 arm64: remove secmon by Aaron Durbin · 9 years ago
  85. 3bfd7cc drivers/pc80: Rework normal / fallback selector code by Timothy Pearson · 9 years ago
  86. 1ca2d86 cbmem: add coreboot table records for each cbmem entry by Aaron Durbin · 9 years ago
  87. 730a043 cpu/amd: Add initial AMD Family 15h support by Timothy Pearson · 9 years ago
  88. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  89. f79d05b Drop geode_post_code.h by Stefan Reinauer · 9 years ago
  90. 5fa4cb6 cpu/amd: Fix cbtypes.h to match UINTN convention by Stefan Reinauer · 9 years ago
  91. be70646 include/timer.h: Guard `timer_monotonic_get()` calls by `CONFIG_HAVE_MONOTONIC_TIMER` by Paul Menzel · 9 years ago
  92. 246115e coreboot: make lb_framebuffer a weak function by robbie zhang · 9 years ago
  93. 04cf449 drivers/aspeed: Add native text mode VGA support for the AST2050 by Timothy Pearson · 9 years ago
  94. acbdade southbridge/amd/sb700: Allow use of auxiliary SMBUS controller by Timothy Pearson · 9 years ago
  95. 964aa83 include/smbios: Update SMBIOS memory structures to version 2.8 by Timothy Pearson · 9 years ago
  96. 8193b06 allocator: Page align memory mapped PCI resources by Nico Huber · 9 years ago
  97. 86091f9 cpu/mtrr.h: Fix macro names for MTRR registers by Alexandru Gagniuc · 9 years ago
  98. 079fb3f cbmem console: make verstage first class citizen by Aaron Durbin · 9 years ago
  99. 551cff0 Derive lvds_dual_channel from EDID timings. by Vladimir Serbinenko · 9 years ago
  100. 37a5d15 cbfs: add struct cbfsf by Aaron Durbin · 9 years ago