1. 5cc0ee27 build system: remove CBFSTOOL_PRE1_OPTS by Patrick Georgi · 8 years ago
  2. a6e9051 lib/coreboot_table: use the architecture dependent table size by Aaron Durbin · 8 years ago
  3. a2118a2 arch: introduce architecture dependent common variables by Aaron Durbin · 8 years ago
  4. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  5. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  6. d4afa93 lib/bootmem: allow architecture specific bootmem ranges by Aaron Durbin · 8 years ago
  7. 60eb2c2 arch: only print cbmem entries in one place by Aaron Durbin · 8 years ago
  8. a0546da arch: use Kconfig variable for coreboot table size by Aaron Durbin · 8 years ago
  9. fffee87 Makefile: Add build-time overlap check for programs loaded after coreboot by Julius Werner · 8 years ago
  10. f0d39c4 die() when attempting to use bounce buffer on non-i386. by Vladimir Serbinenko · 8 years ago
  11. f6ada1c lib/coreboot_table: add function to allow arch code to add records by Aaron Durbin · 8 years ago
  12. 622eea7 arches: lib: add main_decl.h for main() declaration by Aaron Durbin · 8 years ago
  13. ae3f302 arch: remove stage_exit() by Aaron Durbin · 8 years ago
  14. 81b09f4 Makefile: Make full use of src-to-obj macro by Nico Huber · 8 years ago
  15. ee464b1 console: Simplify bootblock console Kconfig selection logic by Alexandru Gagniuc · 9 years ago
  16. 7100cf2 imgtec/pistachio: Add SOC_REGISTERS memory region by Ionela Voinescu · 9 years ago
  17. e7a336a mips: add coherency argument to identity mapping by Ionela Voinescu · 9 years ago
  18. 86fc11d arm/arm64: Generalize bootblock C entry point by Julius Werner · 9 years ago
  19. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  20. d4dd44c linking: add and use LDFLAGS_common by Aaron Durbin · 9 years ago
  21. 8d8799a arm, arm64, mips: Add rough static stack size checks with -Wstack-usage by Julius Werner · 10 years ago
  22. a412d39 Remove obsolete EARLY_CONSOLE usage by Martin Roth · 9 years ago
  23. 1a1a826 mips: implement arch_segment_loaded callback by Ionela Voinescu · 9 years ago
  24. 82efc76 mips: CBMEM table reference is passed to payload by Ionela Voinescu · 9 years ago
  25. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  26. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  27. eec8dfb build system: use archives, not linker action to shorten command lines by Patrick Georgi · 9 years ago
  28. 2fdc61a google/urara: use board ID information to set up hardware by Ionela Voinescu · 9 years ago
  29. 9ff8f6f Unify byte order macros and clrsetbits by Julius Werner · 9 years ago
  30. ef4e87b arch/mips: simplify cache operations by Ionela Voinescu · 9 years ago
  31. b8936ad urara: Identity map DRAM/SRAM by Andrew Bresticker · 9 years ago
  32. 3537e95 mips: Allow memory to be identity mapped in the TLB by Andrew Bresticker · 9 years ago
  33. deaaab2 arch/mips: Fix bug when performing cache operations by Ionela Voinescu · 9 years ago
  34. 89be154 Kconfig: Fix incorrect CONFIG_STACK_SIZE values for X86 and ARM64 by Julius Werner · 10 years ago
  35. a43db19 arm: Fix checkstack() to use correct stack size by Julius Werner · 10 years ago
  36. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  37. f780c40 CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool by Julius Werner · 10 years ago
  38. 8fa8f4b arch/mips: provide proper cache primitives by Ionela Voinescu · 10 years ago
  39. 1109399 mips: disable caches in bootblock startup code by Vadim Bendebury · 10 years ago
  40. b9d9615 urara: add support for DMA coherent memory area by Ionela Voinescu · 10 years ago
  41. e5e3630 timer: Add generic udelay() implementation by Aaron Durbin · 10 years ago
  42. fc934b2 mips: add c0 register access plumbing by Vadim Bendebury · 10 years ago
  43. a48ca84 kconfig: drop intermittend forwarder files by Stefan Reinauer · 9 years ago
  44. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  45. 828e0e8 build system: run linker scripts through the preprocessor by Patrick Georgi · 9 years ago
  46. 990e7c9 build system x86: deprecate bootblock_lds and ldscripts variables by Patrick Georgi · 9 years ago
  47. ce9efe0 program loading: unify on struct prog by Aaron Durbin · 9 years ago
  48. b3847e6 program loading: add prog_run() function by Aaron Durbin · 9 years ago
  49. 3948e53 program loading: introduce struct prog by Aaron Durbin · 9 years ago
  50. b92e543 mips: do not place branch instructions in branch delay slot by Vadim Bendebury · 10 years ago
  51. 7c2eb0d mips: don't open code romstage loading by Aaron Durbin · 9 years ago
  52. 3bc2999 mips: bring payload execution to current standards by Patrick Georgi · 9 years ago
  53. 6f723c2 mips: fix write_table by Patrick Georgi · 9 years ago
  54. 146d05d imgtec/pistachio: Bring uart driver to modern standards by Patrick Georgi · 9 years ago
  55. 6b65f0d mips: Simplify architecture specific Makefile.inc by Patrick Georgi · 9 years ago
  56. 08f2ab6 build system: rename mips/bootblock.inc to mips/bootblock.S by Patrick Georgi · 9 years ago
  57. 99f1a61 mips: add verstage configuration by Patrick Georgi · 9 years ago
  58. 910a00d mips: fix API expectations that break builds by Aaron Durbin · 9 years ago
  59. 90b994d mips: Remove superfluous menu entry by Patrick Georgi · 9 years ago
  60. 197b801 mips: fix bootblock stack definitions by Vadim Bendebury · 10 years ago
  61. 5b09816 mips: no need in architecture specific implementation of do_printk by Vadim Bendebury · 10 years ago
  62. e853003 arch/mips: Add base MIPS architecture support by Paul Burton · 10 years ago
  63. cb8f360 mips: Add mips/ashldi3.c from Linux by Vadim Bendebury · 10 years ago