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