1. 9265f89 arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class by Kyösti Mälkki · 5 years ago
  2. eb5b0d0 Makefile.inc: Compile smm files independent ARCH_RAMSTAGE_X86_32/64 by Subrata Banik · 5 years ago
  3. 2761847 Makefile.inc: Remove unnecessary CONFIG dependency by Subrata Banik · 5 years ago
  4. 4663f45 device/pci_ops: Have only default PCI bus ops available by Kyösti Mälkki · 5 years ago
  5. 0f8547e src/device/Kconfig: Include the discrete VGA OpROM at config UI by Mike Banon · 6 years ago
  6. 4d60d96 walkcbfs: Only compile on x86_32 by Patrick Rudolph · 6 years ago
  7. 0eb9c57 arch/x86: Link walkcbfs.S instead of including it by Arthur Heymans · 6 years ago
  8. a2cfe9e amdfam10 boards: Add Makefiles and fix resourcemap.c by Kyösti Mälkki · 6 years ago
  9. 3ba79b3 arch/x86: Prevent romcc bootblock from using MMX registers by Kyösti Mälkki · 6 years ago
  10. 5407e89 arch/x86/Makefile.inc: Fix typo by Patrick Rudolph · 6 years ago
  11. 29eeece toolchain: Add POSTCAR as a stage we have a toolchain for by Patrick Georgi · 6 years ago
  12. 33fcaf9 arch/x86: Implement common CF9 reset by Nico Huber · 6 years ago
  13. 8e8ca5c arch/x86: Make mb/romstage.c optional by Rizwan Qureshi · 6 years ago
  14. 991467d arch/x86: Add BERT region support functions by Marshall Dawson · 6 years ago
  15. 4ba7b26 arch/x86/Makefile: include dependencies for romcc bootblock by Nico Huber · 6 years ago
  16. 2f79eb3 src/arch: Fix typo by Elyes HAOUAS · 6 years ago
  17. 7bea084 arch/x86: include verstage.c only when verstage is a separate stage by Arthur Heymans · 6 years ago
  18. 088f09d arch/x86: Drop leftover ROMCC support by Kyösti Mälkki · 6 years ago
  19. 3e7197a acpi: Add support for writing ACPI _PLD structures by Duncan Laurie · 6 years ago
  20. d4ac11f Move `pci_ops_mmconf` from arch/x86/ to device/ by Nico Huber · 6 years ago
  21. d3c0c0c arch/x86: Relocate GDT in verstage, romstage, and postcar by Hannah Williams · 6 years ago
  22. f5180a9 pci: Fix MMCONF_SUPPORT on non x86 by Patrick Rudolph · 6 years ago
  23. 4b032e4 arch/x86: allow idt to be available to link in all stages by Aaron Durbin · 6 years ago
  24. 7a7c70b arch/x86: prepare for having an idt in other stages by Aaron Durbin · 6 years ago
  25. f49ddb6 arch/x86: allow timestamp source to not be TSC by Aaron Durbin · 7 years ago
  26. 0a19b08 Intel i82830 boards & chips: Remove - using LATE_CBMEM_INIT by Martin Roth · 7 years ago
  27. c7590cd arch/x86: Enable ebda library for romstage and postcar by Subrata Banik · 7 years ago
  28. 5d2928c arch/x86: Include acpi_s3.c support in postcar stage by Subrata Banik · 7 years ago
  29. 740afc4 arch/x86/postcar: Support CBMEM_TOP_BACKUP by Kyösti Mälkki · 7 years ago
  30. e91d170 Remove libverstage as separate library and source file class by Julius Werner · 7 years ago
  31. 1879231 arch/x86: add functions to generate random numbers by Robbie Zhang · 8 years ago
  32. 4a2cfad arch/x86/acpigen_dsm: Add support for DSM types by Furquan Shaikh · 8 years ago
  33. 8ea0651 Makefiles: update cbfs types from bare numbers to values by Martin Roth · 8 years ago
  34. 6b0cebc arch/x86: move postcar main logic into C by Aaron Durbin · 8 years ago
  35. b1b44d3 arch/x86: Always compile postcar library in romstage by Rizwan Qureshi · 8 years ago
  36. 5f4b4c4 arch/x86: Add bootblock and postcar support for SOC MTRR access by Lee Leahy · 8 years ago
  37. 4cfde2a arch/x86: Generate a map file for the postcar stage by Lee Leahy · 8 years ago
  38. 99f1b2f arch/x86: Organize ramstage to match other stages by Lee Leahy · 8 years ago
  39. e82b505 arch/x86: Move romstage files into romstage section by Lee Leahy · 8 years ago
  40. a749150 arch/x86: Move postcar stage commands into place by Lee Leahy · 8 years ago
  41. cf0e60f ACPI S3: Add common recovery code by Kyösti Mälkki · 8 years ago
  42. d132c99 ACPI S3: Split support for HAVE_ACPI_RESUME by Kyösti Mälkki · 8 years ago
  43. 10221a0 arch/x86: provide verstage support for CONFIG_C_ENVIRONMENT_BOOTBLOCK by Aaron Durbin · 8 years ago
  44. d9af3ce device: Add an ACPI device name and path concept to devices by Duncan Laurie · 8 years ago
  45. 87c6097 arch/x86: Include timestamp.c in all stages by Alexandru Gagniuc · 8 years ago
  46. fa5aba0 arch/x86: Drop CBFS_BASE_ADDRESS by Patrick Georgi · 8 years ago
  47. 5cc0ee27 build system: remove CBFSTOOL_PRE1_OPTS by Patrick Georgi · 8 years ago
  48. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  49. 57dbbbb arch/x86: honor CONFIG_X86_TOP4G_BOOTMEDIA_MAP for verstage by Aaron Durbin · 8 years ago
  50. 730d475 x86: Drop CONFIG_COMPILE_IN_DSDT by Stefan Reinauer · 8 years ago
  51. 0155457 x86/Makefile.inc: Fix redundant addition of memlayout.ld in bootblock by Furquan Shaikh · 8 years ago
  52. 6a62231 arch/x86: Add option to disable default mmap_boot implementation by Alexandru Gagniuc · 9 years ago
  53. 6be6c8f arch/x86: Implement minimal bootblock for C_ENVIRONMENT_BOTOBLOCK by Alexandru Gagniuc · 9 years ago
  54. f8e4913 arch/x86: Rename bootblock.S to bootblock_romcc.S by Alexandru Gagniuc · 9 years ago
  55. 81b09f4 Makefile: Make full use of src-to-obj macro by Nico Huber · 9 years ago
  56. eb907b3 arch/x86: link bootblock like other stages for C_ENVIRONMENT_BOOTBLOCK by Aaron Durbin · 9 years ago
  57. 4e153d6 arch/x86: Add files needed for C environment bootblock on x86 by Alexandru Gagniuc · 9 years ago
  58. 6313bc7 arch/x86/Makefile.inc: Add a comment to fix syntax highlighting by Martin Roth · 9 years ago
  59. 699af19 arch/x86/Makefile.inc: Update symbol check macro by Martin Roth · 9 years ago
  60. b619f44 build system/x86: depend on directories before touch /empty targets by Alexander Couzens · 9 years ago
  61. 1cab012 build system: Add more files through cbfs-files instead of manual rules by Patrick Georgi · 9 years ago
  62. 593f5c8 Unify OBJCOPY arguments throughout various x86 stages by Stefan Reinauer · 9 years ago
  63. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  64. ab35575 arch/x86: avoid race condition on build.h by Patrick Georgi · 9 years ago
  65. 75c51d9 x86: add standalone verstage support by Aaron Durbin · 9 years ago
  66. ee2740b arch/x86/bootblock: Do not include non-code files in bootblock.S by Alexandru Gagniuc · 9 years ago
  67. c46a392 arch/x86: Link walkcbfs.S instead on including it in bootblock.S by Alexandru Gagniuc · 9 years ago
  68. dbeedbe arch/x86/bootblock: Link in object files selected with bootblock-y by Alexandru Gagniuc · 9 years ago
  69. 0017b00 arch/x86/Makefile.inc: Simplify rule for bootblock.debug by Alexandru Gagniuc · 9 years ago
  70. 72bb66e x86/bootblock: Use LDFLAGS_bootblock to enable garbage collection by Alexandru Gagniuc · 9 years ago
  71. 1bc6a79 x86: provide common macro for linking early stages by Aaron Durbin · 9 years ago
  72. 46a7c82 Makefile: Replace the way to test if a string is empty by zbao · 9 years ago
  73. 294ce85 x86: remove double link step for romstage by Aaron Durbin · 9 years ago
  74. 83bc0db x86: link ramstage the same way regardless of RELOCATABLE_RAMSTAGE by Aaron Durbin · 9 years ago
  75. d4dd44c linking: add and use LDFLAGS_common by Aaron Durbin · 9 years ago
  76. 956c4f2 x86: link romstage and ramstage with 1 file by Aaron Durbin · 9 years ago
  77. 14714e1 x86: link romstage like the other architectures by Aaron Durbin · 9 years ago
  78. 4de29d4 linking: lay the groundwork for a unified linking approach by Aaron Durbin · 9 years ago
  79. 4b34909 x86: provide minimum alignment for romstage by Aaron Durbin · 9 years ago
  80. e581b06 x86: add romstage.S to bind program flow and ordering by Aaron Durbin · 9 years ago
  81. 85982cd x86: don't create MAINBOARDDIR/romstage.inc for !ROMCC boards by Aaron Durbin · 9 years ago
  82. 3953e39 x86: bootblock: remove linking and program flow from build system by Aaron Durbin · 9 years ago
  83. 439356f x86: remove cpu_incs as romstage Make variable by Aaron Durbin · 9 years ago
  84. dbb50c4 x86: Get rid of empty loadable segment warning by Martin Roth · 9 years ago
  85. ab454c6 x86: parameterize asl_template for CBFS inclusion by Aaron Durbin · 9 years ago
  86. ef0158e arch/x86: make dependency explicit by Patrick Georgi · 9 years ago
  87. 6cb3a59 x86: flatten hierarchy by Stefan Reinauer · 9 years ago 4.1 4.1
  88. 16bc7e8 arch/x86/Makefile.inc: Calculate CBFS_BASE_ADDRESS variable by Martin Roth · 9 years ago
  89. 0fa5d8f payloads: Reorganize Makefile.incs for external payloads by Stefan Reinauer · 9 years ago
  90. ac630f7 x86 makefile: Use preprocessed linker files by Marc Jones · 9 years ago
  91. 4a45ec4 x86: Drop -Wa,--divide by Stefan Reinauer · 9 years ago
  92. 4c8fa2a Unconditionally compile romstage with -Wa,--divide by Stefan Reinauer · 9 years ago
  93. 9874933 x86: Move architecture selection from linker script to Makefile.inc by Stefan Reinauer · 9 years ago
  94. c32a52c acpi: bring back ability to link DSDT into ramstage by Patrick Georgi · 9 years ago
  95. 920f2e6 SeaBIOS: Clean up build command line. by Martin Roth · 9 years ago
  96. 181b773 x86: Make x86 architecture makefiles x64 aware by Stefan Reinauer · 9 years ago
  97. 45dd591 arch/x86: No need to specify -Wa,--divide in a Makefile by Patrick Georgi · 9 years ago
  98. 36f8d27 Make DSDT a file in CBFS rather than embedding it into ramstage. by Vladimir Serbinenko · 9 years ago
  99. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  100. eec8dfb build system: use archives, not linker action to shorten command lines by Patrick Georgi · 9 years ago