1. 5b6c28c gpio: Add support for translating gpio_t into ACPI pin by Duncan Laurie · 8 years ago
  2. 8f9c866 lib: remove ulzma() by Aaron Durbin · 8 years ago
  3. ed0f6d7 lib/nhlt: add helper functions for adding endpoints by Aaron Durbin · 8 years ago
  4. e5f48d2 region: Add writeat and eraseat support by Antonello Dettori · 8 years ago
  5. 2cf99e1 lib: Add real-time-clock functions by Simon Glass · 8 years ago
  6. 7a29cdc lib: Build reg_script for bootblock by Lee Leahy · 8 years ago
  7. 538b324 lib: Add asmlinkage attribute to bootblock_main_with_timestamp by Lee Leahy · 8 years ago
  8. d5583a5 cbfs: Use NO_XIP_EARLY_STAGES to decide if stage is XIP by Furquan Shaikh · 8 years ago
  9. 0a54fb5 lib/hardwaremain: Add \n to "Boot failed" message by Jonathan Neuschäfer · 8 years ago
  10. f6b1039 program.ld: Don't exclude sbe region from verstage by Stefan Reinauer · 8 years ago
  11. 3a39f44 gpio: Add a function to map GPIO to ACPI path by Duncan Laurie · 8 years ago
  12. b955284 hexstrtobin: Add a library function to decode ASCII hex into binary by Duncan Laurie · 8 years ago
  13. ff196b6 lib/bootblock: Provide mechanism to pass in an early timestamp by Alexandru Gagniuc · 8 years ago
  14. 63e7b5b lib/timestamp: Do not initialize cache in timestamp_cache_get() by Alexandru Gagniuc · 8 years ago
  15. bf1e481 lib: remove FLASHMAP_OFFSET config variable by Aaron Durbin · 8 years ago
  16. f92a98c coreboot_tables: Extend serial port description by Lee Leahy · 8 years ago
  17. 1e162bf lib/prog_loaders: Allow platforms to skip stage cache by Furquan Shaikh · 8 years ago
  18. f7dd6d5 lib/reg_script: Fix braces by Stefan Reinauer · 8 years ago
  19. 564dc9c lib/reg_script: Add display support by Lee Leahy · 8 years ago
  20. 58a150a lib/cbfs: Use fmap derived information about the COREBOOT region by Patrick Georgi · 8 years ago
  21. a6e9051 lib/coreboot_table: use the architecture dependent table size by Aaron Durbin · 8 years ago
  22. efcee9f lib/reg_script: Allow multiple independent handlers by Lee Leahy · 8 years ago
  23. 6bcbe57 lib/regscript: Add exclusive-or (xor) support by Lee Leahy · 8 years ago
  24. c1b98b9 ensure correct byte ordering for cbfs segment list by George Trudeau · 8 years ago
  25. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  26. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  27. d4afa93 lib/bootmem: allow architecture specific bootmem ranges by Aaron Durbin · 8 years ago
  28. 8984af8 lib: add helper for constructing coreboot forwarding table by Aaron Durbin · 8 years ago
  29. dcee908 arch/x86: remove low coreboot table support by Aaron Durbin · 8 years ago
  30. 60eb2c2 arch: only print cbmem entries in one place by Aaron Durbin · 8 years ago
  31. fab8ae7 program.ld: make sure that zeroptr isn't assigned to debug sections by Patrick Georgi · 8 years ago
  32. 2b6db97 edid: Make framebuffer row alignment configurable by Julius Werner · 8 years ago
  33. c445b4f chromeos: Simplify fill_lb_gpios even further by Julius Werner · 8 years ago
  34. 096f457 lib/prog_loading: introduce prog_segment_loaded() by Aaron Durbin · 8 years ago
  35. 6911219 edid: Add helper function to calculate bits-per-pixel dependent values by Julius Werner · 8 years ago
  36. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  37. 2b23948 gpio: Add support for binary_first base3 number system by Julius Werner · 8 years ago
  38. 94271b4 lib/rmodule: export parameters in struct rmod_stage_load by Aaron Durbin · 8 years ago
  39. 447d948 cbmem: Fix cbmem_add_bootmem() by Andrey Petrov · 8 years ago
  40. 555d6c2 cbmem: Add utility to get memory region occupied by cbmem by Alexandru Gagniuc · 9 years ago
  41. 7760261 src/lib/trace.c: Make address size generic by Martin Roth · 8 years ago
  42. 7f76165 lib: Implement framework for retrieving WiFi regulatory domain by Felix Durairaj · 9 years ago
  43. be7cbdc lib/bootblock: provide SoC callback parity with mainboard by Aaron Durbin · 8 years ago
  44. a7141c5 lib/memrange: avoid shadow object declarations by Aaron Durbin · 8 years ago
  45. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  46. 9d02153 fsp_baytrail: Add full support for iosf access in reg_script by Werner Zeh · 8 years ago
  47. f0d39c4 die() when attempting to use bounce buffer on non-i386. by Vladimir Serbinenko · 8 years ago
  48. f6ada1c lib/coreboot_table: add function to allow arch code to add records by Aaron Durbin · 8 years ago
  49. 1060535 lib: Add Kconfig to toggle boot state debugging by Lee Leahy · 8 years ago
  50. bc2c0a3 FMAP: Clean up debug output by Duncan Laurie · 8 years ago
  51. a25b5d2 lzma: Port size-checking ulzman() version to coreboot by Julius Werner · 8 years ago
  52. 8c09377 timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig by Julius Werner · 8 years ago
  53. ae4b854 lib/prog_loaders.c: remove arch/stages.h include by Aaron Durbin · 8 years ago
  54. 69d20c4 timestamp: Bump CBMEM timestamp count, make full use of pre-RAM regions by Julius Werner · 8 years ago
  55. 16ff859 nhlt: add api to override oem_id and oem_table_id of acpi_header_t by Fang, Yang A · 8 years ago
  56. 3cbf8d9 chromeos: Remove CONFIG_VBNV_SIZE variable by Duncan Laurie · 8 years ago
  57. 7bc39a0 lib: add bootmode.c to verstage by Aaron Durbin · 8 years ago
  58. a9ffa9e lib: Support UNCOMPRESSED_RAMSTAGE by Lee Leahy · 8 years ago
  59. 9ab9c33 lib/gcov-glue.c: Remove trailing number from COVERAGE_MAGIC macro by Jean Lucas · 8 years ago
  60. ff8076d Provide a gcc-safe zero pointer by Patrick Georgi · 8 years ago
  61. 81b09f4 Makefile: Make full use of src-to-obj macro by Nico Huber · 8 years ago
  62. eb907b3 arch/x86: link bootblock like other stages for C_ENVIRONMENT_BOOTBLOCK by Aaron Durbin · 8 years ago
  63. 1b915b8 lib/memrange: allow stack allocated free list by Aaron Durbin · 8 years ago
  64. 82d9a31 lib: compile mdelay for romstage by Patrick Georgi · 8 years ago
  65. e223e89 lib/Makefile.inc: Link hexdump.c in the bootblock as well by Alexandru Gagniuc · 9 years ago
  66. dc6c431 lib/hexdump: Refactor to skip lines with all ones as well by Alexandru Gagniuc · 9 years ago
  67. 757943c memlayout: Fix unified CBFS_CACHE macro by Julius Werner · 9 years ago
  68. 66bbb31 */Makefile.inc: Compile files needed by uart8250 in x86 bootblock by Alexandru Gagniuc · 9 years ago
  69. b0a2d3c2 lib: compile mdelay for bootblock by Patrick Georgi · 8 years ago
  70. 9420a52 lib: NHLT ACPI table support by Aaron Durbin · 9 years ago
  71. 2ed0aa2 Correct some common spelling mistakes by Martin Roth · 8 years ago
  72. 295d58b commonlib: Add common cbfs parsing logic to coreboot and cbfstool. by Aaron Durbin · 9 years ago
  73. 7e7a4df lib: remove assets infrastructure by Aaron Durbin · 9 years ago
  74. 6d720f3 cbfs/vboot: remove firmware component support by Aaron Durbin · 9 years ago
  75. b29bd27b cbfs: Fix typo in cbfs_prog_stage_load() by Julius Werner · 9 years ago
  76. a8aef3a cbfs_spi: Initialize spi_flash when initializing cbfs_cache by Mary Ruthven · 9 years ago
  77. f82e8ab cbfs_spi: enable CBFS access in early romstage by Mary Ruthven · 9 years ago
  78. f5fd4c9 lib/timestamp.c: only log "Timestamp table full" once by Ben Gardner · 9 years ago
  79. b50d8fb hexdump: Fix output if length is not a multiple of 16 by Ben Gardner · 9 years ago
  80. b15a0d0 vendorcode/google/chromeos: Cache VPD data into CBMEM by Hung-Te Lin · 9 years ago
  81. bca67fb edid: Don't half parse (and wrongly print) more detailed timings by Douglas Anderson · 9 years ago
  82. 78e226cf edid: Use a better mode for 640x480 by Douglas Anderson · 9 years ago
  83. 9fa0760 edid: Don't set standard timings as supported if they're not by Douglas Anderson · 9 years ago
  84. 14dd370 edid: Remove useless parameter from detailed_cvt_descriptor() by Douglas Anderson · 9 years ago
  85. 7dcf9d5 arm64: tegra132: tegra210: Remove old arm64/stage_entry.S by Julius Werner · 9 years ago
  86. 86fc11d arm/arm64: Generalize bootblock C entry point by Julius Werner · 9 years ago
  87. 85810cc edid: add hdmi_monitor_detected in data struct edid by Yakir Yang · 9 years ago
  88. 8c8e2b7 arm64: remove secmon by Aaron Durbin · 9 years ago
  89. 3bfd7cc drivers/pc80: Rework normal / fallback selector code by Timothy Pearson · 9 years ago
  90. 1ca2d86 cbmem: add coreboot table records for each cbmem entry by Aaron Durbin · 9 years ago
  91. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  92. 246179a jpeg: add jpeg_fetch_size() by Patrick Georgi · 9 years ago
  93. aeb2e15 boot_device: add call to boot_device_init() by Aaron Durbin · 9 years ago
  94. 246115e coreboot: make lb_framebuffer a weak function by robbie zhang · 9 years ago
  95. 478575c lib/stack: Add stack overrun detection by Timothy Pearson · 9 years ago
  96. 0859991 Revert "coreboot_table: don't add CMOS checksum twice." by Nico Huber · 9 years ago
  97. 2ea2555 bootblock: Link timestamp.c only with EARLY_CBMEM_INIT by Paul Menzel · 9 years ago
  98. 75c51d9 x86: add standalone verstage support by Aaron Durbin · 9 years ago
  99. ed253c8 cbfs: don't load x86 programs over the top of read-only media by Aaron Durbin · 9 years ago
  100. 079fb3f cbmem console: make verstage first class citizen by Aaron Durbin · 9 years ago