1. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  2. d5686fe Extend CMOS POST code logging to store extra data by Duncan Laurie · 11 years ago
  3. e807c34 cmos post: Guard with spinlock by Duncan Laurie · 11 years ago
  4. 7ae7fc0 x86: fix compile error for !CONFIG_MULTIBOOT by Aaron Durbin · 11 years ago
  5. 21a7870 smbios: Add generic type41 write function by Duncan Laurie · 11 years ago
  6. 71b81bb x86: call cbfstool update-fit when fit selected by Aaron Durbin · 11 years ago
  7. 4d7a4c5 x86: use proper types for interrupt callbacks by Aaron Durbin · 11 years ago
  8. 113a366 Add GRUB2 payload to build system by Vladimir Serbinenko · 11 years ago
  9. 0626274 smbios: make manufacturer, product_name and uuid runtime settable by Gerd Hoffmann · 11 years ago
  10. a91daa5 add memory clobber to ins{b,w,l} by Gerd Hoffmann · 11 years ago
  11. cd9abf9 arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOS by Andrew Wu · 11 years ago
  12. 697927c CBMEM: Define cbmem_top() just once for x86 by Kyösti Mälkki · 11 years ago
  13. 2644793 Have option of timestamps, CBMEM console and usbdebug for most boards by Kyösti Mälkki · 11 years ago
  14. 082c19e CBMEM: Fail builds on missing get_top_of_ram() by Kyösti Mälkki · 11 years ago
  15. f8bf5a1 Revert "CBMEM: Always have early initialisation" by Kyösti Mälkki · 11 years ago
  16. fd4f413 Rename cpu/x86/car.h to arch/early_variables.h by Stefan Reinauer · 11 years ago
  17. cbf5bdf CBMEM: Always select CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  18. a2f6af3 ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug by Kyösti Mälkki · 11 years ago
  19. 4938a32 ARM: Add some missing dependencies on config.h to ARM's Makefile.inc. by Gabe Black · 11 years ago
  20. bc90e15 CBMEM: Backup top_of_ram instead of cbmem_toc by Kyösti Mälkki · 11 years ago
  21. c04afd6 CBMEM: Add cbmem_locate_table() by Kyösti Mälkki · 11 years ago
  22. e1ea802 CBMEM tables: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  23. 1ae305e CBMEM: Add cbmem_late_set_table() and drop references to high_tables_base by Kyösti Mälkki · 11 years ago
  24. 2b790f6 CBMEM AMD: Fix calls to set_top_of_ram_once() by Kyösti Mälkki · 11 years ago
  25. e7e847c CBMEM AMD: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  26. 16ae95c Add Kconfig options for Linux as payload by Patrick Georgi · 11 years ago
  27. 842f0ba Add pnp_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  28. 3f9a62e Add pci_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  29. 361cd81 console: Squelch console output from AP CPUs in romstage by Kyösti Mälkki · 11 years ago
  30. f040858 payload/SeaBIOS: Add SEABIOS_PS2_TIMEOUT Kconfig variable by Peter Stuge · 11 years ago
  31. 3e32cc0 AMD Kabini: Add northbridge AGESA wrapper (new AMD processor) by Siyuan Wang · 11 years ago
  32. ef84401 Add directive __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  33. aad0747 Redefine pci_bus_default_ops as function by Kyösti Mälkki · 11 years ago
  34. b5e777c X86: make the SIPI num_starts a config variable by Ronald G. Minnich · 11 years ago
  35. 978c215 ARM: Define custom ELF headers for ARM. by Gabe Black · 11 years ago
  36. c392b64 SMBIOS: Add smbios_write_type11() for creating an OEM Strings structure by Peter Stuge · 11 years ago
  37. 4e7385b SMBIOS: Allow overriding default Manufacturer and Product names by Peter Stuge · 12 years ago
  38. 7a6651c arm: Add and enable an arch specific version of memmove. by Gabe Black · 11 years ago
  39. ccdc005 x86: Add and enable an arch verson of memmove. by Gabe Black · 11 years ago
  40. 5fbfc91 Move the HAVE_ARCH_* config options from src/arch/x86 to src/. by Gabe Black · 11 years ago
  41. db02069 arm: Add a W() macro for use in kernel assembler. by Gabe Black · 11 years ago
  42. b25a9da Unify PCI configuration cycles by Kyösti Mälkki · 11 years ago
  43. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  44. 9e7806a usbdebug: Move ehci_debug_info allocation by Kyösti Mälkki · 11 years ago
  45. 9d9b0dd Don't try to use CBMEM console in bootblock by Stefan Reinauer · 11 years ago
  46. 6b0bab9 ARMv7: Drop duplicate call to bootblock_cpu_init() by Stefan Reinauer · 11 years ago
  47. b919809 ARM: Don't leave alignment checking on after the exception test. by Gabe Black · 11 years ago
  48. 2867060 arm: Fix memory barrier usage in IO operation by Hung-Te Lin · 11 years ago
  49. ff7c8e8 armv7a: Enable native memcpy / memset by Stefan Reinauer · 11 years ago
  50. 001056f ARM: Tell the linker memset and memcpy are functions. by Gabe Black · 11 years ago
  51. fbb11cf ARM: Separate the early console (romstage) from the bootblock console. by Gabe Black · 11 years ago
  52. 37332b6 arch: clean up Kconfig and Makefile by Stefan Reinauer · 11 years ago
  53. d63bddc armv7: Reserve space BL1 and checksum header by specifying bootblock offset. by Hung-Te Lin · 11 years ago
  54. 32ab283 cpu: Add CPU microcode file to cbfs with 16-byte alignment by Aaron Durbin · 11 years ago
  55. e8b08ba Drop ELF remains from boot code by Stefan Reinauer · 11 years ago
  56. 93ce3b3 ARMv7: flatten arch/armv7 source tree by Stefan Reinauer · 11 years ago
  57. 800790d ARM: Fix up page table/cachability management. by Gabe Black · 11 years ago
  58. 7b5f8ef arch: Fix spelling by Martin Roth · 11 years ago
  59. fb37013 ARM: Fix the way the space for the page tables is allocated. by Gabe Black · 11 years ago
  60. 919c804 ARMv7: Clean up console code by Stefan Reinauer · 11 years ago
  61. 08dc357 ARMv7: De-uboot-ify Exynos5250 code by Stefan Reinauer · 11 years ago
  62. 043eb0e Wield battle axe at ARM port by Stefan Reinauer · 11 years ago
  63. 6adef08 Rename hardwaremain() to main() by Stefan Reinauer · 11 years ago
  64. 54d6abd Drop some duplicates of PCI-e config functions by Kyösti Mälkki · 11 years ago
  65. 872c922 Fix MMCONF_SUPPORT_DEFAULT for ramstage by Kyösti Mälkki · 11 years ago
  66. b7d81e0 ARM: Put the ROM stage into the image before other bits. by Gabe Black · 11 years ago
  67. cbf3073 qemu: add x86 cpu by Gerd Hoffmann · 11 years ago
  68. a296ce7 Move the MARK_GRAPHICS_MEM_WRCOMB to x86 architecture by Ronald G. Minnich · 11 years ago
  69. 29a4355 Provide sane Kconfig default for cmos.default. by Denis 'GNUtoo' Carikli · 11 years ago
  70. b0fb223 Drop llshell by Stefan Reinauer · 11 years ago
  71. 716738a x86: add cache-as-ram migration option by Aaron Durbin · 11 years ago
  72. 38c326d x86: add thread support by Aaron Durbin · 11 years ago
  73. 4409a5e coreboot: add thread cooperative multitasking by Aaron Durbin · 11 years ago
  74. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  75. 3949e37 Drop CONFIG_AP_CODE_IN_CAR by Stefan Reinauer · 11 years ago
  76. 648d166 copy_and_run: drop boot_complete parameter by Stefan Reinauer · 11 years ago
  77. 2a3c106 hardwaremain: drop boot_complete parameter by Stefan Reinauer · 11 years ago
  78. 1b3e176 x86 I/O APIC: Dump I/O APIC regs in `ioapic.c` by Paul Menzel · 11 years ago
  79. ac75bc6 x86 I/O APIC: Make functions `io_apic_{read,write}()` public by Paul Menzel · 11 years ago
  80. 3f39cd2 armv7: invalidate TLB entries as they are added/modified by David Hendricks · 11 years ago
  81. c0466d4 ARMV7: add a function to disable MMU entries by Ronald G. Minnich · 11 years ago
  82. c99ae5d armv7: add wrapper for tlbimvaa by David Hendricks · 11 years ago
  83. bebf669 x86: use boot state callbacks to disable rom cache by Aaron Durbin · 11 years ago
  84. 4dd87fb coverage: use boot state callbacks by Aaron Durbin · 11 years ago
  85. 0a6c20a acpi: split resume check and actual resume code by Aaron Durbin · 11 years ago
  86. a4feddf boot state: schedule static callbacks by Aaron Durbin · 11 years ago
  87. 64a69e8e armv7: invoke intermediate build rules by David Hendricks · 12 years ago
  88. 45988da spkmodem console by Vladimir Serbinenko · 11 years ago
  89. 1fb11d1 armv7/exynos5250: Deprecate sdelay in favor of udelay by David Hendricks · 11 years ago
  90. c0b972f Exynos5250: add a microsecond timer by Ronald G. Minnich · 11 years ago
  91. 514f202 ARM: Unmask aborts very early in the bootblock. by Gabe Black · 11 years ago
  92. 086b369 armv7: replace read/write macros with inlines by David Hendricks · 11 years ago
  93. 6d0fe9c armv7: specify condition code for msr instruction by David Hendricks · 11 years ago
  94. 64a7ed6 Add PXE ROM selection to Kconfig menu by Siyuan Wang · 11 years ago
  95. 9c07c8f lynxpoint: Move ACPI NVS into separate CBMEM table by Duncan Laurie · 11 years ago
  96. ebf142a boot: add disable_cache_rom() function by Aaron Durbin · 11 years ago
  97. bc073f4 x86: Drop BOARD_HAS_FADT by Kyösti Mälkki · 11 years ago
  98. 1877cee armv7: change some unsigned ints to uint32_t by David Hendricks · 11 years ago
  99. 5877935 armv7: remove loop from dcache_mmu_disable() by David Hendricks · 11 years ago
  100. e85f4eb armv7: update sync barrier usage in dcache_op_set_way() by David Hendricks · 11 years ago