1. b9bd69e src/mainboard: Remove unused '#include <device/pci.h>' by Elyes HAOUAS · 4 years, 9 months ago
  2. 4b463c7 mb/*/{BiosCallOuts,mainboard,romstage}.c: Remove unused <device/pci_{def,ops}.h> by Elyes HAOUAS · 4 years, 8 months ago
  3. 0bb8346 Kconfig: comply to Linux 5.3's Kconfig language rules by Patrick Georgi · 4 years, 9 months ago
  4. cd7a70f soc/intel: Use common romstage code by Kyösti Mälkki · 5 years ago
  5. 157b189 cpu/intel: Enter romstage without BIST by Kyösti Mälkki · 5 years ago
  6. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  7. 0c152cf src: Remove unused include device/pnp_def.h by Elyes HAOUAS · 6 years ago
  8. f0c5be2 mb/*/*/Kconfig: Remove useless comment by Elyes HAOUAS · 6 years ago
  9. f765d4f src: Remove unneeded include <lib.h> by Elyes HAOUAS · 6 years ago
  10. 1156b35 mainboard: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  11. 30c0ebe asus/p2b-d[s]: Move to EARLY_CBMEM_INIT by Keith Hui · 7 years ago
  12. 28e0255 intel/i440bx: Move LATE_CBMEM_INIT under mainboard by Kyösti Mälkki · 7 years ago
  13. 95f296e 440BX boards: Use combined RAM init routine by Keith Hui · 7 years ago
  14. fb0984d 440BX boards: Drop unused #includes from romstage by Keith Hui · 7 years ago
  15. 07921540d intel/car/cache_as_ram.inc: Prepare for dynamic CONFIG_RAMTOP by Kyösti Mälkki · 8 years ago
  16. 3d840d0 northbridge/intel/i440bx: Unify UDELAY selection by Stefan Reinauer · 8 years ago
  17. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  18. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  19. a52f903 src/mainboard/*/*/board_info.txt: Added Release year for boards by Mathias Friman · 9 years ago
  20. 139e106 kconfig: automatically include mainboards by Stefan Reinauer · 9 years ago
  21. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  22. ebe3a7a mainboard/*/romstage.c: Fix 'lib/delay.c' inclusion by Edward O'Callaghan · 10 years ago
  23. 77757c2 mainboard/*/romstage.c: Sanitize system header inclusions by Edward O'Callaghan · 10 years ago
  24. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  25. a0a3727 intel/cpu: rename car.h to romstage.h by Aaron Durbin · 10 years ago
  26. 1ab2027 Intel: Add common header file for CAR setup by Edward O'Callaghan · 10 years ago
  27. 6fb379a mainboard: Remove #include early_serial.c from w83977tf boards by Edward O'Callaghan · 10 years ago
  28. fd33781 Move ARCH_* from board/Kconfig to cpu or soc Kconfig. by Furquan Shaikh · 10 years ago
  29. 4333071 board-status: Add board_info.txt extracted from wiki. by Vladimir Serbinenko · 11 years ago
  30. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  31. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  32. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 12 years ago
  33. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 12 years ago
  34. 9824328 Drop empty mainboard.c by Kyösti Mälkki · 12 years ago
  35. 897aeeb Drop empty mainboard_ops by Kyösti Mälkki · 12 years ago
  36. a47bd91 Fix PIRQ routing abstraction by Stefan Reinauer · 12 years ago
  37. a93c3fe Drop redundant CHIP_NAME in mainboard.c by Kyösti Mälkki · 12 years ago
  38. 188e3c2 Drop mainboard chip.h by Stefan Reinauer · 12 years ago
  39. 2c41c40 Drop CONFIG_MAX_PHYSICAL_CPUS on non-AMD boards by Stefan Reinauer · 12 years ago
  40. ae5e11d Move top level pc80 directory to drivers/ by Stefan Reinauer · 12 years ago
  41. c8feedd Unify Local APIC address definitions by Patrick Georgi · 13 years ago
  42. b0a9c5c mptable: Refactor mptable generation some more by Patrick Georgi · 13 years ago
  43. c75c79b mptable: Get rid of fixup_virtual_wire by Patrick Georgi · 13 years ago
  44. 6eb7a53 mptable: Refactor lintsrc generation by Patrick Georgi · 13 years ago
  45. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  46. c36d506 Get mptable OEM/product ID from kconfig variables. by Uwe Hermann · 14 years ago
  47. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  48. 4028ce7 Get rid of some unneeded function prototypes in romstage.c files. by Uwe Hermann · 14 years ago
  49. da22d21 Mptable related fixes for ASUS P2B-DS. by Uwe Hermann · 14 years ago
  50. b907d32 We need to call smp_write_lintsrc() instead of smp_write_intsrc() for by Tobias Diedrich · 14 years ago
  51. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  52. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  53. 115c5b9 Remove various .c #includes from Intel 440BX/82371EB boards. by Uwe Hermann · 14 years ago
  54. 6798b47 Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK. by Uwe Hermann · 14 years ago
  55. 6f2d20e Convert all Intel 440BX boards to Cache-as-RAM (CAR). by Uwe Hermann · 14 years ago
  56. 8fa90ec Cut the crap. by Uwe Hermann · 14 years ago
  57. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  58. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  59. c5b87c8 Move generation of mptable entries for ISA to generic code. by Patrick Georgi · 14 years ago
  60. dd6ad34 license header fixes by Nils Jacobs · 14 years ago
  61. bf9e538 Remove pc80/serial.c includes in ROMCC boards and include by Patrick Georgi · 14 years ago
  62. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  63. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  64. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  65. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  66. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  67. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  68. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  69. 53c7276 Use CPU_INTEL_SLOT_1 for Slot 1 boards (trivial). by Uwe Hermann · 14 years ago
  70. 9c1e1f0 Add SDRAMPWR_4DIMM Kconfig option (not user-visible in menuconfig). by Keith Hui · 14 years ago
  71. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  72. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  73. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  74. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  75. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 15 years ago
  76. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  77. a0c68f8 by Stefan Reinauer · 15 years ago
  78. d08be7e Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ by Peter Stuge · 15 years ago
  79. 777e069 Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop" by Peter Stuge · 15 years ago
  80. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  81. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  82. 95313d8 Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards by Uwe Hermann · 15 years ago
  83. 99950c2 Use by Uwe Hermann · 15 years ago
  84. b24e276 PCI_ROM_RUN and CONSOLE_VGA are global options in Kconfig and by Uwe Hermann · 15 years ago
  85. 9095092 The new CBFS based build system requires the whole ROM to be accessible by Uwe Hermann · 15 years ago
  86. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  87. 6768f39 Remove: by Patrick Georgi · 15 years ago
  88. 8f3ec7b Remove duplicate and not too useful Kconfig board comments as by Uwe Hermann · 15 years ago
  89. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  90. bca3b92 Add kconfig support for all missing Intel 440BX based boards. by Uwe Hermann · 15 years ago
  91. 7467664 Reduce size of the romstage on various boards that fail to build on QA. by Patrick Georgi · 15 years ago
  92. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  93. b339e10 Enable CBFS everywhere. All boards compiled for me (abuild tested), by Patrick Georgi · 15 years ago
  94. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  95. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  96. f17f647 Undo my ugly commit that added uses clauses in lots of places instead of one. by Myles Watson · 15 years ago
  97. 82bc9bc Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial. by Myles Watson · 15 years ago
  98. cff071a When I started refactoring mainboard Config.lb, I added two different by Carl-Daniel Hailfinger · 15 years ago
  99. b5e10bc Thanks to Myles' patch adding support for include statements, by Carl-Daniel Hailfinger · 15 years ago
  100. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago