1. 50c0a50 armv7: unify stage hand-off routines by David Hendricks · 12 years ago
  2. bc3abbb armv7: don't hang on divide by zero by Ronald G. Minnich · 12 years ago
  3. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  4. cc5b344 Project PIANO aka tianocoreboot by Stefan Reinauer · 12 years ago
  5. 657ea6a cbfstool: Change "locate" output to prefix "0x". by Hung-Te Lin · 12 years ago
  6. 90b4ce2 armv7: Clean up the mmu setup a bit by Ronald G. Minnich · 12 years ago
  7. 1fb9bfa armv7: nuke global_data.h and remove some references to gd struct by David Hendricks · 12 years ago
  8. 4a48420 armv7: Clean out weak symbols and unnecessary #ifdef's in cache files by David Hendricks · 12 years ago
  9. d1de45e ioapic: Factor out counting code to `ioapic_interrupt_count` by Patrick Georgi · 12 years ago
  10. be0e925 clear_ioapic: Fix reading of number of interrupts for IO-APICs by Aladyshev Konstantin · 12 years ago
  11. 3593441 armv7: add ARM-encoded bootblock_exit() stub by David Hendricks · 12 years ago
  12. 211a5d5 armv7/snow: get to romstage by David Hendricks · 12 years ago
  13. 929f9f1 armv7: add a wrapper for romstage's main() for ARM ISA by Gabe Black · 12 years ago
  14. fba42a7 Snow bootblock (bloated/debug version) by David Hendricks · 12 years ago
  15. 1c706dc Fix the stack setup code so we can use an arbitrary 32-bit value by Ronald G. Minnich · 12 years ago
  16. e2851f2 make main() in snow's romstage.c our romstage entry point by David Hendricks · 12 years ago
  17. 0b23d47 armv7: Place reset vector + CBFS header + bootblock dynamically by David Hendricks · 12 years ago
  18. 3d7344a ARM bootblock approach by David Hendricks · 12 years ago
  19. 9382bd6 armv7: delete unneeded ptrace.h by Stefan Reinauer · 12 years ago
  20. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago
  21. 6a01563 Move init.S to a proper filename by Ronald G. Minnich · 12 years ago
  22. b8ad224 cbmem: replace pointer type by uint64_t by Stefan Reinauer · 12 years ago
  23. 8a5ee9c armv7: replace magic constant for romstage location by David Hendricks · 12 years ago
  24. 1dcb697 armv7: add *(.data) back into .romdata section by David Hendricks · 12 years ago
  25. c82ec0e armv7: update board_init_f function signature by David Hendricks · 12 years ago
  26. 8bc10b7 armv7: delete some unused files by David Hendricks · 12 years ago
  27. 2f25d99 ARMv7: drop __ASSEMBLY__ by Stefan Reinauer · 12 years ago
  28. 6d47cbe ARMv7: drop __KERNEL__ by Stefan Reinauer · 12 years ago
  29. 2485df3 Flatten the tree by Ronald G. Minnich · 12 years ago
  30. fa60de9 Revert "armv7: pass bootblock offset from Kconfig into cbfstool" by Ronald G. Minnich · 12 years ago
  31. 853f469 ARMv7: Make ABI compatible to reference toolchain by Stefan Reinauer · 12 years ago
  32. 3a8badc ARMv7: drop libgcc copy by Stefan Reinauer · 12 years ago
  33. 31c3613 Clean up ARMv7 architecture Kconfig by Stefan Reinauer · 12 years ago
  34. 10c90d3 update CFLAGS for armv7 by David Hendricks · 12 years ago
  35. 72a2eaf Rename mainboard_smi.c to smihandler.c by Patrick Georgi · 12 years ago
  36. ec8d35f armv7: pass bootblock offset from Kconfig into cbfstool by David Hendricks · 12 years ago
  37. 8583ac3 armv7: create init.S for early ARMv7 init by David Hendricks · 12 years ago
  38. 6c212ac remove obsolete include paths from INCLUDES by David Hendricks · 12 years ago
  39. 37a8516 Simplify romstage.ld for armv7 by David Hendricks · 12 years ago
  40. 7a33442 Remove colors from build system output by Patrick Georgi · 12 years ago
  41. ea9a1f6 Get stdint.h in sync between ARMv7 and x86 by Stefan Reinauer · 12 years ago
  42. c5f4926 Fix a compare against undefined variable in acpi.c by Martin Roth · 12 years ago
  43. 935a942 Fix ARMv7 payload handling by Stefan Reinauer · 12 years ago
  44. da1ef02 stddef.h: move to generic code by Stefan Reinauer · 12 years ago
  45. 52db0b9 WIP: Initial ARMv7 architecture implementation in coreboot by Stefan Reinauer · 12 years ago
  46. 399486e Unify assembler function handling by Stefan Reinauer · 12 years ago
  47. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago
  48. 48e21ec Add mainboard hook to bootblock by Kyösti Mälkki · 12 years ago
  49. f902248 Refactor bootblock initialisation by Kyösti Mälkki · 12 years ago
  50. 90ca3b6 Add multi-architecture support to cbfstool by David Hendricks · 12 years ago
  51. 5367e47 Add dummy Kconfig options for armv7 by David Hendricks · 12 years ago
  52. e773c92 Make mainboard_ops and mainboard.c file optional by Kyösti Mälkki · 12 years ago
  53. 95efb56 pirq_route_irqs is private by Patrick Georgi · 12 years ago
  54. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  55. e135ac5 Remove AMD special case for LAPIC based udelay() by Patrick Georgi · 12 years ago
  56. 6999217 build system: Eliminate special case for c_start by Patrick Georgi · 12 years ago
  57. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  58. 18607f7 Drop ramstage.a by Patrick Georgi · 12 years ago
  59. 8ada152 Unify use of bool config variables by Stefan Reinauer · 12 years ago
  60. d8e6d40 bootblock: Guard CMOS rewrite in disable/enable RTC by Patrick Georgi · 12 years ago
  61. a47bd91 Fix PIRQ routing abstraction by Stefan Reinauer · 12 years ago
  62. 8483344 Drop Kconfig.deprecated_options by Stefan Reinauer · 12 years ago
  63. 4dfdeba Reduce number of per-mainboard changes by Stefan Reinauer · 12 years ago
  64. bf5a7dc Drop CONFIG_HAVE_BUS_CONFIG, clean up Kconfig by Stefan Reinauer · 12 years ago
  65. db4bb43 Make YABEL's version of mainboard_interrupt_handlers() usable by Nico Huber · 12 years ago
  66. 11290c4 SMM: Restore GNVS pointer in the resume path by Duncan Laurie · 12 years ago
  67. 48a4a7f Provide MRC with a console printing callback function by Vadim Bendebury · 12 years ago
  68. 8b93059 Pass the CPU index as a parameter to startup. by Ronald G. Minnich · 12 years ago
  69. 5b63579 SandyBridge/IvyBridge: Add IFD and ME firmware automatically by Stefan Reinauer · 12 years ago
  70. 6866c08 mmio pci config: Remove register constraints by Aaron Durbin · 12 years ago
  71. 6321758 cbfstool: Rework to use getopt style parameters by Stefan Reinauer · 12 years ago
  72. a5b7067 romcc_io: add pci_or_configX functions. by Aaron Durbin · 12 years ago
  73. f75dd09 x86/Makefile.inc: Test if the strings are equal by single equal sign by Zheng Bao · 12 years ago
  74. 9c03957 Reduce default stack size to 4K by Stefan Reinauer · 12 years ago
  75. 2a6f390 Add dependency for CONFIG_AP_IN_SIPI_WAIT by Stefan Reinauer · 12 years ago
  76. fb8632a oprom: Ensure that mode information is valid before putting it in the tables. by Gabe Black · 12 years ago
  77. 04c5bae Define post codes for OS boot and resume by Duncan Laurie · 12 years ago
  78. a1ea822 Make coreboot use the offset parameter in cbfstool create by Stefan Reinauer · 12 years ago
  79. b6e97b1 Add support for storing POST codes in CMOS by Duncan Laurie · 12 years ago
  80. 3140961 x86 memcpy: Copy 4 bytes at once by Stefan Reinauer · 12 years ago
  81. b6e1237 Move global variable check to Makefile by Stefan Reinauer · 12 years ago
  82. 3b590ff acpi: Add support for DMAR tables (Intel IOMMU support) by Patrick Georgi · 12 years ago
  83. 9ead80f Drop get_smbios_data from chip_operations by Kyösti Mälkki · 12 years ago
  84. 23c046b Fix reading of number of interrupts for IO-APICs by Nico Huber · 12 years ago
  85. 7baadac Take care of NULL chip_ops->name by Kyösti Mälkki · 12 years ago
  86. 9aeb694 hpet: common ACPI generation by Patrick Georgi · 12 years ago
  87. 9c9eb8c Take care of NULL chip_ops->name by Kyösti Mälkki · 12 years ago
  88. 4bb7a8d Provide access to smaller registers in eregs by Patrick Georgi · 12 years ago
  89. 70c660f pirq_routing: Allow routing with more than 4 PIRQ links by Alexandru Gagniuc · 12 years ago
  90. 00b579a buildsystem: Make CPU microcode updating more configurable by Alexandru Gagniuc · 12 years ago
  91. 8c02790 MPTABLE: check for fixed IRQ entries on all pins by Sven Schnelle · 12 years ago
  92. 651339b Fix mptable build troubles by Kyösti Mälkki · 12 years ago
  93. 0d5d70b mptable: bring sanity back to mptable generation (TRIVIAL) by Alexandru Gagniuc · 12 years ago
  94. 0690eb2 Change to allow coreboot to use "add-payload" instead of "add" for payload images. by Dave Frodin · 12 years ago
  95. 64c40dd Don't write automatic IRQ entries for disabled devices by Sven Schnelle · 12 years ago
  96. de415eb coreboot: Dump memory around problem area when encountering exception by Alexandru Gagniuc · 12 years ago
  97. 4c29d7f Do not allow modifying memory table directly by Kyösti Mälkki · 12 years ago
  98. 1c5071d Drop HAVE_MAINBOARD_RESOURCES by Kyösti Mälkki · 12 years ago
  99. 57879c9 Make the device tree available in the rom stage by Stefan Reinauer · 12 years ago
  100. 51676b1 Revert "Use broadcast SIPI to startup siblings" by Sven Schnelle · 12 years ago