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. 299c265 Refactor usage of walkcbfs to permit access to CBFS headers by Alexandru Gagniuc · 11 years ago
  7. a406119 arch/x86: Do not run UPDATE-FIT if we don't include microcode by Alexandru Gagniuc · 11 years ago
  8. 3d06488 Makefile: Drop obsolete rules by Kyösti Mälkki · 11 years ago
  9. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  10. d5686fe Extend CMOS POST code logging to store extra data by Duncan Laurie · 11 years ago
  11. e807c34 cmos post: Guard with spinlock by Duncan Laurie · 11 years ago
  12. 7ae7fc0 x86: fix compile error for !CONFIG_MULTIBOOT by Aaron Durbin · 11 years ago
  13. 21a7870 smbios: Add generic type41 write function by Duncan Laurie · 11 years ago
  14. 71b81bb x86: call cbfstool update-fit when fit selected by Aaron Durbin · 11 years ago
  15. 4d7a4c5 x86: use proper types for interrupt callbacks by Aaron Durbin · 11 years ago
  16. 113a366 Add GRUB2 payload to build system by Vladimir Serbinenko · 11 years ago
  17. 0626274 smbios: make manufacturer, product_name and uuid runtime settable by Gerd Hoffmann · 11 years ago
  18. a91daa5 add memory clobber to ins{b,w,l} by Gerd Hoffmann · 11 years ago
  19. cd9abf9 arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOS by Andrew Wu · 11 years ago
  20. 697927c CBMEM: Define cbmem_top() just once for x86 by Kyösti Mälkki · 11 years ago
  21. 2644793 Have option of timestamps, CBMEM console and usbdebug for most boards by Kyösti Mälkki · 11 years ago
  22. 082c19e CBMEM: Fail builds on missing get_top_of_ram() by Kyösti Mälkki · 11 years ago
  23. f8bf5a1 Revert "CBMEM: Always have early initialisation" by Kyösti Mälkki · 11 years ago
  24. fd4f413 Rename cpu/x86/car.h to arch/early_variables.h by Stefan Reinauer · 11 years ago
  25. cbf5bdf CBMEM: Always select CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  26. a2f6af3 ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug by Kyösti Mälkki · 11 years ago
  27. bc90e15 CBMEM: Backup top_of_ram instead of cbmem_toc by Kyösti Mälkki · 11 years ago
  28. c04afd6 CBMEM: Add cbmem_locate_table() by Kyösti Mälkki · 11 years ago
  29. e1ea802 CBMEM tables: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  30. 1ae305e CBMEM: Add cbmem_late_set_table() and drop references to high_tables_base by Kyösti Mälkki · 11 years ago
  31. 2b790f6 CBMEM AMD: Fix calls to set_top_of_ram_once() by Kyösti Mälkki · 11 years ago
  32. e7e847c CBMEM AMD: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  33. 16ae95c Add Kconfig options for Linux as payload by Patrick Georgi · 11 years ago
  34. 842f0ba Add pnp_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  35. 3f9a62e Add pci_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  36. 361cd81 console: Squelch console output from AP CPUs in romstage by Kyösti Mälkki · 11 years ago
  37. f040858 payload/SeaBIOS: Add SEABIOS_PS2_TIMEOUT Kconfig variable by Peter Stuge · 11 years ago
  38. 3e32cc0 AMD Kabini: Add northbridge AGESA wrapper (new AMD processor) by Siyuan Wang · 11 years ago
  39. ef84401 Add directive __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  40. aad0747 Redefine pci_bus_default_ops as function by Kyösti Mälkki · 11 years ago
  41. b5e777c X86: make the SIPI num_starts a config variable by Ronald G. Minnich · 11 years ago
  42. c392b64 SMBIOS: Add smbios_write_type11() for creating an OEM Strings structure by Peter Stuge · 11 years ago
  43. 4e7385b SMBIOS: Allow overriding default Manufacturer and Product names by Peter Stuge · 12 years ago
  44. ccdc005 x86: Add and enable an arch verson of memmove. by Gabe Black · 11 years ago
  45. 5fbfc91 Move the HAVE_ARCH_* config options from src/arch/x86 to src/. by Gabe Black · 11 years ago
  46. b25a9da Unify PCI configuration cycles by Kyösti Mälkki · 11 years ago
  47. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  48. 9e7806a usbdebug: Move ehci_debug_info allocation by Kyösti Mälkki · 11 years ago
  49. 37332b6 arch: clean up Kconfig and Makefile by Stefan Reinauer · 11 years ago
  50. 32ab283 cpu: Add CPU microcode file to cbfs with 16-byte alignment by Aaron Durbin · 11 years ago
  51. e8b08ba Drop ELF remains from boot code by Stefan Reinauer · 11 years ago
  52. 7b5f8ef arch: Fix spelling by Martin Roth · 11 years ago
  53. 6adef08 Rename hardwaremain() to main() by Stefan Reinauer · 11 years ago
  54. 54d6abd Drop some duplicates of PCI-e config functions by Kyösti Mälkki · 11 years ago
  55. 872c922 Fix MMCONF_SUPPORT_DEFAULT for ramstage by Kyösti Mälkki · 11 years ago
  56. cbf3073 qemu: add x86 cpu by Gerd Hoffmann · 11 years ago
  57. a296ce7 Move the MARK_GRAPHICS_MEM_WRCOMB to x86 architecture by Ronald G. Minnich · 11 years ago
  58. 29a4355 Provide sane Kconfig default for cmos.default. by Denis 'GNUtoo' Carikli · 11 years ago
  59. b0fb223 Drop llshell by Stefan Reinauer · 11 years ago
  60. 716738a x86: add cache-as-ram migration option by Aaron Durbin · 11 years ago
  61. 38c326d x86: add thread support by Aaron Durbin · 11 years ago
  62. 4409a5e coreboot: add thread cooperative multitasking by Aaron Durbin · 11 years ago
  63. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  64. 3949e37 Drop CONFIG_AP_CODE_IN_CAR by Stefan Reinauer · 11 years ago
  65. 648d166 copy_and_run: drop boot_complete parameter by Stefan Reinauer · 11 years ago
  66. 2a3c106 hardwaremain: drop boot_complete parameter by Stefan Reinauer · 11 years ago
  67. 1b3e176 x86 I/O APIC: Dump I/O APIC regs in `ioapic.c` by Paul Menzel · 11 years ago
  68. ac75bc6 x86 I/O APIC: Make functions `io_apic_{read,write}()` public by Paul Menzel · 11 years ago
  69. bebf669 x86: use boot state callbacks to disable rom cache by Aaron Durbin · 11 years ago
  70. 4dd87fb coverage: use boot state callbacks by Aaron Durbin · 11 years ago
  71. 0a6c20a acpi: split resume check and actual resume code by Aaron Durbin · 11 years ago
  72. a4feddf boot state: schedule static callbacks by Aaron Durbin · 11 years ago
  73. 45988da spkmodem console by Vladimir Serbinenko · 11 years ago
  74. 64a7ed6 Add PXE ROM selection to Kconfig menu by Siyuan Wang · 11 years ago
  75. 9c07c8f lynxpoint: Move ACPI NVS into separate CBMEM table by Duncan Laurie · 11 years ago
  76. ebf142a boot: add disable_cache_rom() function by Aaron Durbin · 11 years ago
  77. 5a767fd x86: dynamic cbmem: fix acpi reservations by Aaron Durbin · 11 years ago
  78. 0135702 x86: mark .textfirst as allocatable and executable by Aaron Durbin · 11 years ago
  79. b467f1d relocatable ramstage: fix linking by Aaron Durbin · 11 years ago
  80. 1989b4b x86: expose console_tx_flush in romstage by Aaron Durbin · 11 years ago
  81. 3e4e303 Unify coreboot table generation by Stefan Reinauer · 11 years ago
  82. dd32a31 coreboot: add vboot_handoff to coreboot tables by Aaron Durbin · 11 years ago
  83. fd79562 romstage: add support for vboot firmware selection by Aaron Durbin · 11 years ago
  84. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 11 years ago
  85. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  86. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  87. 2b7c88f rmodule: add string functions to rmodules class by Aaron Durbin · 11 years ago
  88. 8e4a355 coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE by Aaron Durbin · 11 years ago
  89. cddcc80 coreboot: introduce romstage_handoff structure by Aaron Durbin · 11 years ago
  90. a146d58 ramstage: prepare for relocation by Aaron Durbin · 11 years ago
  91. eb06a42 x86: don't clear bss in ramstage entry by Aaron Durbin · 11 years ago
  92. d466d75 x86: provide more C standard environment by Aaron Durbin · 11 years ago
  93. f7c6d48 rmodule: add ramstage support by Aaron Durbin · 11 years ago
  94. 633f112 x86: remove stack definition in linker script by Aaron Durbin · 11 years ago
  95. e919837 cbfstool locate: Rename -a align switch to -P for page size by Hung-Te Lin · 11 years ago
  96. 6dccedd x86 intel: Add Firmware Interface Table support by Aaron Durbin · 12 years ago
  97. 69efaa0 Google Link: Add remaining code to support native graphics by Ronald G. Minnich · 11 years ago
  98. f7fa218 x86: improve lb_cleanup_memory_ranges by Aaron Durbin · 12 years ago
  99. ae0e8d3 Eliminate do_div(). by David Hendricks · 11 years ago
  100. be738eb Remove UTF-8 characters from comments by Ronald G. Minnich · 11 years ago