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