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