1. 559e947 acpi_device: Add support for writing ACPI Device Properties by Duncan Laurie · 8 years ago
  2. 70c86d9 acpi_device: Add support for writing ACPI SPI descriptors by Duncan Laurie · 8 years ago
  3. 1010b4a acpi_device: Add support for writing ACPI I2C descriptors by Duncan Laurie · 8 years ago
  4. cfb6ea7 acpi_device: Add support for writing ACPI GPIO descriptors by Duncan Laurie · 8 years ago
  5. 6b7c1f6 acpi_device: Add support for writing ACPI Interrupt descriptors by Duncan Laurie · 8 years ago
  6. 10221a0 arch/x86: provide verstage support for CONFIG_C_ENVIRONMENT_BOOTBLOCK by Aaron Durbin · 8 years ago
  7. 2c51572 arm64: Add stack dump to exception handler by Julius Werner · 8 years ago
  8. d9af3ce device: Add an ACPI device name and path concept to devices by Duncan Laurie · 8 years ago
  9. 3829f23 acpigen: Add function to generate ToUUID() from a string by Duncan Laurie · 8 years ago
  10. 87c6097 arch/x86: Include timestamp.c in all stages by Alexandru Gagniuc · 8 years ago
  11. 0ba307f acpigen: Fix ?: operator confusion by Jonathan Neuschäfer · 8 years ago
  12. abe2de8 acpigen: Add functions to generate _STA() and _PRW() by Duncan Laurie · 8 years ago
  13. f7c3876 acpigen: Add an abstracted integer output method by Duncan Laurie · 8 years ago
  14. 56b69aa acpigen: Add helper functions for strings by Duncan Laurie · 8 years ago
  15. 9ccae75 acpigen: Add helpers for word/dword output by Duncan Laurie · 8 years ago
  16. 03f5072 arch/arm64: add FRAMEBUFFER region macros to memlayout by Lin Huang · 8 years ago
  17. 251ce85 smbios: Add SuperTalent SPD ID by Timothy Pearson · 8 years ago
  18. 0067a42 arch/armv7: Fix end index calculation in mmu_config_range_kb by Varadarajan Narayanan · 9 years ago
  19. fa5aba0 arch/x86: Drop CBFS_BASE_ADDRESS by Patrick Georgi · 8 years ago
  20. 5cc0ee27 build system: remove CBFSTOOL_PRE1_OPTS by Patrick Georgi · 8 years ago
  21. aef5865 arch/x86/assembly_entry: allow early post CAR stages to use common code by Aaron Durbin · 8 years ago
  22. 800b017 arch/x86/asembly_entry: reorder conditional stage entry macros by Aaron Durbin · 8 years ago
  23. a6e9051 lib/coreboot_table: use the architecture dependent table size by Aaron Durbin · 8 years ago
  24. a2118a2 arch: introduce architecture dependent common variables by Aaron Durbin · 8 years ago
  25. 4c76ab6 x86/memlayout.h: Do not include data/bss sections in C_ENVIRONMENT_BOOTBLOCK by Furquan Shaikh · 8 years ago
  26. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  27. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  28. d4afa93 lib/bootmem: allow architecture specific bootmem ranges by Aaron Durbin · 8 years ago
  29. dcee908 arch/x86: remove low coreboot table support by Aaron Durbin · 8 years ago
  30. 86cbfa0 arch/x86: clean up write_tables() by Aaron Durbin · 8 years ago
  31. 60eb2c2 arch: only print cbmem entries in one place by Aaron Durbin · 8 years ago
  32. a0546da arch: use Kconfig variable for coreboot table size by Aaron Durbin · 8 years ago
  33. 0eb1f1c arch/riscv/tables: remove confusion over write_tables() by Aaron Durbin · 8 years ago
  34. f7dca0a arch/power8/tables: remove confusion over write_tables() by Aaron Durbin · 8 years ago
  35. b3ee03c bootblock_crt0: Use CR* macros from cpu/x86/cr.h by Furquan Shaikh · 8 years ago
  36. 7bd886b Change la to li (load immediate) by Ronald G. Minnich · 8 years ago
  37. 6695901 arch/power8: Position bootblock start at reset vector by Timothy Pearson · 8 years ago
  38. 096f457 lib/prog_loading: introduce prog_segment_loaded() by Aaron Durbin · 8 years ago
  39. dd95e00 arch/x86: notify the system when the postcar parameter was updated by Aaron Durbin · 8 years ago
  40. 263522d armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/write by Paul Kocialkowski · 9 years ago
  41. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  42. 57dbbbb arch/x86: honor CONFIG_X86_TOP4G_BOOTMEDIA_MAP for verstage by Aaron Durbin · 8 years ago
  43. f3f654d src/arch/x86/acpi.c: Use correct host address width in DMAR ACPI table by Jacob Laska · 8 years ago
  44. 730d475 x86: Drop CONFIG_COMPILE_IN_DSDT by Stefan Reinauer · 8 years ago
  45. 3677520 arch/x86/smbios: fix length calculation for SMBIOS type 17 by Iru Cai · 8 years ago
  46. fffee87 Makefile: Add build-time overlap check for programs loaded after coreboot by Julius Werner · 8 years ago
  47. 73f7069 arch/x86: Add common assembly code for stages that run in CAR by Andrey Petrov · 9 years ago
  48. dd56de9 arch/x86: document CAR symbols and expose them in symbols.h by Andrey Petrov · 9 years ago
  49. d51a089 Kconfig: hide useless options on ARM. by Vladimir Serbinenko · 9 years ago
  50. 8198c67 arch/x86: always use _start as entry symbol for all stages by Aaron Durbin · 9 years ago
  51. 4330a9c arch/x86: rename reset_vector -> _start by Aaron Durbin · 9 years ago
  52. ccd300b arch/x86: Allow soc/chipset to set linking address by Andrey Petrov · 9 years ago
  53. 2bdeb7f src/arch/x86/smbios: Add vendors by Patrick Rudolph · 9 years ago
  54. 0155457 x86/Makefile.inc: Fix redundant addition of memlayout.ld in bootblock by Furquan Shaikh · 9 years ago
  55. f0d39c4 die() when attempting to use bounce buffer on non-i386. by Vladimir Serbinenko · 9 years ago
  56. 9831244 emulation/qemu-power8: initial mainboard and arch commit by Ronald G. Minnich · 9 years ago
  57. e0969ae x86: add coreboot table entry for TSC info by Aaron Durbin · 9 years ago
  58. f6ada1c lib/coreboot_table: add function to allow arch code to add records by Aaron Durbin · 9 years ago
  59. 38cd375 RISC-V: Add more debug info to debug printks by Andrew Waterman · 9 years ago
  60. f16d904 RISC-V: Make inline asm usage safer by Andrew Waterman · 9 years ago
  61. 800e964 arch/arm64: Compile arm-trusted-firmware with coreboot timestamp by Patrick Georgi · 9 years ago
  62. 6a62231 arch/x86: Add option to disable default mmap_boot implementation by Alexandru Gagniuc · 9 years ago
  63. 65ac3d8 x86: make bootblock size for C_ENVIRONMENT_BOOTBLOCK configurable by Aaron Durbin · 9 years ago
  64. 8c09377 timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig by Julius Werner · 9 years ago
  65. 622eea7 arches: lib: add main_decl.h for main() declaration by Aaron Durbin · 9 years ago
  66. 711455f arch/{arm64,riscv}: remove jmp_to_elf_entry() declaration by Aaron Durbin · 9 years ago
  67. ae3f302 arch: remove stage_exit() by Aaron Durbin · 9 years ago
  68. 3bc543a arch/x86: Change how BOOTBLOCK_CUSTOM is selected by default by Andrey Petrov · 9 years ago
  69. 6a1219c arch/x86: Allow bootblock code to use CAR_GLOBAL variables by Andrey Petrov · 9 years ago
  70. ee9e4ae arch/x86: Reserve space for stack in CAR layout by Andrey Petrov · 9 years ago
  71. 3834520 arch/arm64: Use correct SPSR.DAIF mask for BL31 and payload by Julius Werner · 9 years ago
  72. 372d0ff arch/arm64: mmu: Spot check TTB memory attributes by Julius Werner · 9 years ago
  73. 0cd9ff8 xcompile: Add a way to specify -march=i586 by Martin Roth · 9 years ago
  74. cfc80c2 arch/x86: Add second paragraph to license header by Martin Roth · 9 years ago
  75. 6be6c8f arch/x86: Implement minimal bootblock for C_ENVIRONMENT_BOTOBLOCK by Alexandru Gagniuc · 9 years ago
  76. f8e4913 arch/x86: Rename bootblock.S to bootblock_romcc.S by Alexandru Gagniuc · 9 years ago
  77. dcc3ecc arch/arm64: Override bl31 timestamp with coreboot build timestamp by Patrick Georgi · 9 years ago
  78. 98fc426 Move object files to $(obj)/<class>/ by Nico Huber · 9 years ago
  79. 81b09f4 Makefile: Make full use of src-to-obj macro by Nico Huber · 9 years ago
  80. 7ee6cd5 arch/x86: Drop arch/pciconf.h by Stefan Reinauer · 9 years ago
  81. 4af5886 src/arch: Update license headers missing paragraph 2 by Martin Roth · 9 years ago
  82. 546f29d arch/x86: move SetCodeSelector to .text segment by Patrick Georgi · 9 years ago
  83. eb907b3 arch/x86: link bootblock like other stages for C_ENVIRONMENT_BOOTBLOCK by Aaron Durbin · 9 years ago
  84. 0302b06 arch/x86: remove .intel_syntax by Patrick Georgi · 9 years ago
  85. ab0df6d arch/arm64: Extend verstage by Itamar · 9 years ago
  86. 4e153d6 arch/x86: Add files needed for C environment bootblock on x86 by Alexandru Gagniuc · 9 years ago
  87. ee464b1 console: Simplify bootblock console Kconfig selection logic by Alexandru Gagniuc · 9 years ago
  88. cc96624 arch/x86/include: Rename bootblock_common to bootblock_romcc.h by Alexandru Gagniuc · 9 years ago
  89. 6313bc7 arch/x86/Makefile.inc: Add a comment to fix syntax highlighting by Martin Roth · 9 years ago
  90. e369010 arch/x86: Indent using tabs not spaces by Martin Roth · 9 years ago
  91. fd277d8 header files: Fix guard name comments to match guard names by Martin Roth · 9 years ago
  92. 8e442dc arch/riscv: Add missing license headers by Martin Roth · 9 years ago
  93. 699af19 arch/x86/Makefile.inc: Update symbol check macro by Martin Roth · 9 years ago
  94. 9df9e939 arch/x86: add missing license headers by Martin Roth · 9 years ago
  95. a7cf7b7 arch/x86/include: add missing license headers by Martin Roth · 9 years ago
  96. cf77d28 arch/arm64: add missing license headers by Martin Roth · 9 years ago
  97. e44adfa arch/arm: add missing license headers by Martin Roth · 9 years ago
  98. 2ed0aa2 Correct some common spelling mistakes by Martin Roth · 9 years ago
  99. c764c74 cpu/amd/microcode: Introduce CBFS access spinlock to avoid IOMMU failure by Timothy Pearson · 9 years ago
  100. 12c55ed Revert "x86: Align CBFS on top of ROM" by Aaron Durbin · 9 years ago