1. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  2. 474781b arch/{arm,ppc64,riscv}: Remove cpu_info by Raul E Rangel · 3 years, 1 month ago
  3. 12e2e0e arch/arm/armv7/thread.c: Remove stale file by Angel Pons · 3 years, 6 months ago
  4. f6c4eea src/arch: Remove unused <console/console.h> by Elyes HAOUAS · 3 years, 6 months ago
  5. 3b3d085 src: Remove useless comments in "includes" lines by Elyes HAOUAS · 3 years, 7 months ago
  6. 3b3dd84 arch/arm: Replace .id section with build_info in CBFS by Kyösti Mälkki · 3 years, 9 months ago
  7. 254142a Drop many cases of .previous directive use by Kyösti Mälkki · 3 years, 9 months ago
  8. 362a156 arch/arm: Add support for loading Linux kernels by Sam Lewis · 4 years ago
  9. 644a512 symbols: Change implementation details of DECLARE_OPTIONAL_REGION() by Julius Werner · 4 years ago
  10. c94b38e src/arch: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  11. cb287987 arch/arm: Enable FIT payloads by Sam Lewis · 4 years ago
  12. 6588652 mb/emulation/qemu-armv7: Fix board by Patrick Rudolph · 4 years, 6 months ago
  13. fc8da00 arch/arm/armv7: Make null dcache_apply_all macro for userspace by Martin Roth · 4 years, 1 month ago
  14. eb8bfd0 smp/spinlock: Do not define barrier() globally by Kyösti Mälkki · 4 years, 1 month ago
  15. 0199d3b arch/x86: Move cpu_relax() by Kyösti Mälkki · 4 years, 1 month ago
  16. 8547823 src: Remove unused 'include <stdint.h> by Elyes HAOUAS · 4 years, 3 months ago
  17. 225be5f src: Remove unused 'include <types.h>' by Elyes HAOUAS · 4 years, 3 months ago
  18. 7c3192e arch/arm/include/smp/spinlock.h: Drop dead code by Angel Pons · 4 years, 1 month ago
  19. e69b1af armv7: mmu: Use 'tlbimva' to invalidate TLB entries by Sam Lewis · 4 years, 2 months ago
  20. 46514c2 treewide: Add Kconfig variable MEMLAYOUT_LD_FILE by Furquan Shaikh · 4 years, 2 months ago
  21. 0c154af src: Remove redundant includes by Elyes HAOUAS · 4 years, 3 months ago
  22. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  23. f70bd99 src: Remove unused '#include <stdint.h>' by Elyes HAOUAS · 4 years, 3 months ago
  24. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  25. b773157 src: Remove unneeded 'include <arch/cache.h>' by Elyes HAOUAS · 4 years, 8 months ago
  26. 0afd3f4 arch/arm: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 5 months ago
  27. 864dc3b src/arch/arm: Convert to SPDX license header by Patrick Georgi · 4 years, 6 months ago
  28. 0420e50 src/arch: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  29. 3f87044 src/arch/arm: Remove unused 'include <stdint.h>' by Elyes HAOUAS · 4 years, 9 months ago
  30. 1b8df77 arch/*/*/early_variables.h: drop unused files by Arthur Heymans · 4 years, 9 months ago
  31. 693e04f arch/arm/include: Remove unused armv7 types.h by Jacob Garber · 4 years, 9 months ago
  32. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 9 months ago
  33. 0bb8346 Kconfig: comply to Linux 5.3's Kconfig language rules by Patrick Georgi · 4 years, 9 months ago
  34. c4c5d85 lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARG by Arthur Heymans · 4 years, 10 months ago
  35. 2f389f1 arch/arm: Pass cbmem_top to ramstage via calling argument by Arthur Heymans · 4 years, 10 months ago
  36. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  37. a67eaec arch/arm,mips: Use generic PCI MMCONF by Kyösti Mälkki · 5 years ago
  38. 6fdb223 arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0 by Kyösti Mälkki · 5 years ago
  39. bd0a93f arch/arm: Make ARM stages select ARCH_ARM by Arthur Heymans · 6 years ago
  40. 155c802 AUTHORS: Move src/arch/arm copyrights into AUTHORS file by Martin Roth · 5 years ago
  41. a4e8fb2 arch/non-x86: Remove use of __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  42. 0c4ed4b arch, include, soc: Use common stdint.h by Jacob Garber · 5 years ago
  43. e2d152c arch: Add missing #include <commonlib/helpers.h> by Elyes HAOUAS · 5 years ago
  44. e1d57f7 arch/arm/cpu: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  45. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  46. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  47. 3ee8b75 arch/io.h: Separate MMIO and PNP ops by Kyösti Mälkki · 5 years ago
  48. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  49. 7e0dea6 symbols.h: Add macro to define memlayout region symbols by Julius Werner · 5 years ago
  50. e3682b6 src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h' by Elyes HAOUAS · 6 years ago
  51. f9e47cc src: Get rid of device_t by Elyes HAOUAS · 6 years ago
  52. f661b4d arch/arm/memmove.S: Use tabs instead of white spaces by Elyes HAOUAS · 6 years ago
  53. 6df3b64 src: Remove duplicated round up function by Elyes HAOUAS · 6 years ago
  54. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  55. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  56. 83bd46e selfboot: remove bounce buffers by Ronald G. Minnich · 6 years ago
  57. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  58. 892af18 arch/arm/include/armv7/arch: Remove dead code by Elyes HAOUAS · 6 years ago
  59. 75a62e7 complier.h: add __always_inline and use it in code base by Aaron Durbin · 6 years ago
  60. 2f79eb3 src/arch: Fix typo by Elyes HAOUAS · 6 years ago
  61. e3e3f4f src: Get rid of unneeded whitespace by Elyes HAOUAS · 6 years ago
  62. 17fd13a arch/arm/armv7: Fix coding style by Elyes HAOUAS · 6 years ago
  63. 99f4683 Introduce bootblock self-decompression by Julius Werner · 6 years ago
  64. f18c1b0 pci: Fix compilation on non x86 by Patrick Rudolph · 6 years ago
  65. 23d62dd lib/bootmem: Add more bootmem tags by Patrick Rudolph · 6 years ago
  66. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  67. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago
  68. 4635787 src/arch: Fix checkpatch warning: no spaces at the start of a line by Martin Roth · 7 years ago
  69. 5052225 arch/arm/armv7: Correct checkpatch errors by Logan Carlson · 7 years ago
  70. 898a775 arch/*: Update Kconfig symbol usage by Martin Roth · 7 years ago
  71. cfbb815 arch/arm/include/armv7/arch: Correct keyword organization in cpu.h by Logan Carlson · 7 years ago
  72. c058d1c arch/arm: Correct checkpatch errors by Logan Carlson · 7 years ago
  73. e91d170 Remove libverstage as separate library and source file class by Julius Werner · 7 years ago
  74. 530f677 buildsystem: Drop explicit (k)config.h includes by Kyösti Mälkki · 8 years ago
  75. 6b72787 src/arch: Improve code formatting by Elyes HAOUAS · 8 years ago
  76. 43e5b57 arch/arm: Add armv7-r configuration by Hakim Giydan · 8 years ago
  77. dbf3067 src/arch: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  78. 0638b60 arch/arm & arm64: Remove unnecessary whitespace before "\n" by Elyes HAOUAS · 8 years ago
  79. 777ea89 src/arch: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  80. 0067a42 arch/armv7: Fix end index calculation in mmu_config_range_kb by Varadarajan Narayanan · 8 years ago
  81. 5cc0ee27 build system: remove CBFSTOOL_PRE1_OPTS by Patrick Georgi · 8 years ago
  82. a6e9051 lib/coreboot_table: use the architecture dependent table size by Aaron Durbin · 8 years ago
  83. a2118a2 arch: introduce architecture dependent common variables by Aaron Durbin · 8 years ago
  84. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  85. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  86. d4afa93 lib/bootmem: allow architecture specific bootmem ranges by Aaron Durbin · 8 years ago
  87. 60eb2c2 arch: only print cbmem entries in one place by Aaron Durbin · 8 years ago
  88. a0546da arch: use Kconfig variable for coreboot table size 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. fffee87 Makefile: Add build-time overlap check for programs loaded after coreboot by Julius Werner · 8 years ago
  91. f0d39c4 die() when attempting to use bounce buffer on non-i386. by Vladimir Serbinenko · 9 years ago
  92. f6ada1c lib/coreboot_table: add function to allow arch code to add records by Aaron Durbin · 9 years ago
  93. 8c09377 timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig by Julius Werner · 9 years ago
  94. 622eea7 arches: lib: add main_decl.h for main() declaration by Aaron Durbin · 9 years ago
  95. ae3f302 arch: remove stage_exit() by Aaron Durbin · 9 years ago
  96. 81b09f4 Makefile: Make full use of src-to-obj macro by Nico Huber · 9 years ago
  97. 4af5886 src/arch: Update license headers missing paragraph 2 by Martin Roth · 9 years ago
  98. ee464b1 console: Simplify bootblock console Kconfig selection logic by Alexandru Gagniuc · 9 years ago
  99. fd277d8 header files: Fix guard name comments to match guard names by Martin Roth · 9 years ago
  100. e44adfa arch/arm: add missing license headers by Martin Roth · 9 years ago