1. e3682b6 src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h' by Elyes HAOUAS · 6 years ago
  2. f9e47cc src: Get rid of device_t by Elyes HAOUAS · 6 years ago
  3. f661b4d arch/arm/memmove.S: Use tabs instead of white spaces by Elyes HAOUAS · 6 years ago
  4. 6df3b64 src: Remove duplicated round up function by Elyes HAOUAS · 6 years ago
  5. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  6. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  7. 83bd46e selfboot: remove bounce buffers by Ronald G. Minnich · 6 years ago
  8. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  9. 892af18 arch/arm/include/armv7/arch: Remove dead code by Elyes HAOUAS · 6 years ago
  10. 75a62e7 complier.h: add __always_inline and use it in code base by Aaron Durbin · 6 years ago
  11. 2f79eb3 src/arch: Fix typo by Elyes HAOUAS · 6 years ago
  12. e3e3f4f src: Get rid of unneeded whitespace by Elyes HAOUAS · 6 years ago
  13. 17fd13a arch/arm/armv7: Fix coding style by Elyes HAOUAS · 6 years ago
  14. 99f4683 Introduce bootblock self-decompression by Julius Werner · 6 years ago
  15. f18c1b0 pci: Fix compilation on non x86 by Patrick Rudolph · 6 years ago
  16. 23d62dd lib/bootmem: Add more bootmem tags by Patrick Rudolph · 6 years ago
  17. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  18. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago
  19. 4635787 src/arch: Fix checkpatch warning: no spaces at the start of a line by Martin Roth · 7 years ago
  20. 5052225 arch/arm/armv7: Correct checkpatch errors by Logan Carlson · 7 years ago
  21. 898a775 arch/*: Update Kconfig symbol usage by Martin Roth · 7 years ago
  22. cfbb815 arch/arm/include/armv7/arch: Correct keyword organization in cpu.h by Logan Carlson · 7 years ago
  23. c058d1c arch/arm: Correct checkpatch errors by Logan Carlson · 7 years ago
  24. e91d170 Remove libverstage as separate library and source file class by Julius Werner · 7 years ago
  25. 530f677 buildsystem: Drop explicit (k)config.h includes by Kyösti Mälkki · 8 years ago
  26. 6b72787 src/arch: Improve code formatting by Elyes HAOUAS · 8 years ago
  27. 43e5b57 arch/arm: Add armv7-r configuration by Hakim Giydan · 8 years ago
  28. dbf3067 src/arch: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  29. 0638b60 arch/arm & arm64: Remove unnecessary whitespace before "\n" by Elyes HAOUAS · 8 years ago
  30. 777ea89 src/arch: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  31. 0067a42 arch/armv7: Fix end index calculation in mmu_config_range_kb by Varadarajan Narayanan · 8 years ago
  32. 5cc0ee27 build system: remove CBFSTOOL_PRE1_OPTS by Patrick Georgi · 8 years ago
  33. a6e9051 lib/coreboot_table: use the architecture dependent table size by Aaron Durbin · 8 years ago
  34. a2118a2 arch: introduce architecture dependent common variables by Aaron Durbin · 8 years ago
  35. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  36. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  37. d4afa93 lib/bootmem: allow architecture specific bootmem ranges by Aaron Durbin · 8 years ago
  38. 60eb2c2 arch: only print cbmem entries in one place by Aaron Durbin · 8 years ago
  39. a0546da arch: use Kconfig variable for coreboot table size by Aaron Durbin · 8 years ago
  40. 263522d armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/write by Paul Kocialkowski · 9 years ago
  41. fffee87 Makefile: Add build-time overlap check for programs loaded after coreboot by Julius Werner · 8 years ago
  42. f0d39c4 die() when attempting to use bounce buffer on non-i386. by Vladimir Serbinenko · 9 years ago
  43. f6ada1c lib/coreboot_table: add function to allow arch code to add records by Aaron Durbin · 9 years ago
  44. 8c09377 timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig by Julius Werner · 9 years ago
  45. 622eea7 arches: lib: add main_decl.h for main() declaration by Aaron Durbin · 9 years ago
  46. ae3f302 arch: remove stage_exit() by Aaron Durbin · 9 years ago
  47. 81b09f4 Makefile: Make full use of src-to-obj macro by Nico Huber · 9 years ago
  48. 4af5886 src/arch: Update license headers missing paragraph 2 by Martin Roth · 9 years ago
  49. ee464b1 console: Simplify bootblock console Kconfig selection logic by Alexandru Gagniuc · 9 years ago
  50. fd277d8 header files: Fix guard name comments to match guard names by Martin Roth · 9 years ago
  51. e44adfa arch/arm: add missing license headers by Martin Roth · 9 years ago
  52. 2ed0aa2 Correct some common spelling mistakes by Martin Roth · 9 years ago
  53. 1cab012 build system: Add more files through cbfs-files instead of manual rules by Patrick Georgi · 9 years ago
  54. d3634c1 rules.h: Add ENV_ macros to detect current architecture by Julius Werner · 9 years ago
  55. 86fc11d arm/arm64: Generalize bootblock C entry point by Julius Werner · 9 years ago
  56. 03a0a65 armv7: mmu: Make fine grained page tables work across stages by Julius Werner · 9 years ago
  57. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  58. 3414561 armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/write by Paul Kocialkowski · 9 years ago
  59. e957832b vboot: remove remnants of VBOOT_STUB by Aaron Durbin · 9 years ago
  60. d4dd44c linking: add and use LDFLAGS_common by Aaron Durbin · 9 years ago
  61. 4460703 Drop "See file CREDITS..." comment by Stefan Reinauer · 9 years ago
  62. 107d1fb armv7/arm64: remove timestamp.c by Aaron Durbin · 9 years ago
  63. 8d8799a arm, arm64, mips: Add rough static stack size checks with -Wstack-usage by Julius Werner · 10 years ago
  64. db03c22 arm: add __umoddi3() to libgcc implementation by Stefan Reinauer · 9 years ago
  65. 808f784 arm: enhance eabi compat functions by Stefan Reinauer · 9 years ago
  66. 4fbac46 cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API by Kyösti Mälkki · 10 years ago
  67. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  68. 7a8a4ab lib: Unify log2() and related functions by Julius Werner · 9 years ago
  69. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  70. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  71. eec8dfb build system: use archives, not linker action to shorten command lines by Patrick Georgi · 9 years ago
  72. 52a530d arm: update verstage linking by Aaron Durbin · 9 years ago
  73. a9ee61e cache: Add arch_program_segment_loaded call to arm and arm64 by Furquan Shaikh · 9 years ago
  74. c41fd4b arm/armv7: drop merge left-over by Patrick Georgi · 9 years ago
  75. 27ef602 vboot: split class in library and stage by Patrick Georgi · 9 years ago
  76. 8ef8afb arch/arm: only include subdirectories for ARM builds by Patrick Georgi · 9 years ago
  77. 804c139 arm: guard verstage rules by Aaron Durbin · 9 years ago
  78. ba80887 vboot2: Build verstage archive, then use that for building the stage by Patrick Georgi · 9 years ago
  79. ddcd9bd arch/arm: Move inclusion of timestamps.c to the right directory by Patrick Georgi · 9 years ago
  80. e197748 arch/armv7: Add API to disable MMU pages. by Deepa Dinamani · 10 years ago
  81. be7124e armv7: preserve bootblock invocation parameter by Vadim Bendebury · 9 years ago
  82. 9ff8f6f Unify byte order macros and clrsetbits by Julius Werner · 9 years ago
  83. 1f60f97 arm(64): Change write32() argument order to match x86 by Julius Werner · 10 years ago
  84. d21a329 arm(64): Replace write32() and friends with writel() by Julius Werner · 10 years ago
  85. fc08b76 armv7: set CBFS header to zero by Vadim Bendebury · 10 years ago
  86. 4e158bc armv7: work around hang in bootblock startup code by Daisuke Nojiri · 10 years ago
  87. 249f9cc rk3288: Handle framebuffer through memlayout, not the resource system by Julius Werner · 10 years ago
  88. 53b74f6 arm: allow custom stage entry code by Daisuke Nojiri · 10 years ago
  89. 89be154 Kconfig: Fix incorrect CONFIG_STACK_SIZE values for X86 and ARM64 by Julius Werner · 10 years ago
  90. a43db19 arm: Fix checkstack() to use correct stack size by Julius Werner · 10 years ago
  91. b5995b5 rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGE by Julius Werner · 10 years ago
  92. 44cf870 timer: Reestablish init_timer(), consolidate timer initialization calls by Julius Werner · 10 years ago
  93. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  94. f780c40 CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool by Julius Werner · 10 years ago
  95. f1e3210 arm: Add bootblock_mainboard_early_init() for pre-console initialization by Julius Werner · 10 years ago
  96. 4772295 arch: armv7: Fix cache sync instructions. by Deepa Dinamani · 10 years ago
  97. 907fd12 armv7-m: set stack pointer to _estack by Daisuke Nojiri · 10 years ago
  98. c5a4c12 armv7-m: add bootblock entry point by Daisuke Nojiri · 10 years ago
  99. af3b2a1 armv7-m: add empty cache routines by Daisuke Nojiri · 10 years ago
  100. 93d8e3c armv7-m: add armv7-m configuration by Daisuke Nojiri · 10 years ago