1. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  2. 2abb826 src: Remove unused <cbfs.h> by Elyes HAOUAS · 2 years, 7 months ago
  3. 8928ae3 arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relax by Raul E Rangel · 2 years, 9 months ago
  4. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  5. e55d2e1 arch/arm64: Remove unnecessary interfaces by Julius Werner · 2 years, 11 months ago
  6. 965846f cbfs: Remove prog_locate() for payloads (SELF and FIT) by Julius Werner · 3 years, 7 months ago
  7. 1de8708 cbfs: Remove prog_locate() for stages and rmodules by Julius Werner · 3 years, 8 months ago
  8. ce66cd3 arm64/armv8: Set ARCH_ARMV8_EXTENSION depend on ARCH_ARM64 by Elyes HAOUAS · 3 years, 7 months ago
  9. 3b3dd84 arch/arm: Replace .id section with build_info in CBFS by Kyösti Mälkki · 3 years, 9 months ago
  10. 254142a Drop many cases of .previous directive use by Kyösti Mälkki · 3 years, 9 months ago
  11. 87feced sc7180: Enable bootblock compression by Julius Werner · 3 years, 11 months ago
  12. 644a512 symbols: Change implementation details of DECLARE_OPTIONAL_REGION() by Julius Werner · 4 years ago
  13. c94b38e src/arch: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  14. 8547823 src: Remove unused 'include <stdint.h> by Elyes HAOUAS · 4 years, 3 months ago
  15. 46514c2 treewide: Add Kconfig variable MEMLAYOUT_LD_FILE by Furquan Shaikh · 4 years, 2 months ago
  16. 0c154af src: Remove redundant includes by Elyes HAOUAS · 4 years, 3 months ago
  17. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  18. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  19. b773157 src: Remove unneeded 'include <arch/cache.h>' by Elyes HAOUAS · 4 years, 8 months ago
  20. 0a3d4e0 src/arch/arm64: Convert to SPDX license header by Patrick Georgi · 4 years, 6 months ago
  21. cccb2d7 arch/arm64/Makefile.inc: Avoid # in variable definition by Nico Huber · 4 years, 6 months ago
  22. 98eeb96 commonlib: Add commonlib/bsd by Julius Werner · 4 years, 8 months ago
  23. 0420e50 src/arch: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  24. 51359d6 arm64: Print a char to UART early in exception handler by Julius Werner · 4 years, 9 months ago
  25. 2e0bca0 arm64: Bump exception stack size to 2KB by Julius Werner · 4 years, 9 months ago
  26. bb345ab arm64: Correctly unmask asynchronous SError interrupts by Julius Werner · 4 years, 9 months ago
  27. 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years, 9 months ago
  28. 1b8df77 arch/*/*/early_variables.h: drop unused files by Arthur Heymans · 4 years, 9 months ago
  29. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 9 months ago
  30. 0bb8346 Kconfig: comply to Linux 5.3's Kconfig language rules by Patrick Georgi · 4 years, 9 months ago
  31. c4c5d85 lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARG by Arthur Heymans · 4 years, 10 months ago
  32. 879c9fc soc/nvidia/tegra210: Populate _cbmem_top_ptr by Arthur Heymans · 4 years, 10 months ago
  33. d05f57c arch/arm64: Pass cbmem_top to ramstage via calling argument by Arthur Heymans · 4 years, 10 months ago
  34. b3f24b4 arm64: Uprev Arm TF and adjust to BL31 parameter changes by Julius Werner · 5 years ago
  35. 6fdb223 arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0 by Kyösti Mälkki · 5 years ago
  36. 0a8da74 arm64: Rename arm_tf.c/h to bl31.c/h by Julius Werner · 5 years ago
  37. 792098c arch/arm64: Make ARM64 stages select ARCH_ARM64 by Arthur Heymans · 6 years ago
  38. 96c075a AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file by Martin Roth · 5 years ago
  39. 06993ee lib: ramdetect: Register exception handlers for ARMv8 by Asami Doi · 5 years ago
  40. a4e8fb2 arch/non-x86: Remove use of __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  41. 0c4ed4b arch, include, soc: Use common stdint.h by Jacob Garber · 5 years ago
  42. e2d152c arch: Add missing #include <commonlib/helpers.h> by Elyes HAOUAS · 5 years ago
  43. b379f19 fit: Refactor config node handling by Julius Werner · 5 years ago
  44. 913d8b5 arm64: make comment match code by Marty E. Plummer · 5 years ago
  45. a172228 src/arch/arm64: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  46. cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 5 years ago
  47. 20eaef0 src: Add missing include 'console.h' by Elyes HAOUAS · 5 years ago
  48. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  49. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  50. 3ee8b75 arch/io.h: Separate MMIO and PNP ops by Kyösti Mälkki · 5 years ago
  51. b92853e arch/arm64: Add PCI config support in romstage by Kyösti Mälkki · 6 years ago
  52. 7e0dea6 symbols.h: Add macro to define memlayout region symbols by Julius Werner · 5 years ago
  53. dff29e0 bootmem: add new memory type for BL31 by Ting Shen · 6 years ago
  54. 0553226 selfload: check target memory type in selfload_check by Ting Shen · 6 years ago
  55. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  56. e3682b6 src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h' by Elyes HAOUAS · 6 years ago
  57. f9e47cc src: Get rid of device_t by Elyes HAOUAS · 6 years ago
  58. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  59. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  60. c308554 selfboot: create selfboot_check function, remove check param by Ronald G. Minnich · 6 years ago
  61. ca52a25 libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2 by Julius Werner · 6 years ago
  62. 83bd46e selfboot: remove bounce buffers by Ronald G. Minnich · 6 years ago
  63. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  64. 75a62e7 complier.h: add __always_inline and use it in code base by Aaron Durbin · 6 years ago
  65. 5d6593a arm64: Factor out common parts of romstage execution flow by Julius Werner · 6 years ago
  66. 487f7f2 arm64: mmu: Spot check security state for TTB mapping by Julius Werner · 6 years ago
  67. e819c85 arm64: Turn architectural register accessors into inline functions by Julius Werner · 6 years ago
  68. 0c5f61a arm64: Drop checks for current exception level, hardcode EL3 assumption by Julius Werner · 6 years ago
  69. 73be9dd arm64: Remove set_cntfrq() function by Julius Werner · 6 years ago
  70. 2f79eb3 src/arch: Fix typo by Elyes HAOUAS · 6 years ago
  71. 94e2ec7 arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm) by Julius Werner · 6 years ago
  72. b47b6e9 arm64: Disable MMU during legacy payload handoff (without Arm TF) by Julius Werner · 6 years ago
  73. d308ed3 arch/arm64: Add Kconfig to include BL31 as blob by Patrick Rudolph · 6 years ago
  74. e3e3f4f src: Get rid of unneeded whitespace by Elyes HAOUAS · 6 years ago
  75. e0058e8 arm64: Reimplement mmu_disable() in assembly by Julius Werner · 6 years ago
  76. a98b5bf arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__ by Julius Werner · 6 years ago
  77. 905e1e7 arm64: Drop dead file stage_entry.S by Julius Werner · 6 years ago
  78. a892cde lib: Add FIT payload support by Patrick Rudolph · 6 years ago
  79. 59b8f27 lib/prog_loaders: Move argument selection into selfload by Patrick Rudolph · 6 years ago
  80. 7094f4e src: Add space after 'while' by Elyes HAOUAS · 6 years ago
  81. 99f4683 Introduce bootblock self-decompression by Julius Werner · 6 years ago
  82. c6d1349 Revert "cbfs/payload type: Fix build warning and whitespace in name" by Ronald G. Minnich · 6 years ago
  83. 717ba74 cbfs/payload type: Fix build warning and whitespace in name by Paul Menzel · 6 years ago
  84. f18c1b0 pci: Fix compilation on non x86 by Patrick Rudolph · 6 years ago
  85. 23d62dd lib/bootmem: Add more bootmem tags by Patrick Rudolph · 6 years ago
  86. 8b84f43 pci: Add dummy file for ARM64 by Patrick Rudolph · 6 years ago
  87. 3775f1c arm64: Add ARCH Timer by T Michael Turney · 6 years ago
  88. 6e0f0f7 arm64: Add mmu context save/restore APIs by T Michael Turney · 6 years ago
  89. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  90. 57afc5e arch/arm64/armv8/mmu: Add support for 48bit VA by Patrick Rudolph · 6 years ago
  91. 3b63e0f arm64: Add read64() and write64() by David Hendricks · 7 years ago
  92. cc3b69b armv8: Allow for ARMv8 extensions to be chosen by David Hendricks · 7 years ago
  93. 91ebbfd arm64: Pass COREBOOT flag to ARM TF, always enable logging by Julius Werner · 7 years ago
  94. c058d1c arch/arm: Correct checkpatch errors by Logan Carlson · 7 years ago
  95. baa3e70 arm64: Align cache maintenance code with libpayload and ARM32 by Julius Werner · 9 years ago
  96. 76b8c0e 3rdparty/arm-trusted-firmware: Update to upstream master by Martin Roth · 7 years ago
  97. ff2938f arch/arm64: Use variables of the right size for msr/mrs opcodes by Patrick Georgi · 7 years ago
  98. e91d170 Remove libverstage as separate library and source file class by Julius Werner · 7 years ago
  99. 2f891a0 arm64: Fix verstage to use proper assembly versions of mem*() by Julius Werner · 7 years ago
  100. 80c314d arm-trusted-firmware: Disable a couple of warnings for GCC 6.2 by Martin Roth · 8 years ago