1. 923d200 Unmark source files as executables by Alec Ari · 12 years ago
  2. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  3. d4bacf9 Print some useful debugging information in PSS table creation by Stefan Reinauer · 12 years ago
  4. 6870f0c Make creation of CBMEM_ID_RESUME_SCRATCH depending on Agesa by Stefan Reinauer · 12 years ago
  5. a1155b4 Move VSA support from x86 to Geode by Patrick Georgi · 12 years ago
  6. 0909d86 Support adding stages with cbfs-files by Patrick Georgi · 12 years ago
  7. c31384e Fix up Sandybridge C state generation code by Stefan Reinauer · 12 years ago
  8. f69b468 acpigen: make acpigen_write_CST_package_entry non-static by Stefan Reinauer · 12 years ago
  9. 35555167 acpi: Add defines for functional fixed hardware by Stefan Reinauer · 12 years ago
  10. 39205c6 acpigen: Add support for generating T state tables by Stefan Reinauer · 12 years ago
  11. 4cc8c70 Rework ACPI CST table generation by Stefan Reinauer · 12 years ago
  12. 61e7c28 ChromeOS: Add missing prototype for acpi_get_vdat_info() by Stefan Reinauer · 12 years ago
  13. 5b73d4d acpigen: make acpigen_write_len_f() non static by Stefan Reinauer · 12 years ago
  14. 0e672b5 coreboot_table.c: Add missing include files by Stefan Reinauer · 12 years ago
  15. aee1869 Updates to x86/include/arch/acpi.h for use in fadt.c by Martin Roth · 12 years ago
  16. 1e9c1b3 Makefile: rename romstage linking filenames by Kyösti Mälkki · 12 years ago
  17. 38f2e9c Makefile: rename coreboot_ap linking filenames by Kyösti Mälkki · 12 years ago
  18. 6b07b8d Makefile: rename ramstage linking filenames by Kyösti Mälkki · 12 years ago
  19. f775b8c Makefile: rename bootblock linking filenames by Kyösti Mälkki · 12 years ago
  20. eeb8a06 Unbreak boards where chipset can select between FSB and serial APIC bus by Rudolf Marek · 12 years ago
  21. 0db2ae3a Makefile: define build result directories by Kyösti Mälkki · 12 years ago
  22. a8111cf nvramtool: Unify nvramtool and build_opt_tbl by Vikram Narayanan · 12 years ago
  23. f722373 S3 code in coreboot public folder. by zbao · 12 years ago
  24. caf494c8 ACPI HEST table. by zbao · 12 years ago
  25. 2c2e78d Unify IO APIC address specification by Patrick Georgi · 12 years ago
  26. 14233a0 Actually return %ebx value from cpuid_ebx() by Jonathan A. Kollasch · 12 years ago
  27. f8c7c23 Fix support for RAM-less multi-processor init by Kyösti Mälkki · 12 years ago
  28. 6293d30 Factor out function to find driver for a CPU by Stefan Reinauer · 12 years ago
  29. c6b2166 smbios: Don't fill out firmware version on ChromeOS by Stefan Reinauer · 12 years ago
  30. 31324c6 Fill out ChromeOS specific coreboot table extensions by Stefan Reinauer · 12 years ago
  31. fb89dd0 Use fast memset in SMM mode, too by Stefan Reinauer · 12 years ago
  32. cb91e15 Add support for mainboard specific suspend/resume handler by Stefan Reinauer · 12 years ago
  33. 1551183 Drop verified boot code from acpi.c by Stefan Reinauer · 12 years ago
  34. abdf15f Apply cache-as-ram conditionally on socket mPGA604 by Kyösti Mälkki · 12 years ago
  35. dd30acd Fix issues with x86 memcpy by Mathias Krause · 12 years ago
  36. 7dfe32c Add support for RAM-less multi-processor init by Kyösti Mälkki · 12 years ago
  37. d842f1f Makefile: rename romstage linking filenames by Kyösti Mälkki · 12 years ago
  38. a01ec14 Makefile: split romstage linking to separate rules by Kyösti Mälkki · 12 years ago
  39. 608d15b Fix coreboot makefiles not to produce half baked output. by Kyösti Mälkki · 12 years ago
  40. 8acbc2a use movsl for copying resume memory back by Stefan Reinauer · 13 years ago
  41. 67e6c2a Don't re-init EBDA in S3 resume path. by Duncan Laurie · 13 years ago
  42. b4aaaa7 Prepare the BIOS data areas before device init. by Duncan Laurie · 13 years ago
  43. 689e31d Make cpuid functions usable when compiled with PIC by Duncan Laurie · 13 years ago
  44. 5e02bc6 Make PCI CONF2 support a compile time option by Stefan Reinauer · 13 years ago
  45. bf729ba Add more timestamps in coreboot. by Stefan Reinauer · 13 years ago
  46. 10fea92 Fix coreboot makefiles not to produce half baked output. by Vadim Bendebury · 13 years ago
  47. cde7801 Add timestamps for selfboot and acpi wake by Duncan Laurie · 13 years ago
  48. 3008bbad Add TPM support to coreboot by Stefan Reinauer · 13 years ago
  49. 00093a8 Add an option to keep the ROM cached after romstage by Stefan Reinauer · 13 years ago
  50. 1afe51a Add native memset() function on x86 by Stefan Reinauer · 13 years ago
  51. 0054afa Add faster, architecture dependent memcpy() by Stefan Reinauer · 13 years ago
  52. 19e7e7d Add infrastructure for global data in the CAR phase of boot by Gabe Black · 13 years ago
  53. 4d04a71 Detect whether the OXPCIE card is really present while in the ROM stage. by Gabe Black · 13 years ago
  54. 22c0468 Refactor publishing CBMEM addresses through coreboot table. by Vadim Bendebury · 13 years ago
  55. 2e43867 Add timestamp table pointer to the coreboot table. by Vadim Bendebury · 13 years ago
  56. 1078c67 CBMEM CONSOLE: Add code using the new console driver. by Vadim Bendebury · 13 years ago
  57. 2172f61 Makefile: rename linker intermediate variable by Kyösti Mälkki · 12 years ago
  58. 06253cd Avoid using CPUID in SMBIOS tables. Check for CPUID otherwise claim 486 class cpu. by Rudolf Marek · 12 years ago
  59. 06c0429 Another indirection for normal/fallback bootblock by Patrick Georgi · 13 years ago
  60. d11ca1d Rename AMD_AGESA to CPU_AMD_AGESA by Kyösti Mälkki · 12 years ago
  61. b58651b Use search path when building dependencies by Patrick Georgi · 12 years ago
  62. d4d5e4d Via Epia-N and C3: Set ioapic delivery type in Kconfig by Patrick Georgi · 12 years ago
  63. 30cc480 No need to setup include paths with .s files by Patrick Georgi · 12 years ago
  64. 32829ca If the memory mapped UART isn't present, leave it out of the cb tables. by Gabe Black · 13 years ago
  65. 294edb2 Increase size of the coreboot table area by Stefan Reinauer · 13 years ago
  66. 66ecdc5 Fix compilation when USE_OPTION_TABLE is not defined. by Duncan Laurie · 13 years ago
  67. 0523989 Fix coreboot table size calculations. by Vadim Bendebury · 13 years ago
  68. c75bfde Clean up use of CONFIG_ variables in coreboot_table.c by Stefan Reinauer · 13 years ago
  69. c8feedd Unify Local APIC address definitions by Patrick Georgi · 12 years ago
  70. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  71. 730c0ee Fix x86 cpu_phys_address_size by Kyösti Mälkki · 12 years ago
  72. 93dd07f Exit building if romstage.bin is larger than size of XIP by zbao · 12 years ago
  73. aff6dc2 Move SeaBIOS output out of coreboot source tree by Stefan Reinauer · 13 years ago
  74. 7363ca3 X86: fix cpu_phys_address_size() by Sven Schnelle · 12 years ago
  75. acf2aab pci_ops_mmconf: Move conditional compilation to Makefile by Vikram Narayanan · 13 years ago
  76. 31b680b pci_ops_conf: Indentation fixes by Vikram Narayanan · 13 years ago
  77. 26dd361 pci_ops_mmconf: Indentation fixes by Vikram Narayanan · 13 years ago
  78. c6daaa7 Leave SSE and MMX instructions enabled in coreboot by Stefan Reinauer · 13 years ago
  79. 950f20a Add coreboot version to id area by Patrick Georgi · 13 years ago
  80. adfbcb79 MTRR: get physical address size from CPUID by Sven Schnelle · 13 years ago
  81. 8d84613 ACPI: mark empty get_cst_entries() weak by Sven Schnelle · 13 years ago
  82. f28dbe0 Only BSP CPU writes CMOS in bootblock code by Kyösti Mälkki · 13 years ago
  83. b192df4 Fix ldscript for bootblock .rom section by Kyösti Mälkki · 13 years ago
  84. eafb18b Bootblock does not need a unique boot_cpu() by Kyösti Mälkki · 13 years ago
  85. 0dbfb54 Remove unused code files and cosmetic changes by Kyösti Mälkki · 13 years ago
  86. 2a40ebc Fix post_code in 16bit entry by Kyösti Mälkki · 13 years ago
  87. 641dd71 Inline Makefile.bootblock.inc by Patrick Georgi · 13 years ago
  88. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  89. 3954b0a Fix coreboot updates by Patrick Georgi · 13 years ago
  90. 914377e Get rid of the old romstage-as-bootblock ROM layout by Patrick Georgi · 13 years ago
  91. 1da1046 Get rid of AUTO_XIP_ROM_BASE by Patrick Georgi · 13 years ago
  92. 07b4215 Move linux 2.6.11 workaround to generic code by Patrick Georgi · 13 years ago
  93. 5460097 SPEEDSTEP: write _CST tables by Sven Schnelle · 13 years ago
  94. 0b86c76 ACPI: Add function for writing _CST tables by Sven Schnelle · 13 years ago
  95. d1bc331 Extend coreboot table entry for serial ports by Stefan Reinauer · 13 years ago
  96. 9ea33e9 Add macros for 64bit byte order swapping by Stefan Reinauer · 13 years ago
  97. 939103c IOAPIC: fix bitmask by Kyösti Mälkki · 13 years ago
  98. 6a11333 Drop eh_frame instead of moving it into the image. by Stefan Reinauer · 13 years ago
  99. 2d17299 cbfs_and_run_core() is not part of the API, make it static. by Stefan Reinauer · 13 years ago
  100. f830752 reformat Makefile.bootblock.inc (>80 lines per char) by Stefan Reinauer · 13 years ago