1. a37383d Replace all occurences of sprintf with snprintf by Vladimir Serbinenko · 11 years ago
  2. 4dba06a CBMEM: Fix allocation for static CBMEM by Kyösti Mälkki · 11 years ago
  3. 5b35300 CBMEM: Drop cbmem_base_check() by Kyösti Mälkki · 11 years ago
  4. cb28f3f CBMEM ACPI: Move resume handler by Kyösti Mälkki · 11 years ago
  5. 50ecb9c usbdebug: Add option to disable console for romstage by Kyösti Mälkki · 11 years ago
  6. ce011ec exynos5250: Implement support to boot with USB A-A firmware upload by Julius Werner · 11 years ago
  7. 2031632 armv7: Allow accessing ACTLR (Auxiliary Control Register) by Hung-Te Lin · 11 years ago
  8. 93951f4 armv7: Add CPU & MP primitive instructions by Hung-Te Lin · 11 years ago
  9. 36e62c2 armv7: add wrappers to read/write L2ACTLR by David Hendricks · 11 years ago
  10. 4983297 ARM: Don't inject nobits since we actually want to load these bits by Gabe Black · 11 years ago
  11. c147139 ARM: Remove (NOLOAD) from the .car section by Gabe Black · 11 years ago
  12. fffbda5 ARMv7: Fix location of CBMEM console in romstage by Stefan Reinauer · 11 years ago
  13. 74dbfc2 arm: Remove __image_copy_end from the ARM linker script by Gabe Black · 11 years ago
  14. d9a9858 armv7: Prepare tables code for dynamic CBMEM by Patrick Georgi · 11 years ago
  15. 10bd772 Enable CAR migration on Exynos 5250 and 5420 by Stefan Reinauer · 11 years ago
  16. dd8f603 arm: Don't use const pointers with the write functions by Gabe Black · 11 years ago
  17. 86148a6 armv7: Fix dcache_clean_by_mva. by Hung-Te Lin · 11 years ago
  18. 299c265 Refactor usage of walkcbfs to permit access to CBFS headers by Alexandru Gagniuc · 11 years ago
  19. a406119 arch/x86: Do not run UPDATE-FIT if we don't include microcode by Alexandru Gagniuc · 11 years ago
  20. 3d06488 Makefile: Drop obsolete rules by Kyösti Mälkki · 11 years ago
  21. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  22. d5686fe Extend CMOS POST code logging to store extra data by Duncan Laurie · 11 years ago
  23. e807c34 cmos post: Guard with spinlock by Duncan Laurie · 11 years ago
  24. 7ae7fc0 x86: fix compile error for !CONFIG_MULTIBOOT by Aaron Durbin · 11 years ago
  25. 21a7870 smbios: Add generic type41 write function by Duncan Laurie · 11 years ago
  26. 71b81bb x86: call cbfstool update-fit when fit selected by Aaron Durbin · 11 years ago
  27. 4d7a4c5 x86: use proper types for interrupt callbacks by Aaron Durbin · 11 years ago
  28. 113a366 Add GRUB2 payload to build system by Vladimir Serbinenko · 11 years ago
  29. 0626274 smbios: make manufacturer, product_name and uuid runtime settable by Gerd Hoffmann · 11 years ago
  30. a91daa5 add memory clobber to ins{b,w,l} by Gerd Hoffmann · 11 years ago
  31. cd9abf9 arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOS by Andrew Wu · 11 years ago
  32. 697927c CBMEM: Define cbmem_top() just once for x86 by Kyösti Mälkki · 11 years ago
  33. 2644793 Have option of timestamps, CBMEM console and usbdebug for most boards by Kyösti Mälkki · 11 years ago
  34. 082c19e CBMEM: Fail builds on missing get_top_of_ram() by Kyösti Mälkki · 11 years ago
  35. f8bf5a1 Revert "CBMEM: Always have early initialisation" by Kyösti Mälkki · 11 years ago
  36. fd4f413 Rename cpu/x86/car.h to arch/early_variables.h by Stefan Reinauer · 11 years ago
  37. cbf5bdf CBMEM: Always select CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  38. a2f6af3 ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug by Kyösti Mälkki · 11 years ago
  39. 4938a32 ARM: Add some missing dependencies on config.h to ARM's Makefile.inc. by Gabe Black · 11 years ago
  40. bc90e15 CBMEM: Backup top_of_ram instead of cbmem_toc by Kyösti Mälkki · 11 years ago
  41. c04afd6 CBMEM: Add cbmem_locate_table() by Kyösti Mälkki · 11 years ago
  42. e1ea802 CBMEM tables: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  43. 1ae305e CBMEM: Add cbmem_late_set_table() and drop references to high_tables_base by Kyösti Mälkki · 11 years ago
  44. 2b790f6 CBMEM AMD: Fix calls to set_top_of_ram_once() by Kyösti Mälkki · 11 years ago
  45. e7e847c CBMEM AMD: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  46. 16ae95c Add Kconfig options for Linux as payload by Patrick Georgi · 11 years ago
  47. 842f0ba Add pnp_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  48. 3f9a62e Add pci_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  49. 361cd81 console: Squelch console output from AP CPUs in romstage by Kyösti Mälkki · 11 years ago
  50. f040858 payload/SeaBIOS: Add SEABIOS_PS2_TIMEOUT Kconfig variable by Peter Stuge · 11 years ago
  51. 3e32cc0 AMD Kabini: Add northbridge AGESA wrapper (new AMD processor) by Siyuan Wang · 11 years ago
  52. ef84401 Add directive __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  53. aad0747 Redefine pci_bus_default_ops as function by Kyösti Mälkki · 11 years ago
  54. b5e777c X86: make the SIPI num_starts a config variable by Ronald G. Minnich · 11 years ago
  55. 978c215 ARM: Define custom ELF headers for ARM. by Gabe Black · 11 years ago
  56. c392b64 SMBIOS: Add smbios_write_type11() for creating an OEM Strings structure by Peter Stuge · 11 years ago
  57. 4e7385b SMBIOS: Allow overriding default Manufacturer and Product names by Peter Stuge · 12 years ago
  58. 7a6651c arm: Add and enable an arch specific version of memmove. by Gabe Black · 11 years ago
  59. ccdc005 x86: Add and enable an arch verson of memmove. by Gabe Black · 11 years ago
  60. 5fbfc91 Move the HAVE_ARCH_* config options from src/arch/x86 to src/. by Gabe Black · 11 years ago
  61. db02069 arm: Add a W() macro for use in kernel assembler. by Gabe Black · 11 years ago
  62. b25a9da Unify PCI configuration cycles by Kyösti Mälkki · 11 years ago
  63. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  64. 9e7806a usbdebug: Move ehci_debug_info allocation by Kyösti Mälkki · 11 years ago
  65. 9d9b0dd Don't try to use CBMEM console in bootblock by Stefan Reinauer · 11 years ago
  66. 6b0bab9 ARMv7: Drop duplicate call to bootblock_cpu_init() by Stefan Reinauer · 11 years ago
  67. b919809 ARM: Don't leave alignment checking on after the exception test. by Gabe Black · 11 years ago
  68. 2867060 arm: Fix memory barrier usage in IO operation by Hung-Te Lin · 11 years ago
  69. ff7c8e8 armv7a: Enable native memcpy / memset by Stefan Reinauer · 11 years ago
  70. 001056f ARM: Tell the linker memset and memcpy are functions. by Gabe Black · 11 years ago
  71. fbb11cf ARM: Separate the early console (romstage) from the bootblock console. by Gabe Black · 11 years ago
  72. 37332b6 arch: clean up Kconfig and Makefile by Stefan Reinauer · 11 years ago
  73. d63bddc armv7: Reserve space BL1 and checksum header by specifying bootblock offset. by Hung-Te Lin · 11 years ago
  74. 32ab283 cpu: Add CPU microcode file to cbfs with 16-byte alignment by Aaron Durbin · 11 years ago
  75. e8b08ba Drop ELF remains from boot code by Stefan Reinauer · 11 years ago
  76. 93ce3b3 ARMv7: flatten arch/armv7 source tree by Stefan Reinauer · 11 years ago
  77. 800790d ARM: Fix up page table/cachability management. by Gabe Black · 11 years ago
  78. 7b5f8ef arch: Fix spelling by Martin Roth · 11 years ago
  79. fb37013 ARM: Fix the way the space for the page tables is allocated. by Gabe Black · 11 years ago
  80. 919c804 ARMv7: Clean up console code by Stefan Reinauer · 11 years ago
  81. 08dc357 ARMv7: De-uboot-ify Exynos5250 code by Stefan Reinauer · 11 years ago
  82. 043eb0e Wield battle axe at ARM port by Stefan Reinauer · 11 years ago
  83. 6adef08 Rename hardwaremain() to main() by Stefan Reinauer · 11 years ago
  84. 54d6abd Drop some duplicates of PCI-e config functions by Kyösti Mälkki · 11 years ago
  85. 872c922 Fix MMCONF_SUPPORT_DEFAULT for ramstage by Kyösti Mälkki · 11 years ago
  86. b7d81e0 ARM: Put the ROM stage into the image before other bits. by Gabe Black · 11 years ago
  87. cbf3073 qemu: add x86 cpu by Gerd Hoffmann · 11 years ago
  88. a296ce7 Move the MARK_GRAPHICS_MEM_WRCOMB to x86 architecture by Ronald G. Minnich · 11 years ago
  89. 29a4355 Provide sane Kconfig default for cmos.default. by Denis 'GNUtoo' Carikli · 11 years ago
  90. b0fb223 Drop llshell by Stefan Reinauer · 11 years ago
  91. 716738a x86: add cache-as-ram migration option by Aaron Durbin · 11 years ago
  92. 38c326d x86: add thread support by Aaron Durbin · 11 years ago
  93. 4409a5e coreboot: add thread cooperative multitasking by Aaron Durbin · 11 years ago
  94. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  95. 3949e37 Drop CONFIG_AP_CODE_IN_CAR by Stefan Reinauer · 11 years ago
  96. 648d166 copy_and_run: drop boot_complete parameter by Stefan Reinauer · 11 years ago
  97. 2a3c106 hardwaremain: drop boot_complete parameter by Stefan Reinauer · 11 years ago
  98. 1b3e176 x86 I/O APIC: Dump I/O APIC regs in `ioapic.c` by Paul Menzel · 11 years ago
  99. ac75bc6 x86 I/O APIC: Make functions `io_apic_{read,write}()` public by Paul Menzel · 11 years ago
  100. 3f39cd2 armv7: invalidate TLB entries as they are added/modified by David Hendricks · 11 years ago