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. 3d06488 Makefile: Drop obsolete rules by Kyösti Mälkki · 11 years ago
  6. 7ae7fc0 x86: fix compile error for !CONFIG_MULTIBOOT by Aaron Durbin · 11 years ago
  7. 21a7870 smbios: Add generic type41 write function by Duncan Laurie · 11 years ago
  8. 0626274 smbios: make manufacturer, product_name and uuid runtime settable by Gerd Hoffmann · 11 years ago
  9. 697927c CBMEM: Define cbmem_top() just once for x86 by Kyösti Mälkki · 11 years ago
  10. 082c19e CBMEM: Fail builds on missing get_top_of_ram() by Kyösti Mälkki · 11 years ago
  11. f8bf5a1 Revert "CBMEM: Always have early initialisation" by Kyösti Mälkki · 11 years ago
  12. cbf5bdf CBMEM: Always select CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  13. bc90e15 CBMEM: Backup top_of_ram instead of cbmem_toc by Kyösti Mälkki · 11 years ago
  14. c04afd6 CBMEM: Add cbmem_locate_table() by Kyösti Mälkki · 11 years ago
  15. e1ea802 CBMEM tables: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  16. 1ae305e CBMEM: Add cbmem_late_set_table() and drop references to high_tables_base by Kyösti Mälkki · 11 years ago
  17. 2b790f6 CBMEM AMD: Fix calls to set_top_of_ram_once() by Kyösti Mälkki · 11 years ago
  18. e7e847c CBMEM AMD: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  19. 3e32cc0 AMD Kabini: Add northbridge AGESA wrapper (new AMD processor) by Siyuan Wang · 11 years ago
  20. c392b64 SMBIOS: Add smbios_write_type11() for creating an OEM Strings structure by Peter Stuge · 11 years ago
  21. 4e7385b SMBIOS: Allow overriding default Manufacturer and Product names by Peter Stuge · 12 years ago
  22. e8b08ba Drop ELF remains from boot code by Stefan Reinauer · 11 years ago
  23. 7b5f8ef arch: Fix spelling by Martin Roth · 11 years ago
  24. bebf669 x86: use boot state callbacks to disable rom cache by Aaron Durbin · 11 years ago
  25. 4dd87fb coverage: use boot state callbacks by Aaron Durbin · 11 years ago
  26. 0a6c20a acpi: split resume check and actual resume code by Aaron Durbin · 11 years ago
  27. 9c07c8f lynxpoint: Move ACPI NVS into separate CBMEM table by Duncan Laurie · 11 years ago
  28. ebf142a boot: add disable_cache_rom() function by Aaron Durbin · 11 years ago
  29. 5a767fd x86: dynamic cbmem: fix acpi reservations by Aaron Durbin · 11 years ago
  30. 3e4e303 Unify coreboot table generation by Stefan Reinauer · 11 years ago
  31. dd32a31 coreboot: add vboot_handoff to coreboot tables by Aaron Durbin · 11 years ago
  32. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 11 years ago
  33. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  34. 8e4a355 coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE by Aaron Durbin · 11 years ago
  35. cddcc80 coreboot: introduce romstage_handoff structure by Aaron Durbin · 11 years ago
  36. a146d58 ramstage: prepare for relocation by Aaron Durbin · 11 years ago
  37. 69efaa0 Google Link: Add remaining code to support native graphics by Ronald G. Minnich · 11 years ago
  38. f7fa218 x86: improve lb_cleanup_memory_ranges by Aaron Durbin · 12 years ago
  39. be738eb Remove UTF-8 characters from comments by Ronald G. Minnich · 11 years ago
  40. 0f4c0e2 src/arch/x86/boot/acpigen.c: Small coding style and comment fixes by Paul Menzel · 11 years ago
  41. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  42. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  43. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  44. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  45. 5e272a4 smbios: show CONFIG_LOCALVERSION in DMI bios_version by Christian Gmeiner · 11 years ago
  46. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  47. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago
  48. b8ad224 cbmem: replace pointer type by uint64_t by Stefan Reinauer · 12 years ago
  49. c5f4926 Fix a compare against undefined variable in acpi.c by Martin Roth · 12 years ago
  50. 399486e Unify assembler function handling by Stefan Reinauer · 12 years ago
  51. 95efb56 pirq_route_irqs is private by Patrick Georgi · 12 years ago
  52. a47bd91 Fix PIRQ routing abstraction by Stefan Reinauer · 12 years ago
  53. 11290c4 SMM: Restore GNVS pointer in the resume path by Duncan Laurie · 12 years ago
  54. fb8632a oprom: Ensure that mode information is valid before putting it in the tables. by Gabe Black · 12 years ago
  55. 04c5bae Define post codes for OS boot and resume by Duncan Laurie · 12 years ago
  56. 3b590ff acpi: Add support for DMAR tables (Intel IOMMU support) by Patrick Georgi · 12 years ago
  57. 9ead80f Drop get_smbios_data from chip_operations by Kyösti Mälkki · 12 years ago
  58. 7baadac Take care of NULL chip_ops->name by Kyösti Mälkki · 12 years ago
  59. 9aeb694 hpet: common ACPI generation by Patrick Georgi · 12 years ago
  60. 9c9eb8c Take care of NULL chip_ops->name by Kyösti Mälkki · 12 years ago
  61. 70c660f pirq_routing: Allow routing with more than 4 PIRQ links by Alexandru Gagniuc · 12 years ago
  62. 8c02790 MPTABLE: check for fixed IRQ entries on all pins by Sven Schnelle · 12 years ago
  63. 0d5d70b mptable: bring sanity back to mptable generation (TRIVIAL) by Alexandru Gagniuc · 12 years ago
  64. 64c40dd Don't write automatic IRQ entries for disabled devices by Sven Schnelle · 12 years ago
  65. 4c29d7f Do not allow modifying memory table directly by Kyösti Mälkki · 12 years ago
  66. 1c5071d Drop HAVE_MAINBOARD_RESOURCES by Kyösti Mälkki · 12 years ago
  67. 0eefa00 ACPI: Add function to write _PPC using NVS by Duncan Laurie · 12 years ago
  68. ac3aa09 Extend smbios api to allow runtime change of mainboard serial and version by Christian Gmeiner · 12 years ago
  69. 472ec9c ELOG: Add support for generating SMBIOS type15 table by Duncan Laurie · 12 years ago
  70. 0fa50a1 MPTAPLE: generate from devicetree.cb by Sven Schnelle · 12 years ago
  71. a645abb SMBIOS: move serial number and version out to Kconf by Christian Gmeiner · 12 years ago
  72. 2c08f6a AGESA F15 wrapper for Trinity by zbao · 12 years ago
  73. ee8a9f6c Initializer of a static member in union. by zbao · 12 years ago
  74. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  75. d4bacf9 Print some useful debugging information in PSS table creation by Stefan Reinauer · 12 years ago
  76. 6870f0c Make creation of CBMEM_ID_RESUME_SCRATCH depending on Agesa by Stefan Reinauer · 12 years ago
  77. f69b468 acpigen: make acpigen_write_CST_package_entry non-static by Stefan Reinauer · 12 years ago
  78. 39205c6 acpigen: Add support for generating T state tables by Stefan Reinauer · 12 years ago
  79. 4cc8c70 Rework ACPI CST table generation by Stefan Reinauer · 12 years ago
  80. 5b73d4d acpigen: make acpigen_write_len_f() non static by Stefan Reinauer · 12 years ago
  81. 0e672b5 coreboot_table.c: Add missing include files by Stefan Reinauer · 12 years ago
  82. f722373 S3 code in coreboot public folder. by zbao · 12 years ago
  83. caf494c8 ACPI HEST table. by zbao · 12 years ago
  84. c6b2166 smbios: Don't fill out firmware version on ChromeOS by Stefan Reinauer · 12 years ago
  85. 31324c6 Fill out ChromeOS specific coreboot table extensions by Stefan Reinauer · 12 years ago
  86. cb91e15 Add support for mainboard specific suspend/resume handler by Stefan Reinauer · 12 years ago
  87. 1551183 Drop verified boot code from acpi.c by Stefan Reinauer · 12 years ago
  88. 8acbc2a use movsl for copying resume memory back by Stefan Reinauer · 13 years ago
  89. cde7801 Add timestamps for selfboot and acpi wake by Duncan Laurie · 13 years ago
  90. 3008bbad Add TPM support to coreboot by Stefan Reinauer · 13 years ago
  91. 22c0468 Refactor publishing CBMEM addresses through coreboot table. by Vadim Bendebury · 13 years ago
  92. 2e43867 Add timestamp table pointer to the coreboot table. by Vadim Bendebury · 13 years ago
  93. 06253cd Avoid using CPUID in SMBIOS tables. Check for CPUID otherwise claim 486 class cpu. by Rudolf Marek · 12 years ago
  94. 32829ca If the memory mapped UART isn't present, leave it out of the cb tables. by Gabe Black · 13 years ago
  95. 294edb2 Increase size of the coreboot table area by Stefan Reinauer · 13 years ago
  96. 66ecdc5 Fix compilation when USE_OPTION_TABLE is not defined. by Duncan Laurie · 13 years ago
  97. 0523989 Fix coreboot table size calculations. by Vadim Bendebury · 13 years ago
  98. c75bfde Clean up use of CONFIG_ variables in coreboot_table.c by Stefan Reinauer · 13 years ago
  99. c8feedd Unify Local APIC address definitions by Patrick Georgi · 12 years ago
  100. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago