1. 38c326d x86: add thread support by Aaron Durbin · 10 years ago
  2. 3949e37 Drop CONFIG_AP_CODE_IN_CAR by Stefan Reinauer · 10 years ago
  3. 648d166 copy_and_run: drop boot_complete parameter by Stefan Reinauer · 10 years ago
  4. 2a3c106 hardwaremain: drop boot_complete parameter by Stefan Reinauer · 10 years ago
  5. 1b3e176 x86 I/O APIC: Dump I/O APIC regs in `ioapic.c` by Paul Menzel · 10 years ago
  6. ac75bc6 x86 I/O APIC: Make functions `io_apic_{read,write}()` public by Paul Menzel · 10 years ago
  7. 45988da spkmodem console by Vladimir Serbinenko · 10 years ago
  8. 0135702 x86: mark .textfirst as allocatable and executable by Aaron Durbin · 10 years ago
  9. 1989b4b x86: expose console_tx_flush in romstage by Aaron Durbin · 10 years ago
  10. 2b7c88f rmodule: add string functions to rmodules class by Aaron Durbin · 10 years ago
  11. a146d58 ramstage: prepare for relocation by Aaron Durbin · 10 years ago
  12. eb06a42 x86: don't clear bss in ramstage entry by Aaron Durbin · 10 years ago
  13. 633f112 x86: remove stack definition in linker script by Aaron Durbin · 10 years ago
  14. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 10 years ago
  15. db4f875 IOAPIC: Divide setup_ioapic() in two parts. by Kyösti Mälkki · 11 years ago
  16. 580fa2b console: Only print romstage messages with EARLY_CONSOLE enabled. by Hung-Te Lin · 10 years ago
  17. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 10 years ago
  18. d1de45e ioapic: Factor out counting code to `ioapic_interrupt_count` by Patrick Georgi · 10 years ago
  19. be0e925 clear_ioapic: Fix reading of number of interrupts for IO-APICs by Aladyshev Konstantin · 10 years ago
  20. 399486e Unify assembler function handling by Stefan Reinauer · 10 years ago
  21. 6999217 build system: Eliminate special case for c_start by Patrick Georgi · 11 years ago
  22. 8ada152 Unify use of bool config variables by Stefan Reinauer · 11 years ago
  23. 48a4a7f Provide MRC with a console printing callback function by Vadim Bendebury · 11 years ago
  24. 8b93059 Pass the CPU index as a parameter to startup. by Ronald G. Minnich · 11 years ago
  25. 6866c08 mmio pci config: Remove register constraints by Aaron Durbin · 11 years ago
  26. 3140961 x86 memcpy: Copy 4 bytes at once by Stefan Reinauer · 11 years ago
  27. 23c046b Fix reading of number of interrupts for IO-APICs by Nico Huber · 11 years ago
  28. de415eb coreboot: Dump memory around problem area when encountering exception by Alexandru Gagniuc · 11 years ago
  29. 51676b1 Revert "Use broadcast SIPI to startup siblings" by Sven Schnelle · 11 years ago
  30. 82704c6 USBDEBUG: buffer up to 8 bytes by Sven Schnelle · 11 years ago
  31. f887884 Poison the stack to uncover programming errors by Ronald G. Minnich · 11 years ago
  32. bc8c996 Fix APIC cpu_index by Kyösti Mälkki · 11 years ago
  33. da09be6 Drop start_cpu_lock by Kyösti Mälkki · 11 years ago
  34. 97de28d PCI Type2 config must die by Ronald G. Minnich · 11 years ago
  35. 042c146 Use broadcast SIPI to startup siblings by Sven Schnelle · 11 years ago
  36. e4cece0 Add an option for Waiting for gdb connection if the gdb stub configuration is chosen. by Denis 'GNUtoo' Carikli · 11 years ago
  37. 904a0ec Don't use 64-bit constant 0x100000000 in linker scripts by Nico Huber · 11 years ago
  38. e166782 Clean up #ifs by Patrick Georgi · 11 years ago
  39. eeb8a06 Unbreak boards where chipset can select between FSB and serial APIC bus by Rudolf Marek · 11 years ago
  40. 6293d30 Factor out function to find driver for a CPU by Stefan Reinauer · 11 years ago
  41. fb89dd0 Use fast memset in SMM mode, too by Stefan Reinauer · 11 years ago
  42. dd30acd Fix issues with x86 memcpy by Mathias Krause · 11 years ago
  43. 67e6c2a Don't re-init EBDA in S3 resume path. by Duncan Laurie · 11 years ago
  44. b4aaaa7 Prepare the BIOS data areas before device init. by Duncan Laurie · 11 years ago
  45. 5e02bc6 Make PCI CONF2 support a compile time option by Stefan Reinauer · 12 years ago
  46. bf729ba Add more timestamps in coreboot. by Stefan Reinauer · 12 years ago
  47. 1afe51a Add native memset() function on x86 by Stefan Reinauer · 12 years ago
  48. 0054afa Add faster, architecture dependent memcpy() by Stefan Reinauer · 12 years ago
  49. 4d04a71 Detect whether the OXPCIE card is really present while in the ROM stage. by Gabe Black · 12 years ago
  50. 1078c67 CBMEM CONSOLE: Add code using the new console driver. by Vadim Bendebury · 12 years ago
  51. 06253cd Avoid using CPUID in SMBIOS tables. Check for CPUID otherwise claim 486 class cpu. by Rudolf Marek · 11 years ago
  52. d4d5e4d Via Epia-N and C3: Set ioapic delivery type in Kconfig by Patrick Georgi · 11 years ago
  53. c5fc7db Move C labels to start-of-line by Patrick Georgi · 11 years ago
  54. 730c0ee Fix x86 cpu_phys_address_size by Kyösti Mälkki · 11 years ago
  55. 7363ca3 X86: fix cpu_phys_address_size() by Sven Schnelle · 11 years ago
  56. acf2aab pci_ops_mmconf: Move conditional compilation to Makefile by Vikram Narayanan · 11 years ago
  57. 31b680b pci_ops_conf: Indentation fixes by Vikram Narayanan · 11 years ago
  58. 26dd361 pci_ops_mmconf: Indentation fixes by Vikram Narayanan · 11 years ago
  59. 950f20a Add coreboot version to id area by Patrick Georgi · 11 years ago
  60. adfbcb79 MTRR: get physical address size from CPUID by Sven Schnelle · 11 years ago
  61. 939103c IOAPIC: fix bitmask by Kyösti Mälkki · 12 years ago
  62. 2d17299 cbfs_and_run_core() is not part of the API, make it static. by Stefan Reinauer · 12 years ago
  63. a68555f Do full flush on uart8250 only at end of printk. by Kevin O'Connor · 12 years ago
  64. 4885daa Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an by Stefan Reinauer · 12 years ago
  65. d4814bd more ifdef -> if fixes by Stefan Reinauer · 12 years ago
  66. bbd2f21 Simplify coreboot's console/console.h by Stefan Reinauer · 12 years ago
  67. 1fdfed1 add some comments to walkcbfs.S by Stefan Reinauer · 12 years ago
  68. 8902502 drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCH by Stefan Reinauer · 12 years ago
  69. 5005bb06 Unify use of post_code by Alexandru Gagniuc · 12 years ago
  70. fab35e3 Move cmos.default handling to bootblock by Patrick Georgi · 12 years ago
  71. 16ce01b This patch gets usbdebug console working in romstage. by Stefan Reinauer · 12 years ago
  72. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 12 years ago