1. efcee9f lib/reg_script: Allow multiple independent handlers by Lee Leahy · 8 years ago
  2. 6bcbe57 lib/regscript: Add exclusive-or (xor) support by Lee Leahy · 8 years ago
  3. c1b98b9 ensure correct byte ordering for cbfs segment list by George Trudeau · 8 years ago
  4. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  5. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  6. d4afa93 lib/bootmem: allow architecture specific bootmem ranges by Aaron Durbin · 8 years ago
  7. 8984af8 lib: add helper for constructing coreboot forwarding table by Aaron Durbin · 8 years ago
  8. dcee908 arch/x86: remove low coreboot table support by Aaron Durbin · 8 years ago
  9. 60eb2c2 arch: only print cbmem entries in one place by Aaron Durbin · 8 years ago
  10. fab8ae7 program.ld: make sure that zeroptr isn't assigned to debug sections by Patrick Georgi · 8 years ago
  11. 2b6db97 edid: Make framebuffer row alignment configurable by Julius Werner · 8 years ago
  12. c445b4f chromeos: Simplify fill_lb_gpios even further by Julius Werner · 8 years ago
  13. 096f457 lib/prog_loading: introduce prog_segment_loaded() by Aaron Durbin · 8 years ago
  14. 6911219 edid: Add helper function to calculate bits-per-pixel dependent values by Julius Werner · 8 years ago
  15. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  16. 2b23948 gpio: Add support for binary_first base3 number system by Julius Werner · 8 years ago
  17. 94271b4 lib/rmodule: export parameters in struct rmod_stage_load by Aaron Durbin · 8 years ago
  18. 447d948 cbmem: Fix cbmem_add_bootmem() by Andrey Petrov · 8 years ago
  19. 555d6c2 cbmem: Add utility to get memory region occupied by cbmem by Alexandru Gagniuc · 9 years ago
  20. 7760261 src/lib/trace.c: Make address size generic by Martin Roth · 8 years ago
  21. 7f76165 lib: Implement framework for retrieving WiFi regulatory domain by Felix Durairaj · 9 years ago
  22. be7cbdc lib/bootblock: provide SoC callback parity with mainboard by Aaron Durbin · 8 years ago
  23. a7141c5 lib/memrange: avoid shadow object declarations by Aaron Durbin · 8 years ago
  24. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  25. 9d02153 fsp_baytrail: Add full support for iosf access in reg_script by Werner Zeh · 8 years ago
  26. f0d39c4 die() when attempting to use bounce buffer on non-i386. by Vladimir Serbinenko · 8 years ago
  27. f6ada1c lib/coreboot_table: add function to allow arch code to add records by Aaron Durbin · 8 years ago
  28. 1060535 lib: Add Kconfig to toggle boot state debugging by Lee Leahy · 8 years ago
  29. bc2c0a3 FMAP: Clean up debug output by Duncan Laurie · 8 years ago
  30. a25b5d2 lzma: Port size-checking ulzman() version to coreboot by Julius Werner · 8 years ago
  31. 8c09377 timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig by Julius Werner · 8 years ago
  32. ae4b854 lib/prog_loaders.c: remove arch/stages.h include by Aaron Durbin · 8 years ago
  33. 69d20c4 timestamp: Bump CBMEM timestamp count, make full use of pre-RAM regions by Julius Werner · 8 years ago
  34. 16ff859 nhlt: add api to override oem_id and oem_table_id of acpi_header_t by Fang, Yang A · 9 years ago
  35. 3cbf8d9 chromeos: Remove CONFIG_VBNV_SIZE variable by Duncan Laurie · 9 years ago
  36. 7bc39a0 lib: add bootmode.c to verstage by Aaron Durbin · 9 years ago
  37. a9ffa9e lib: Support UNCOMPRESSED_RAMSTAGE by Lee Leahy · 8 years ago
  38. 9ab9c33 lib/gcov-glue.c: Remove trailing number from COVERAGE_MAGIC macro by Jean Lucas · 9 years ago
  39. ff8076d Provide a gcc-safe zero pointer by Patrick Georgi · 9 years ago
  40. 81b09f4 Makefile: Make full use of src-to-obj macro by Nico Huber · 9 years ago
  41. eb907b3 arch/x86: link bootblock like other stages for C_ENVIRONMENT_BOOTBLOCK by Aaron Durbin · 9 years ago
  42. 1b915b8 lib/memrange: allow stack allocated free list by Aaron Durbin · 9 years ago
  43. 82d9a31 lib: compile mdelay for romstage by Patrick Georgi · 9 years ago
  44. e223e89 lib/Makefile.inc: Link hexdump.c in the bootblock as well by Alexandru Gagniuc · 9 years ago
  45. dc6c431 lib/hexdump: Refactor to skip lines with all ones as well by Alexandru Gagniuc · 9 years ago
  46. 757943c memlayout: Fix unified CBFS_CACHE macro by Julius Werner · 9 years ago
  47. 66bbb31 */Makefile.inc: Compile files needed by uart8250 in x86 bootblock by Alexandru Gagniuc · 9 years ago
  48. b0a2d3c2 lib: compile mdelay for bootblock by Patrick Georgi · 9 years ago
  49. 9420a52 lib: NHLT ACPI table support by Aaron Durbin · 9 years ago
  50. 2ed0aa2 Correct some common spelling mistakes by Martin Roth · 9 years ago
  51. 295d58b commonlib: Add common cbfs parsing logic to coreboot and cbfstool. by Aaron Durbin · 9 years ago
  52. 7e7a4df lib: remove assets infrastructure by Aaron Durbin · 9 years ago
  53. 6d720f3 cbfs/vboot: remove firmware component support by Aaron Durbin · 9 years ago
  54. b29bd27b cbfs: Fix typo in cbfs_prog_stage_load() by Julius Werner · 9 years ago
  55. a8aef3a cbfs_spi: Initialize spi_flash when initializing cbfs_cache by Mary Ruthven · 9 years ago
  56. f82e8ab cbfs_spi: enable CBFS access in early romstage by Mary Ruthven · 9 years ago
  57. f5fd4c9 lib/timestamp.c: only log "Timestamp table full" once by Ben Gardner · 9 years ago
  58. b50d8fb hexdump: Fix output if length is not a multiple of 16 by Ben Gardner · 9 years ago
  59. b15a0d0 vendorcode/google/chromeos: Cache VPD data into CBMEM by Hung-Te Lin · 9 years ago
  60. bca67fb edid: Don't half parse (and wrongly print) more detailed timings by Douglas Anderson · 9 years ago
  61. 78e226cf edid: Use a better mode for 640x480 by Douglas Anderson · 9 years ago
  62. 9fa0760 edid: Don't set standard timings as supported if they're not by Douglas Anderson · 9 years ago
  63. 14dd370 edid: Remove useless parameter from detailed_cvt_descriptor() by Douglas Anderson · 9 years ago
  64. 7dcf9d5 arm64: tegra132: tegra210: Remove old arm64/stage_entry.S by Julius Werner · 9 years ago
  65. 86fc11d arm/arm64: Generalize bootblock C entry point by Julius Werner · 9 years ago
  66. 85810cc edid: add hdmi_monitor_detected in data struct edid by Yakir Yang · 9 years ago
  67. 8c8e2b7 arm64: remove secmon by Aaron Durbin · 9 years ago
  68. 3bfd7cc drivers/pc80: Rework normal / fallback selector code by Timothy Pearson · 9 years ago
  69. 1ca2d86 cbmem: add coreboot table records for each cbmem entry by Aaron Durbin · 9 years ago
  70. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  71. 246179a jpeg: add jpeg_fetch_size() by Patrick Georgi · 9 years ago
  72. aeb2e15 boot_device: add call to boot_device_init() by Aaron Durbin · 9 years ago
  73. 246115e coreboot: make lb_framebuffer a weak function by robbie zhang · 9 years ago
  74. 478575c lib/stack: Add stack overrun detection by Timothy Pearson · 9 years ago
  75. 0859991 Revert "coreboot_table: don't add CMOS checksum twice." by Nico Huber · 9 years ago
  76. 2ea2555 bootblock: Link timestamp.c only with EARLY_CBMEM_INIT by Paul Menzel · 9 years ago
  77. 75c51d9 x86: add standalone verstage support by Aaron Durbin · 9 years ago
  78. ed253c8 cbfs: don't load x86 programs over the top of read-only media by Aaron Durbin · 9 years ago
  79. 079fb3f cbmem console: make verstage first class citizen by Aaron Durbin · 9 years ago
  80. 551cff0 Derive lvds_dual_channel from EDID timings. by Vladimir Serbinenko · 9 years ago
  81. c824c26 lib/gcov-glue.c: Define macro `COVERAGE_MAGIC` and use it by Paul Menzel · 9 years ago
  82. 37a5d15 cbfs: add struct cbfsf by Aaron Durbin · 9 years ago
  83. 9cc8e92 program.ld: terminate ALIGN statement by Patrick Georgi · 9 years ago
  84. 9796f60 coreboot: move TS_END_ROMSTAGE to one spot by Aaron Durbin · 9 years ago
  85. d972f78 linking: link bootblock.elf with .data and .bss sections again by Aaron Durbin · 9 years ago
  86. dc9f5cd coreboot: introduce commonlib by Aaron Durbin · 9 years ago
  87. 52a9260 linking: Repair special treatments for non-x86 bootblocks by Julius Werner · 9 years ago
  88. 83bc0db x86: link ramstage the same way regardless of RELOCATABLE_RAMSTAGE by Aaron Durbin · 9 years ago
  89. d4dd44c linking: add and use LDFLAGS_common by Aaron Durbin · 9 years ago
  90. dde7629 rmodule: use program.ld for linking by Aaron Durbin · 9 years ago
  91. e5bad5c verstage: use common program.ld for linking by Aaron Durbin · 9 years ago
  92. 14714e1 x86: link romstage like the other architectures by Aaron Durbin · 9 years ago
  93. b2a6262 linking: move romstage and bootblock to use program.ld by Aaron Durbin · 9 years ago
  94. 4de29d4 linking: lay the groundwork for a unified linking approach by Aaron Durbin · 9 years ago
  95. 4460703 Drop "See file CREDITS..." comment by Stefan Reinauer · 9 years ago
  96. 0375815 symbols: add '_' to pci_drivers and cpu_drivers symbols by Aaron Durbin · 9 years ago
  97. bc98cc6 bootmode: add display_init_required() by Aaron Durbin · 9 years ago
  98. c49014e timestamp: add tick frequency to exported table by Aaron Durbin · 9 years ago
  99. bedbdc4 edid: fix know_modes timing error by Yakir Yang · 9 years ago
  100. e205410 edid: add function to manually specify mode by David Hendricks · 9 years ago