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