1. e957832b vboot: remove remnants of VBOOT_STUB by Aaron Durbin · 8 years ago
  2. d4dd44c linking: add and use LDFLAGS_common by Aaron Durbin · 8 years ago
  3. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  4. eec8dfb build system: use archives, not linker action to shorten command lines by Patrick Georgi · 9 years ago
  5. 52a530d arm: update verstage linking by Aaron Durbin · 9 years ago
  6. 27ef602 vboot: split class in library and stage by Patrick Georgi · 9 years ago
  7. 8ef8afb arch/arm: only include subdirectories for ARM builds by Patrick Georgi · 9 years ago
  8. 804c139 arm: guard verstage rules by Aaron Durbin · 9 years ago
  9. ba80887 vboot2: Build verstage archive, then use that for building the stage by Patrick Georgi · 9 years ago
  10. ddcd9bd arch/arm: Move inclusion of timestamps.c to the right directory by Patrick Georgi · 9 years ago
  11. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 9 years ago
  12. f780c40 CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool by Julius Werner · 9 years ago
  13. 0de8820 arm: Add timestamp.c to bootblock and verstage by Furquan Shaikh · 9 years ago
  14. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 9 years ago
  15. 828e0e8 build system: run linker scripts through the preprocessor by Patrick Georgi · 9 years ago
  16. b3847e6 program loading: add prog_run() function by Aaron Durbin · 9 years ago
  17. 635ee51 arm: Prevent compilation of old, experimental SMP support by Julius Werner · 9 years ago
  18. efddcfb vboot2: separate verstage from bootblock by Daisuke Nojiri · 9 years ago
  19. a742ef1 rmodules: Make rmodules inclusion for vboot dependent on romstage_arch by Furquan Shaikh · 9 years ago
  20. fbff908 coreboot classes: Add dynamic classes to coreboot by Furquan Shaikh · 9 years ago
  21. d653ae8 coreboot arm: Define function for setting cntfrq register by Furquan Shaikh · 9 years ago
  22. bcc1d42 vboot2: implement select_firmware for pre-romstage verification by Daisuke Nojiri · 9 years ago
  23. 77b1655 vboot2: add verstage by Stefan Reinauer · 9 years ago
  24. 5780d6f Revert "vboot2: add verstage" by Paul Menzel · 9 years ago
  25. 320647a vboot2: add verstage by Daisuke Nojiri · 9 years ago
  26. 4f75af9 Unify remaining binutils invocations by Patrick Georgi · 9 years ago
  27. 25a282d arm: Thumb ALL the things! by Julius Werner · 10 years ago
  28. 169c0df ARM: Use local versions of libgcc functions instead of linking against libgcc. by Gabe Black · 10 years ago
  29. 1893fd7 arm: add missing gc-sections for ramstage by Isaac Christensen · 9 years ago
  30. c505837 arm: Have the linker garbage-collect unused functions and variables by Julius Werner · 10 years ago
  31. b3997ba arm: Remove some pointless CFLAGS by Julius Werner · 10 years ago
  32. f2f817e ARM: Add an ARMv4 architecture version. by Gabe Black · 10 years ago
  33. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 10 years ago[Renamed (70%) from src/arch/armv7/Makefile.inc]
  34. a2a87d4 ARM: Make it possible to use a custom bootblock implementation. by Gabe Black · 10 years ago
  35. 8b68539 ARM: Overhaul the ARM Makefile. by Gabe Black · 10 years ago
  36. 951fc26 ARMv7: drop dead code from Makefile.inc by Stefan Reinauer · 10 years ago
  37. 21fbc08 armv7/Makefile.inc, cpu/Makefile.inc: align output of printf by Daniele Forsi · 9 years ago
  38. b404511 ARM: Eliminate the unused interrupts.c. by Gabe Black · 10 years ago
  39. ee4bfbf exynos: Set up caching in the bootblock. by Gabe Black · 10 years ago
  40. d6b16f5 Set armv7 up for cpu_info to work as on x86 (so threads can work) by Ronald G. Minnich · 10 years ago
  41. 25b56c3 build: remove -ccopts mechanism by Patrick Georgi · 10 years ago
  42. 91d6fc8 armv7: We don't use CPPFLAGS anymore by Patrick Georgi · 10 years ago
  43. 58f73a6 build: separate CPPFLAGS from CFLAGS by Patrick Georgi · 10 years ago
  44. 98f49d2 build: CPPFLAGS is more common than INCLUDES by Patrick Georgi · 10 years ago
  45. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 10 years ago
  46. 88ca81a Move redundant Makefile rules from arch to top level. by Furquan Shaikh · 10 years ago
  47. 20f25dd Rename coreboot_ram stage to ramstage by Furquan Shaikh · 10 years ago
  48. 4076072 console: Use romstage code for ramstage and SMM by Kyösti Mälkki · 10 years ago
  49. 3d06488 Makefile: Drop obsolete rules by Kyösti Mälkki · 10 years ago
  50. 4938a32 ARM: Add some missing dependencies on config.h to ARM's Makefile.inc. by Gabe Black · 10 years ago
  51. 7a6651c arm: Add and enable an arch specific version of memmove. by Gabe Black · 10 years ago
  52. ff7c8e8 armv7a: Enable native memcpy / memset by Stefan Reinauer · 11 years ago
  53. fbb11cf ARM: Separate the early console (romstage) from the bootblock console. by Gabe Black · 11 years ago
  54. d63bddc armv7: Reserve space BL1 and checksum header by specifying bootblock offset. by Hung-Te Lin · 10 years ago
  55. 32ab283 cpu: Add CPU microcode file to cbfs with 16-byte alignment by Aaron Durbin · 10 years ago
  56. 93ce3b3 ARMv7: flatten arch/armv7 source tree by Stefan Reinauer · 11 years ago
  57. 6adef08 Rename hardwaremain() to main() by Stefan Reinauer · 11 years ago
  58. b7d81e0 ARM: Put the ROM stage into the image before other bits. by Gabe Black · 11 years ago
  59. b0fb223 Drop llshell by Stefan Reinauer · 11 years ago
  60. 64a69e8 armv7: invoke intermediate build rules by David Hendricks · 11 years ago
  61. bc073f4 x86: Drop BOARD_HAS_FADT by Kyösti Mälkki · 11 years ago
  62. 49675b9 ARMv7: Drop ROMSTAGE_BASE from Makefile.inc by Stefan Reinauer · 11 years ago
  63. 7f86c05 ARMv7: Drop XIP relocation code for romstage by Stefan Reinauer · 11 years ago
  64. 70ae9ec ARM: remove assembly code dump when stages.o is built by Ronald G. Minnich · 11 years ago
  65. e919837 cbfstool locate: Rename -a align switch to -P for page size by Hung-Te Lin · 11 years ago
  66. ae0e8d3 Eliminate do_div(). by David Hendricks · 11 years ago
  67. b21eaa7 ARMV7 and Google/Snow: Add exception support code to the ramstage by Ronald G. Minnich · 11 years ago
  68. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  69. 27bd64a Revert "ARMv7: drop special handling for stages.c" by Ronald G. Minnich · 11 years ago
  70. 8f4647a ARMv7: drop special handling for stages.c by Stefan Reinauer · 11 years ago
  71. e50e343 armv7/exynos5250: place .id between .start and bootblock main by David Hendricks · 11 years ago
  72. 3001c5b armv7: include $(obj)/config.h when building bootblock by David Hendricks · 11 years ago
  73. b868d40 armv7: Use same console initialization procedure for all ARM stages by Hung-Te Lin · 11 years ago
  74. c5ff648 armv7: Prevent CBFS data overlapping bootblock. by Hung-Te Lin · 11 years ago
  75. f56c73f cbfstool: Use cbfs_image API for "create" command. by Hung-Te Lin · 11 years ago
  76. fe18792 armv7: Add 'bootblock' build class. by Hung-Te Lin · 11 years ago
  77. d723c5b clean-up for arch/armv7/Makefile.inc by David Hendricks · 11 years ago
  78. 50c0a50 armv7: unify stage hand-off routines by David Hendricks · 11 years ago
  79. 657ea6a cbfstool: Change "locate" output to prefix "0x". by Hung-Te Lin · 11 years ago
  80. 3593441 armv7: add ARM-encoded bootblock_exit() stub by David Hendricks · 11 years ago
  81. 211a5d5 armv7/snow: get to romstage by David Hendricks · 11 years ago
  82. 929f9f1 armv7: add a wrapper for romstage's main() for ARM ISA by Gabe Black · 11 years ago
  83. fba42a7 Snow bootblock (bloated/debug version) by David Hendricks · 11 years ago
  84. e2851f2 make main() in snow's romstage.c our romstage entry point by David Hendricks · 11 years ago
  85. 0b23d47 armv7: Place reset vector + CBFS header + bootblock dynamically by David Hendricks · 11 years ago
  86. 3d7344a ARM bootblock approach by David Hendricks · 11 years ago
  87. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 11 years ago
  88. 6a01563 Move init.S to a proper filename by Ronald G. Minnich · 11 years ago
  89. 6d47cbe ARMv7: drop __KERNEL__ by Stefan Reinauer · 11 years ago
  90. 2485df3 Flatten the tree by Ronald G. Minnich · 11 years ago
  91. fa60de9 Revert "armv7: pass bootblock offset from Kconfig into cbfstool" by Ronald G. Minnich · 11 years ago
  92. 853f469 ARMv7: Make ABI compatible to reference toolchain by Stefan Reinauer · 11 years ago
  93. 10c90d3 update CFLAGS for armv7 by David Hendricks · 11 years ago
  94. ec8d35f armv7: pass bootblock offset from Kconfig into cbfstool by David Hendricks · 11 years ago
  95. 8583ac3 armv7: create init.S for early ARMv7 init by David Hendricks · 11 years ago
  96. 6c212ac remove obsolete include paths from INCLUDES by David Hendricks · 11 years ago
  97. 7a33442 Remove colors from build system output by Patrick Georgi · 11 years ago
  98. 935a942 Fix ARMv7 payload handling by Stefan Reinauer · 11 years ago
  99. 52db0b9 WIP: Initial ARMv7 architecture implementation in coreboot by Stefan Reinauer · 11 years ago