1. 4f75af9 Unify remaining binutils invocations by Patrick Georgi · 8 years ago
  2. 8d70e94 Make acpi_fill_dmar into parameter by Vladimir Serbinenko · 8 years ago
  3. 9594893 build system: unify linker use across gcc and clang by Patrick Georgi · 8 years ago
  4. 3ce96bd build system: use a single variable name for compiler runtimes by Patrick Georgi · 8 years ago
  5. a09f4db acpigen: Use implicit length patching in acpigen.c by Vladimir Serbinenko · 8 years ago
  6. c36af7b Replace includes of build.h with version.h by Kyösti Mälkki · 8 years ago
  7. 9acc1e8 acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footer by Vladimir Serbinenko · 8 years ago
  8. 663be6e acpigen: Add and use acpigen_write_device. by Vladimir Serbinenko · 8 years ago
  9. 80fb8ed acpigen: Add and use acpigen_write_method. by Vladimir Serbinenko · 8 years ago
  10. f9cdb48 console: Isolate console_init() for ROMCC by Kyösti Mälkki · 8 years ago
  11. eaee6e2 AMD: Move RAMBASE and RAMTOP by Kyösti Mälkki · 9 years ago
  12. 27cf247 car globals: add "used" attribute by Patrick Georgi · 8 years ago
  13. 430363a acpigen: Add new function acpigen_pop_len by Vladimir Serbinenko · 8 years ago
  14. ab83ef0 i82801gx: Handle whole FADT in southbridge. by Vladimir Serbinenko · 8 years ago
  15. b4ce4d4 romstage: Pass .car.data as ignored section while adding romstage by Furquan Shaikh · 8 years ago
  16. dd91c7f build: Allow clang build linkage to use libcompiler-rt by Edward O'Callaghan · 9 years ago
  17. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 8 years ago
  18. dc878b4 include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefs by Edward O'Callaghan · 9 years ago
  19. 7b14f08 ACPI: Allocate S3 resume backup in CBMEM earlier by Kyösti Mälkki · 8 years ago
  20. 1729cd8 x86 romstage: Move stack just below RAMTOP by Kyösti Mälkki · 8 years ago
  21. c21e073 i945: Consolidate FADT code by Vladimir Serbinenko · 8 years ago classic-2014.10
  22. b752e4f acpi_add_ssdt_pstates: Remove function. by Vladimir Serbinenko · 8 years ago
  23. a9db82f smbios: Mark laptops as such by Vladimir Serbinenko · 8 years ago
  24. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 9 years ago
  25. 9310df8 acpi: Don't add an empty SSDT. by Vladimir Serbinenko · 8 years ago
  26. 0a66991 acpi: Remove explicit pointer tracking in per-device ssdt. by Vladimir Serbinenko · 8 years ago
  27. 334fd8e bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use. by Vladimir Serbinenko · 8 years ago
  28. bf3e2df early section: Don't add empty .car.cbmem_console. by Vladimir Serbinenko · 8 years ago
  29. 60fccdc acpi_create_mcfg_mmconfig: Zero-out the structure before filling. by Vladimir Serbinenko · 8 years ago
  30. 35382a6 cbmem console: Locate the preram console with a symbol instead of a section. by Gabe Black · 9 years ago
  31. a296f9e Kconfig: Allow native vga init to be selectable for SeaBIOS payload by Edward O'Callaghan · 9 years ago
  32. 85620db arm: Move exception_init() close to console_init() by Julius Werner · 9 years ago
  33. 4d7d25f payloads/external/SeaBIOS: Allow setting buffers below 0xC0000 by Martin Roth · 9 years ago
  34. 802c910 Increase space for ACPI tables when using dynamic CBMEM by Stefan Reinauer · 9 years ago
  35. 2d7bd8a Implement ACPI in a per device way by Vladimir Serbinenko · 9 years ago
  36. d942ed9 acpigen: Correctly handle root scope by Vladimir Serbinenko · 9 years ago
  37. 55ab5ef smbios.c: Fix mismerge which led to laptop being default type by Vladimir Serbinenko · 9 years ago
  38. 6abb33c smbios: reorganise OEM strings handling. by Vladimir Serbinenko · 9 years ago
  39. 71c0bf6 smbios: Define and use enclosure types. by Vladimir Serbinenko · 9 years ago
  40. 133096b coreboot classes: Add dynamic classes to coreboot by Furquan Shaikh · 9 years ago
  41. 34352d1 Possible thread stack implementation. by Ronald G. Minnich · 10 years ago
  42. 96639fb arch/x86/Makefile.inc: trivial: fix indent of informative output about bootblock by Daniele Forsi · 9 years ago
  43. 0d7f133 payloads/external/SeaBIOS: Use coreboot’s serial console settings by Martin Roth · 9 years ago
  44. 51ca10f arch/x86/include/arch/interrupt.h: Add header guards by Edward O'Callaghan · 9 years ago
  45. 78d0cab IOAPIC: Fix missing stdint include by Kyösti Mälkki · 9 years ago
  46. 4202f5d misc,ASL: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 9 years ago
  47. 7e8d483 arch: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 9 years ago
  48. db8693b ACPI: Recover type of wakeup in acpi_is_wakeup() by Kyösti Mälkki · 9 years ago
  49. 95b0c3d arch/x86/include/bootblock_common.h: Sanitize header inclusion by Edward O'Callaghan · 9 years ago
  50. b0195a3 build: Pass correct disassembly flags in Clang build by Edward O'Callaghan · 9 years ago
  51. 9533d83 PIRQ tables: Fix typos by Kyösti Mälkki · 9 years ago
  52. 207880c Declare acpi_is_wakeup_early() only once by Kyösti Mälkki · 9 years ago
  53. bd4553b MP Table: Change types to be consistent with the spec by Mike Loptien · 9 years ago
  54. c3c4a38 Misc: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 9 years ago
  55. 4d9b772 ACPI: Add acpi_is_wakeup_s3() by Kyösti Mälkki · 9 years ago
  56. 2ca2afe ACPI S3 support: Add acpi_s3_resume_allowed() by Kyösti Mälkki · 9 years ago
  57. d0167d3 MP Spec: Correct the Virtual Wire assignment by Mike Loptien · 9 years ago
  58. 9159734 MP Spec: Add copyright header by Mike Loptien · 9 years ago
  59. 4ba8ba4 build: Drop libgcc runtime wrapper in Clang builds by Edward O'Callaghan · 9 years ago
  60. 63acd22 lenovo: Make version look like something thinkpad_acpi would accept by Vladimir Serbinenko · 9 years ago
  61. 8ecdc9e acpigen: Add acpigen_emit_eisaid. by Vladimir Serbinenko · 9 years ago
  62. f2f7f03 console: Add console for GDB by Kyösti Mälkki · 9 years ago
  63. 20ea040 acpigen: Add acpigen_write_irq. by Vladimir Serbinenko · 9 years ago
  64. efac717 x86/include/arch/acpi.h: remove incorrect semicolon by Martin Roth · 9 years ago
  65. 5930774 build: use CFLAGS_* in more places where they're needed by Patrick Georgi · 9 years ago
  66. e392743 build: move include paths where they belong by Patrick Georgi · 9 years ago
  67. b145b83 build: break compiler flags out of $(CC) by Patrick Georgi · 9 years ago
  68. 58f73a6 build: separate CPPFLAGS from CFLAGS by Patrick Georgi · 9 years ago
  69. 98f49d2 build: CPPFLAGS is more common than INCLUDES by Patrick Georgi · 9 years ago
  70. 31dbb53 SeaBIOS: Fix cpp use by Patrick Georgi · 9 years ago
  71. a3b06c9 Arch-level Kconfig menu cleanup by Furquan Shaikh · 9 years ago
  72. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 9 years ago
  73. 88ca81a Move redundant Makefile rules from arch to top level. by Furquan Shaikh · 9 years ago
  74. 0bb0aff arch/x86/boot: Indent mpspec.c and make a loop more legible by Edward O'Callaghan · 9 years ago
  75. 70342a7 uart: Support multiple ports by Kyösti Mälkki · 9 years ago
  76. 20f25dd Rename coreboot_ram stage to ramstage by Furquan Shaikh · 9 years ago
  77. e8792be build rules: Identify build stage with simple variables by Kyösti Mälkki · 9 years ago
  78. efb0b51 console: Split ROMCC helpers by Kyösti Mälkki · 9 years ago
  79. 4076072 console: Use romstage code for ramstage and SMM by Kyösti Mälkki · 9 years ago
  80. fd95624 console: Drop driver list in ramstage by Kyösti Mälkki · 9 years ago
  81. dbc7bd9 console: Refactor uart8250/NE2K by Kyösti Mälkki · 9 years ago
  82. 657e0be console: Move newline translation outside console_tx_byte by Kyösti Mälkki · 9 years ago
  83. 56ae139 console: Hide global console_loglevel by Kyösti Mälkki · 9 years ago
  84. b2d2596 console: Unify do_printk() by Kyösti Mälkki · 9 years ago
  85. 21333f9 console: Split console_init() by Kyösti Mälkki · 9 years ago
  86. afa7b13 uart: Redefine Kconfig options by Kyösti Mälkki · 9 years ago
  87. 7c1a49b SeaBIOS: have coreboot pass the choice to run optionroms in parallel by Idwer Vollering · 9 years ago
  88. eb3c991 x86/Makefile: Allow addition of link libraries for rom/ramstage by Alexandru Gagniuc · 9 years ago
  89. deb2cb2 Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATE by Kyösti Mälkki · 9 years ago
  90. 3eb8eb7 rmodules: use rmodtool to create rmodules by Aaron Durbin · 9 years ago
  91. 47089f2 smbios: Supply tag type 2 (base board information) by Vladimir Serbinenko · 9 years ago
  92. ab94bbf usbdebug: Move Kconfig under drivers/usb by Kyösti Mälkki · 9 years ago
  93. bea6bf0 uart8250: Move under drivers/uart by Kyösti Mälkki · 9 years ago
  94. 2b95da0 uart8250mem: Unify calls with generic UART by Kyösti Mälkki · 9 years ago
  95. 4770749 uart8250io: Unify calls with generic UART by Kyösti Mälkki · 9 years ago
  96. 1d7541f console: Fix includes by Kyösti Mälkki · 9 years ago
  97. 3ee1668 uart8250: Fix and unify baudrate divisor calculation by Kyösti Mälkki · 9 years ago
  98. 3f7ad7b coreboot: don't return struct lb_memory * from write_tables() by Aaron Durbin · 9 years ago
  99. 7d1996c coreboot: introduce arch_payload_run() by Aaron Durbin · 9 years ago
  100. d777d86 CAR_GLOBAL: enforce compiler to check if _start != _end by Edward O'Callaghan · 9 years ago