1. 0cd338e Remove non-ascii & unprintable characters by Martin Roth · 8 years ago
  2. 049b462 arch/x86: Enable postcar console by Lee Leahy · 8 years ago
  3. f67e2cf arch/x86: Display MTRRs after MTRR update in postcar by Lee Leahy · 8 years ago
  4. 777ea89 src/arch: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  5. 8e63017 arch/riscv: Refactor bootblock.S by Jonathan Neuschäfer · 8 years ago
  6. 62bd9f9 arch/riscv: Only initialize virtual memory if it's available by Jonathan Neuschäfer · 8 years ago
  7. 0cc02ef arch/riscv: Remove spinlock code from atomic.h by Jonathan Neuschäfer · 8 years ago
  8. 5f4b4c4 arch/x86: Add bootblock and postcar support for SOC MTRR access by Lee Leahy · 8 years ago
  9. 4cfde2a arch/x86: Generate a map file for the postcar stage by Lee Leahy · 8 years ago
  10. 99f1b2f arch/x86: Organize ramstage to match other stages by Lee Leahy · 8 years ago
  11. e82b505 arch/x86: Move romstage files into romstage section by Lee Leahy · 8 years ago
  12. a749150 arch/x86: Move postcar stage commands into place by Lee Leahy · 8 years ago
  13. 1b1d4b7 arch/riscv: Enable unaligned load handling by Jonathan Neuschäfer · 8 years ago
  14. 47995fb arch/riscv: Remove enter_supervisor by Jonathan Neuschäfer · 8 years ago
  15. b8e67ac arch/riscv: Change all eret instructions to .word 0x30200073 (mret) by Jonathan Neuschäfer · 8 years ago
  16. 3a96ac4 acpi: Change API called to write the name for ACPI_DP_TYPE_CHILD by Harsha Priya · 8 years ago
  17. 20a588b arch/x86: provide common Intel ACPI hardware definitions by Aaron Durbin · 8 years ago
  18. 95c4344 arch/x86: provide common ACPI_Sx constants by Aaron Durbin · 8 years ago
  19. 5f8cb14 spike-riscv: Look for the CBFS in RAM by Jonathan Neuschäfer · 8 years ago
  20. 455c3c9 arch/riscv: Unconditionally start payloads in machine mode by Jonathan Neuschäfer · 8 years ago
  21. ffc9990 acpi: Change device properties to work as a tree by Duncan Laurie · 8 years ago
  22. 85d8027 acpigen_write_package: Return pointer to package element counter by Duncan Laurie · 8 years ago
  23. d02685b acpi_device: Have acpi_device_scope() use a separate buffer by Duncan Laurie · 8 years ago
  24. 5b6c28c gpio: Add support for translating gpio_t into ACPI pin by Duncan Laurie · 8 years ago
  25. 9d0cce2 riscv/bootblock.S: Register machine-mode, not supervisor-mode trap handler by Jonathan Neuschäfer · 8 years ago
  26. fefc77a arch/riscv: Show fault PC and load address on load access faults by Jonathan Neuschäfer · 8 years ago
  27. 719f9b5 arch/riscv: Move _start to the beginning of the bootblock by Jonathan Neuschäfer · 8 years ago
  28. e5f48d2 region: Add writeat and eraseat support by Antonello Dettori · 8 years ago
  29. c86da67 arch/x86/smbios: Correct manufacturer ID by Elyes HAOUAS · 8 years ago
  30. cf0e60f ACPI S3: Add common recovery code by Kyösti Mälkki · 8 years ago
  31. 8e627a2 ACPI S3: Fix prohibited wakeup by Kyösti Mälkki · 8 years ago
  32. d132c99 ACPI S3: Split support for HAVE_ACPI_RESUME by Kyösti Mälkki · 8 years ago
  33. a16cd9c ACPI S3: Move SMP trampoline recovery by Kyösti Mälkki · 8 years ago
  34. 65cc526 Ignore RAMTOP for MTRRs by Kyösti Mälkki · 8 years ago
  35. 7105660 riscv-spike: Move coreboot to 0x80000000 (2GiB) by Jonathan Neuschäfer · 8 years ago
  36. 072d436b ACPI S3: Cleanup RSDP reference by Kyösti Mälkki · 8 years ago
  37. 4307835 arch/x86/smbios: Add DRAM manufacturer by Patrick Rudolph · 8 years ago
  38. a969ed3 Move definitions of HIGH_MEMORY_SAVE by Kyösti Mälkki · 8 years ago
  39. bec853e Define RAMTOP for x86 only by Kyösti Mälkki · 8 years ago
  40. 1282b8d arch/riscv: Compile with -mcmodel=medany by Jonathan Neuschäfer · 8 years ago
  41. f934efc arch/riscv: Add misc.c to bootblock/romstage to get udelay() by Jonathan Neuschäfer · 8 years ago
  42. a9067c6 arch/riscv: copy read/write8/16/32 from x86 by Jonathan Neuschäfer · 8 years ago
  43. 4ac8240 arch/riscv/trap_util.S: Use "li" pseudo-instruction to load a constant by Jonathan Neuschäfer · 8 years ago
  44. 2030d25 arch/x86: Support "weak" BIST and timestamp save routines by Lee Leahy · 8 years ago
  45. d131ea3 arch/x86: Add debug spinloops in assembly_entry.S by Lee Leahy · 8 years ago
  46. fdc8c8b arch/x86: Add debug spinloop by Lee Leahy · 8 years ago
  47. 6735871 mainboard: Support ROM_SIZE > 16 MiB by Lee Leahy · 8 years ago
  48. 3892597 arch/x86: Enable SSE in bootblock_crt0.S by Lee Leahy · 8 years ago
  49. c5b758b SMBIOS: Implement SKU field by Kyösti Mälkki · 8 years ago
  50. 559e947 acpi_device: Add support for writing ACPI Device Properties by Duncan Laurie · 8 years ago
  51. 70c86d9 acpi_device: Add support for writing ACPI SPI descriptors by Duncan Laurie · 8 years ago
  52. 1010b4a acpi_device: Add support for writing ACPI I2C descriptors by Duncan Laurie · 8 years ago
  53. cfb6ea7 acpi_device: Add support for writing ACPI GPIO descriptors by Duncan Laurie · 8 years ago
  54. 6b7c1f6 acpi_device: Add support for writing ACPI Interrupt descriptors by Duncan Laurie · 8 years ago
  55. 10221a0 arch/x86: provide verstage support for CONFIG_C_ENVIRONMENT_BOOTBLOCK by Aaron Durbin · 8 years ago
  56. 2c51572 arm64: Add stack dump to exception handler by Julius Werner · 8 years ago
  57. d9af3ce device: Add an ACPI device name and path concept to devices by Duncan Laurie · 8 years ago
  58. 3829f23 acpigen: Add function to generate ToUUID() from a string by Duncan Laurie · 8 years ago
  59. 87c6097 arch/x86: Include timestamp.c in all stages by Alexandru Gagniuc · 8 years ago
  60. 0ba307f acpigen: Fix ?: operator confusion by Jonathan Neuschäfer · 8 years ago
  61. abe2de8 acpigen: Add functions to generate _STA() and _PRW() by Duncan Laurie · 8 years ago
  62. f7c3876 acpigen: Add an abstracted integer output method by Duncan Laurie · 8 years ago
  63. 56b69aa acpigen: Add helper functions for strings by Duncan Laurie · 8 years ago
  64. 9ccae75 acpigen: Add helpers for word/dword output by Duncan Laurie · 8 years ago
  65. 03f5072 arch/arm64: add FRAMEBUFFER region macros to memlayout by Lin Huang · 8 years ago
  66. 251ce85 smbios: Add SuperTalent SPD ID by Timothy Pearson · 8 years ago
  67. 0067a42 arch/armv7: Fix end index calculation in mmu_config_range_kb by Varadarajan Narayanan · 8 years ago
  68. fa5aba0 arch/x86: Drop CBFS_BASE_ADDRESS by Patrick Georgi · 8 years ago
  69. 5cc0ee27 build system: remove CBFSTOOL_PRE1_OPTS by Patrick Georgi · 8 years ago
  70. aef5865 arch/x86/assembly_entry: allow early post CAR stages to use common code by Aaron Durbin · 8 years ago
  71. 800b017 arch/x86/asembly_entry: reorder conditional stage entry macros by Aaron Durbin · 8 years ago
  72. a6e9051 lib/coreboot_table: use the architecture dependent table size by Aaron Durbin · 8 years ago
  73. a2118a2 arch: introduce architecture dependent common variables by Aaron Durbin · 8 years ago
  74. 4c76ab6 x86/memlayout.h: Do not include data/bss sections in C_ENVIRONMENT_BOOTBLOCK by Furquan Shaikh · 8 years ago
  75. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  76. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  77. d4afa93 lib/bootmem: allow architecture specific bootmem ranges by Aaron Durbin · 8 years ago
  78. dcee908 arch/x86: remove low coreboot table support by Aaron Durbin · 8 years ago
  79. 86cbfa0 arch/x86: clean up write_tables() by Aaron Durbin · 8 years ago
  80. 60eb2c2 arch: only print cbmem entries in one place by Aaron Durbin · 8 years ago
  81. a0546da arch: use Kconfig variable for coreboot table size by Aaron Durbin · 8 years ago
  82. 0eb1f1c arch/riscv/tables: remove confusion over write_tables() by Aaron Durbin · 8 years ago
  83. f7dca0a arch/power8/tables: remove confusion over write_tables() by Aaron Durbin · 8 years ago
  84. b3ee03c bootblock_crt0: Use CR* macros from cpu/x86/cr.h by Furquan Shaikh · 8 years ago
  85. 7bd886b Change la to li (load immediate) by Ronald G. Minnich · 8 years ago
  86. 6695901 arch/power8: Position bootblock start at reset vector by Timothy Pearson · 8 years ago
  87. 096f457 lib/prog_loading: introduce prog_segment_loaded() by Aaron Durbin · 8 years ago
  88. dd95e00 arch/x86: notify the system when the postcar parameter was updated by Aaron Durbin · 8 years ago
  89. 263522d armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/write by Paul Kocialkowski · 9 years ago
  90. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  91. 57dbbbb arch/x86: honor CONFIG_X86_TOP4G_BOOTMEDIA_MAP for verstage by Aaron Durbin · 8 years ago
  92. f3f654d src/arch/x86/acpi.c: Use correct host address width in DMAR ACPI table by Jacob Laska · 8 years ago
  93. 730d475 x86: Drop CONFIG_COMPILE_IN_DSDT by Stefan Reinauer · 8 years ago
  94. 3677520 arch/x86/smbios: fix length calculation for SMBIOS type 17 by Iru Cai · 8 years ago
  95. fffee87 Makefile: Add build-time overlap check for programs loaded after coreboot by Julius Werner · 8 years ago
  96. 73f7069 arch/x86: Add common assembly code for stages that run in CAR by Andrey Petrov · 9 years ago
  97. dd56de9 arch/x86: document CAR symbols and expose them in symbols.h by Andrey Petrov · 9 years ago
  98. d51a089 Kconfig: hide useless options on ARM. by Vladimir Serbinenko · 8 years ago
  99. 8198c67 arch/x86: always use _start as entry symbol for all stages by Aaron Durbin · 8 years ago
  100. 4330a9c arch/x86: rename reset_vector -> _start by Aaron Durbin · 8 years ago