1. 8ecdc9e acpigen: Add acpigen_emit_eisaid. by Vladimir Serbinenko · 10 years ago
  2. f2f7f03 console: Add console for GDB by Kyösti Mälkki · 10 years ago
  3. 20ea040 acpigen: Add acpigen_write_irq. by Vladimir Serbinenko · 10 years ago
  4. efac717 x86/include/arch/acpi.h: remove incorrect semicolon by Martin Roth · 10 years ago
  5. 5930774 build: use CFLAGS_* in more places where they're needed by Patrick Georgi · 10 years ago
  6. e392743 build: move include paths where they belong by Patrick Georgi · 10 years ago
  7. b145b83 build: break compiler flags out of $(CC) by Patrick Georgi · 10 years ago
  8. 58f73a6 build: separate CPPFLAGS from CFLAGS by Patrick Georgi · 10 years ago
  9. 98f49d2 build: CPPFLAGS is more common than INCLUDES by Patrick Georgi · 10 years ago
  10. 31dbb53 SeaBIOS: Fix cpp use by Patrick Georgi · 10 years ago
  11. a3b06c9 Arch-level Kconfig menu cleanup by Furquan Shaikh · 10 years ago
  12. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 10 years ago
  13. 88ca81a Move redundant Makefile rules from arch to top level. by Furquan Shaikh · 10 years ago
  14. 0bb0aff arch/x86/boot: Indent mpspec.c and make a loop more legible by Edward O'Callaghan · 10 years ago
  15. 70342a7 uart: Support multiple ports by Kyösti Mälkki · 10 years ago
  16. 20f25dd Rename coreboot_ram stage to ramstage by Furquan Shaikh · 10 years ago
  17. e8792be build rules: Identify build stage with simple variables by Kyösti Mälkki · 10 years ago
  18. efb0b51 console: Split ROMCC helpers by Kyösti Mälkki · 10 years ago
  19. 4076072 console: Use romstage code for ramstage and SMM by Kyösti Mälkki · 10 years ago
  20. fd95624 console: Drop driver list in ramstage by Kyösti Mälkki · 10 years ago
  21. dbc7bd9 console: Refactor uart8250/NE2K by Kyösti Mälkki · 11 years ago
  22. 657e0be console: Move newline translation outside console_tx_byte by Kyösti Mälkki · 10 years ago
  23. 56ae139 console: Hide global console_loglevel by Kyösti Mälkki · 10 years ago
  24. b2d2596 console: Unify do_printk() by Kyösti Mälkki · 11 years ago
  25. 21333f9 console: Split console_init() by Kyösti Mälkki · 10 years ago
  26. afa7b13 uart: Redefine Kconfig options by Kyösti Mälkki · 10 years ago
  27. 7c1a49b SeaBIOS: have coreboot pass the choice to run optionroms in parallel by Idwer Vollering · 10 years ago
  28. eb3c991 x86/Makefile: Allow addition of link libraries for rom/ramstage by Alexandru Gagniuc · 10 years ago
  29. deb2cb2 Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATE by Kyösti Mälkki · 10 years ago
  30. 3eb8eb7 rmodules: use rmodtool to create rmodules by Aaron Durbin · 10 years ago
  31. 47089f2 smbios: Supply tag type 2 (base board information) by Vladimir Serbinenko · 10 years ago
  32. ab94bbf usbdebug: Move Kconfig under drivers/usb by Kyösti Mälkki · 10 years ago
  33. bea6bf0 uart8250: Move under drivers/uart by Kyösti Mälkki · 10 years ago
  34. 2b95da0 uart8250mem: Unify calls with generic UART by Kyösti Mälkki · 10 years ago
  35. 4770749 uart8250io: Unify calls with generic UART by Kyösti Mälkki · 10 years ago
  36. 1d7541f console: Fix includes by Kyösti Mälkki · 10 years ago
  37. 3ee1668 uart8250: Fix and unify baudrate divisor calculation by Kyösti Mälkki · 10 years ago
  38. 3f7ad7b coreboot: don't return struct lb_memory * from write_tables() by Aaron Durbin · 10 years ago
  39. 7d1996c coreboot: introduce arch_payload_run() by Aaron Durbin · 10 years ago
  40. d777d86 CAR_GLOBAL: enforce compiler to check if _start != _end by Edward O'Callaghan · 10 years ago
  41. ea6736a usbdebug: Unify console API by Kyösti Mälkki · 10 years ago
  42. 327a866 x86: only build disassembly with gcc by Patrick Georgi · 11 years ago
  43. 0f33307 coreboot: infrastructure for different ramstage loaders by Aaron Durbin · 10 years ago
  44. e9aaa71 x86: provide stage_exit() like arm by Aaron Durbin · 10 years ago
  45. 5a5c886 SMP: Add arch-agnostic boot_cpu() by Kyösti Mälkki · 11 years ago
  46. 207379d ne2k: Move under drivers/net by Kyösti Mälkki · 10 years ago
  47. e2227a2 usbdebug: Move under drivers/usb by Kyösti Mälkki · 10 years ago
  48. 30fe612 MTRR: Mark all prefetchable resources as WRCOMB. by Vladimir Serbinenko · 10 years ago
  49. 6ac3405 x86: include optional reference code blob in cbfs by Aaron Durbin · 11 years ago
  50. 029aaf6 x86: add common definitions for control registers by Aaron Durbin · 11 years ago
  51. 2657e84 Multiboot: remove multiboot tables generation. by Vladimir Serbinenko · 11 years ago
  52. df29f1b CAR_GLOBAL: Define section details once by Patrick Georgi · 11 years ago
  53. af4bd59 lib: Make log2() available in romstage on ARM, not just x86 by Alexandru Gagniuc · 11 years ago
  54. cd47740 arch/x86/acpi/globutil.asl: Make control method `S2BF` serialized by Paul Menzel · 11 years ago
  55. a37383d Replace all occurences of sprintf with snprintf by Vladimir Serbinenko · 11 years ago
  56. 4dba06a CBMEM: Fix allocation for static CBMEM by Kyösti Mälkki · 11 years ago
  57. 5b35300 CBMEM: Drop cbmem_base_check() by Kyösti Mälkki · 11 years ago
  58. cb28f3f CBMEM ACPI: Move resume handler by Kyösti Mälkki · 11 years ago
  59. 50ecb9c usbdebug: Add option to disable console for romstage by Kyösti Mälkki · 11 years ago
  60. 299c265 Refactor usage of walkcbfs to permit access to CBFS headers by Alexandru Gagniuc · 11 years ago
  61. a406119 arch/x86: Do not run UPDATE-FIT if we don't include microcode by Alexandru Gagniuc · 11 years ago
  62. 3d06488 Makefile: Drop obsolete rules by Kyösti Mälkki · 11 years ago
  63. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  64. d5686fe Extend CMOS POST code logging to store extra data by Duncan Laurie · 11 years ago
  65. e807c34 cmos post: Guard with spinlock by Duncan Laurie · 11 years ago
  66. 7ae7fc0 x86: fix compile error for !CONFIG_MULTIBOOT by Aaron Durbin · 11 years ago
  67. 21a7870 smbios: Add generic type41 write function by Duncan Laurie · 11 years ago
  68. 71b81bb x86: call cbfstool update-fit when fit selected by Aaron Durbin · 11 years ago
  69. 4d7a4c5 x86: use proper types for interrupt callbacks by Aaron Durbin · 11 years ago
  70. 113a366 Add GRUB2 payload to build system by Vladimir Serbinenko · 11 years ago
  71. 0626274 smbios: make manufacturer, product_name and uuid runtime settable by Gerd Hoffmann · 11 years ago
  72. a91daa5 add memory clobber to ins{b,w,l} by Gerd Hoffmann · 11 years ago
  73. cd9abf9 arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOS by Andrew Wu · 11 years ago
  74. 697927c CBMEM: Define cbmem_top() just once for x86 by Kyösti Mälkki · 11 years ago
  75. 2644793 Have option of timestamps, CBMEM console and usbdebug for most boards by Kyösti Mälkki · 11 years ago
  76. 082c19e CBMEM: Fail builds on missing get_top_of_ram() by Kyösti Mälkki · 11 years ago
  77. f8bf5a1 Revert "CBMEM: Always have early initialisation" by Kyösti Mälkki · 11 years ago
  78. fd4f413 Rename cpu/x86/car.h to arch/early_variables.h by Stefan Reinauer · 11 years ago
  79. cbf5bdf CBMEM: Always select CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  80. a2f6af3 ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug by Kyösti Mälkki · 11 years ago
  81. bc90e15 CBMEM: Backup top_of_ram instead of cbmem_toc by Kyösti Mälkki · 11 years ago
  82. c04afd6 CBMEM: Add cbmem_locate_table() by Kyösti Mälkki · 11 years ago
  83. e1ea802 CBMEM tables: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  84. 1ae305e CBMEM: Add cbmem_late_set_table() and drop references to high_tables_base by Kyösti Mälkki · 11 years ago
  85. 2b790f6 CBMEM AMD: Fix calls to set_top_of_ram_once() by Kyösti Mälkki · 11 years ago
  86. e7e847c CBMEM AMD: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  87. 16ae95c Add Kconfig options for Linux as payload by Patrick Georgi · 11 years ago
  88. 842f0ba Add pnp_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  89. 3f9a62e Add pci_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  90. 361cd81 console: Squelch console output from AP CPUs in romstage by Kyösti Mälkki · 11 years ago
  91. f040858 payload/SeaBIOS: Add SEABIOS_PS2_TIMEOUT Kconfig variable by Peter Stuge · 11 years ago
  92. 3e32cc0 AMD Kabini: Add northbridge AGESA wrapper (new AMD processor) by Siyuan Wang · 11 years ago
  93. ef84401 Add directive __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  94. aad0747 Redefine pci_bus_default_ops as function by Kyösti Mälkki · 11 years ago
  95. b5e777c X86: make the SIPI num_starts a config variable by Ronald G. Minnich · 11 years ago
  96. c392b64 SMBIOS: Add smbios_write_type11() for creating an OEM Strings structure by Peter Stuge · 11 years ago
  97. 4e7385b SMBIOS: Allow overriding default Manufacturer and Product names by Peter Stuge · 12 years ago
  98. ccdc005 x86: Add and enable an arch verson of memmove. by Gabe Black · 11 years ago
  99. 5fbfc91 Move the HAVE_ARCH_* config options from src/arch/x86 to src/. by Gabe Black · 11 years ago
  100. b25a9da Unify PCI configuration cycles by Kyösti Mälkki · 11 years ago