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