1. c706eaf mb/emulation/*-riscv: Don't select ARCH_BOOTBLOCK_RISCV by Jonathan Neuschäfer · 7 years ago
  2. f676aa4 riscv/spike: Remove obsolete DRAM_SIZE_MB setting by Jonathan Neuschäfer · 7 years ago
  3. 7f0e458 emulation/qemu-q35: Increase default ROM_SIZE by Kyösti Mälkki · 8 years ago
  4. 3d15e10 MMCONF_SUPPORT: Flip default to enabled by Kyösti Mälkki · 8 years ago
  5. 6f66f41 PCI ops: MMCONF_SUPPORT_DEFAULT is required by Kyösti Mälkki · 8 years ago
  6. 4607cac cpu/x86/msr.h: Drop excessive includes by Kyösti Mälkki · 8 years ago
  7. bac0fad Remove explicit select MMCONF_SUPPORT by Kyösti Mälkki · 8 years ago
  8. 574df1b riscv: start to use the configstring functions by Ronald G. Minnich · 8 years ago
  9. 99f2f11 riscv: Unify SBI call implementations under arch/riscv/ by Jonathan Neuschäfer · 8 years ago
  10. 65a9462 mb/emulation: Select QEMU-i440fx by default by Jonathan Neuschäfer · 8 years ago
  11. f5f0b7b mainboard/emulation: Use C89 comments style & remove commented code by Elyes HAOUAS · 8 years ago
  12. 5965cba RISCV: Clean up the common architectural code by Ronald G. Minnich · 8 years ago
  13. 4247426 riscv: Use the generic src/lib/bootblock.c by Jonathan Neuschäfer · 8 years ago
  14. e2e40cc riscv: Clean up {qemu,spike}_util by Jonathan Neuschäfer · 8 years ago
  15. 2af174a riscv and power8: Convert printk/while(1) to die by Jonathan Neuschäfer · 8 years ago
  16. b87a734 mainboard/*/*/dsdt.asl: Use tabs for indents by Elyes HAOUAS · 8 years ago
  17. f4df9d1 mainboard/*/*/irq_tables.c: Use tabs for indents by Elyes HAOUAS · 8 years ago
  18. 6350a2e src/mainboard/a-trend - emulation: Add space around operators by Elyes HAOUAS · 8 years ago
  19. 857e33e arch/riscv: Implement the SBI again by Jonathan Neuschäfer · 8 years ago
  20. 7378d92 emulation/qemu-i440fx: add cmos.default file by Antonello Dettori · 8 years ago
  21. 5861b58 qemu-riscv: Remove obsolete CSR - send_ipi by Martin Roth · 8 years ago
  22. 4a36c4e Kconfig: lay groundwork for not assuming SPI flash boot device by Aaron Durbin · 8 years ago
  23. d23ee5d mainboard: Clean up boot_option/reboot_bits in cmos.layout by Nico Huber · 8 years ago
  24. 8ab989e src/mainboard: Capitalize ROM, RAM, CPU and APIC by Elyes HAOUAS · 8 years ago
  25. cc5be8b arch/riscv: Add include/arch/barrier.h by Jonathan Neuschäfer · 8 years ago
  26. 4c72d36 Remove extra newlines from the end of all coreboot files. by Martin Roth · 8 years ago
  27. 5f8cb14 spike-riscv: Look for the CBFS in RAM by Jonathan Neuschäfer · 8 years ago
  28. c98aac0 spike-riscv: Register RAM resource at 0x80000000 by Jonathan Neuschäfer · 8 years ago
  29. 5d2c0ef spike-riscv: Remove HTIF related code by Jonathan Neuschäfer · 8 years ago
  30. e5f48d2 region: Add writeat and eraseat support by Antonello Dettori · 8 years ago
  31. 633c57d qemu/x86: car: drop pointless code, move stack out of the way by Gerd Hoffmann · 8 years ago
  32. 7105660 riscv-spike: Move coreboot to 0x80000000 (2GiB) by Jonathan Neuschäfer · 8 years ago
  33. c6986fa emulation/qemu-i440fx qemu-q35: Asmlinkage for romstage main() by Kyösti Mälkki · 8 years ago
  34. 465eff6 Fix some cbmem.h includes by Kyösti Mälkki · 8 years ago
  35. bec853e Define RAMTOP for x86 only by Kyösti Mälkki · 8 years ago
  36. d15e9aa riscv-spike: Replace custom UART with a memory-mapped 8250 by Jonathan Neuschäfer · 8 years ago
  37. 5b724d4 mb/emulation/*/board_info.txt: Update QEMU URL by Jonathan Neuschäfer · 8 years ago
  38. 8f407f6 Add board URLs for the RISC-V boards by Jonathan Neuschäfer · 8 years ago
  39. d6d5009 Fix "Spike RISCV" board name by Jonathan Neuschäfer · 8 years ago
  40. 3187576 mainboard/emulation/qemu-power8: Use correct bootblock location by Timothy Pearson · 8 years ago
  41. 3d840d0 northbridge/intel/i440bx: Unify UDELAY selection by Stefan Reinauer · 8 years ago
  42. 4f22267 qemu-armv7: Update running instructions. by Vladimir Serbinenko · 8 years ago
  43. f2134f3 Fix qemu-armv7 memory map by Vladimir Serbinenko · 8 years ago
  44. 9831244 emulation/qemu-power8: initial mainboard and arch commit by Ronald G. Minnich · 8 years ago
  45. 448e386 drivers/pc80: Add PS/2 mouse presence detect by Timothy Pearson · 9 years ago
  46. ae1bab3 emulation/qemu-arm7: Fix Kconfig symbols for stage compilers by Martin Roth · 9 years ago
  47. 47b6a82 mainboard/**/irq_tables.c: Remove reference to getpir by Patrick Georgi · 9 years ago
  48. 8a3ff6a mainboard: Remove empty mainboard.c files by Paul Menzel · 9 years ago
  49. 2439132 mainboard: Remove last_boot NVRAM option by Timothy Pearson · 9 years ago
  50. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  51. a47738d riscv-memlayout: fix existing memlayout issues, add sbi interface by Thaminda Edirisooriya · 9 years ago
  52. 95ba4c8 riscv-trap-handling: Add implementation for trap calls in riscv by Thaminda Edirisooriya · 9 years ago
  53. 439356f x86: remove cpu_incs as romstage Make variable by Aaron Durbin · 9 years ago
  54. aa95f62 emulation/qemu: Serialize IQCR method by Paul Menzel · 9 years ago
  55. 8fad21d riscv-spike: support for Spike emulation of riscv by Thaminda Edirisooriya · 9 years ago
  56. 4a45ec4 x86: Drop -Wa,--divide by Stefan Reinauer · 9 years ago
  57. edae744 drop unneeded IRQ_SLOT_COUNTs by Stefan Reinauer · 9 years ago
  58. a412d39 Remove obsolete EARLY_CONSOLE usage by Martin Roth · 9 years ago
  59. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  60. 83fc32f device_ops: add device_t argument to write_acpi_tables by Alexander Couzens · 9 years ago
  61. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  62. cd37a2b devicetree: Rename unused parameter to passthru by Kyösti Mälkki · 9 years ago
  63. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  64. 53be14c Remove whitespace at the end of line. by Vladimir Serbinenko · 9 years ago
  65. dd2bc3f igd.asl rewrite by Vladimir Serbinenko · 10 years ago
  66. c6588c5 coreboot: introduce boot_device by Aaron Durbin · 9 years ago
  67. 83f81ca acpi: Remove monolithic ACPI by Vladimir Serbinenko · 10 years ago
  68. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  69. 5e59757 acpi: make fill_slit and fill_srat into arguments. by Vladimir Serbinenko · 10 years ago
  70. 696689b qemu-armv7: fix cbfs media implementation by Aaron Durbin · 9 years ago
  71. 139e106 kconfig: automatically include mainboards by Stefan Reinauer · 9 years ago
  72. 9dccf1c uart: pass register width in the coreboot table by Vadim Bendebury · 9 years ago
  73. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  74. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  75. 4697d09 emulation/imgvp-pistachio: Drop board by Patrick Georgi · 9 years ago
  76. 8880df1 pistachio: don't open code ramstage loading by Aaron Durbin · 9 years ago
  77. 2d510d0 urara: use proper SOC name by Vadim Bendebury · 10 years ago
  78. cac5022 imgvp-danube: Support for the ImgTec Danube Virtual Platform by Paul Burton · 10 years ago
  79. f5d7f60 bootblocks: use run_romstage() by Aaron Durbin · 9 years ago
  80. e4f3e7a romstages: use common run_ramstage() by Aaron Durbin · 9 years ago
  81. db9d169 qemu: 2.1+ smbios tables support by Gerd Hoffmann · 10 years ago
  82. 94efd19 mainboard/cmos: Kill off unused boot_* parameters by Timothy Pearson · 9 years ago
  83. c0ae684 mainboard/cmos: Move ECC variables out of fallback mechanism byte by Timothy Pearson · 9 years ago
  84. 9b68f05 mainboard/cmos: Delete obsolete commented parameters by Timothy Pearson · 9 years ago
  85. ae98e83 CBMEM: Always use DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  86. f1e3c76 CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  87. ebe3a7a mainboard/*/romstage.c: Fix 'lib/delay.c' inclusion by Edward O'Callaghan · 10 years ago
  88. 77757c2 mainboard/*/romstage.c: Sanitize system header inclusions by Edward O'Callaghan · 10 years ago
  89. 3a6550d timestamps: Switch from tsc_t to uint64_t by Stefan Reinauer · 11 years ago
  90. a38d1b2 ARMv7: Always has DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  91. 3787d5b qemu-armv7: Trivial style fixes by David Hendricks · 10 years ago
  92. 41877d8 i82371eb & qemu: Move to per-device ACPI. by Vladimir Serbinenko · 10 years ago
  93. fc5dc1c RISCV: get RISCV to build again by Ronald G. Minnich · 10 years ago
  94. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  95. e0e784a Add UCB RISCV support for architecture, soc, and emulation mainboard.. by Ronald G. Minnich · 10 years ago
  96. 8ba1b36 qemu-armv7: Minimal changes to pass compiling qemu-v7 platform. by Hung-Te Lin · 10 years ago
  97. c3f38cd mainboard: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  98. 1729cd8 x86 romstage: Move stack just below RAMTOP by Kyösti Mälkki · 10 years ago
  99. 6d7de4f qemu-armv7: 32/64 by Ronald G. Minnich · 10 years ago
  100. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 11 years ago