index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mainboard
/
amd
/
dbm690t
/
Kconfig
Age
Commit message (
Expand
)
Author
2014-05-03
Move ARCH_* from board/Kconfig to cpu or soc Kconfig.
Furquan Shaikh
2013-12-29
AMD K8 (rev-F): Always have RAMINIT_SYSINFO
Kyösti Mälkki
2013-06-24
AMD: Drop empty root_complex
Kyösti Mälkki
2012-11-16
Drop unneeded BOARD_HAS_FADT option
Stefan Reinauer
2012-11-16
Drop CONFIG_HAVE_BUS_CONFIG, clean up Kconfig
Stefan Reinauer
2012-08-08
Drop HAVE_MAINBOARD_RESOURCES
Kyösti Mälkki
2012-02-22
amd/sb600: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2011-03-01
Use subsystem id from devicetree.cb instead of Kconfig and move
Sven Schnelle
2010-12-08
Move "select CACHE_AS_RAM" lines from boards into CPU socket.
Uwe Hermann
2010-11-16
Move the SET_FIDVID* family of configuration options to Kconfig and
Patrick Georgi
2010-11-05
Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c
Patrick Georgi
2010-11-05
Various PIRQ/MPTABLE/ACPI Kconfig fixes.
Uwe Hermann
2010-10-07
Remove duplicate line from pci_ids.h.
Jonathan Kollasch
2010-09-30
fix Kontron KT690 and clean up socket S1G1 boards accordingly.
Stefan Reinauer
2010-09-28
Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.
Myles Watson
2010-09-25
- Fix race condition in option_table.h generation by moving the include
Stefan Reinauer
2010-09-02
Revert 5762. It silently broke a lot of boards because abuild was broken.
Myles Watson
2010-09-01
Fix race condition in option_table.h generation by moving the include statement
Stefan Reinauer
2010-08-30
We call this cache as ram everywhere, so let's call it the same in Kconfig
Stefan Reinauer
2010-08-30
Restructured all vendors' Kconfig files to no longer source the boards'
Jens Rottmann
2010-08-27
drop three unneeded config variables:
Jens Rottmann
2010-08-03
Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /
Stefan Reinauer
2010-07-08
Ugly temporary fix until we figure out how to deal with the race condition.
Myles Watson
2010-07-06
Re-integrate "USE_OPTION_TABLE" code.
Edwin Beasant
2010-03-30
drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig
Stefan Reinauer
2010-03-29
This patch drops the coreboot CMOS checksum ranges from Kconfig because
Stefan Reinauer
2010-02-28
- Add config flag for boards that have their own fadt.c
Patrick Georgi
2010-02-09
Actually set HAVE_OPTION_TABLES for the boards that need it.
Patrick Georgi
2010-01-25
Align several kconfig options to match newconfig:
Patrick Georgi
2010-01-18
Move all IOAPIC selection to southbridges, and remove them
Patrick Georgi
2009-12-18
Clean up amd/dbm690t and kontron/986lcd-m some more (not
Patrick Georgi
2009-11-27
Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID
Patrick Georgi
2009-10-20
Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be
Myles Watson
2009-10-20
Fix all board names in Kconfig as per wiki / vendor website.
Uwe Hermann
2009-10-16
Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE.
Myles Watson
2009-10-16
Set default ROM sizes per-board to match the ROM chip that came
Uwe Hermann
2009-10-15
Add CONFIG_GENERATE_* for tables so that the user can select which tables not
Myles Watson
2009-10-09
Remaining boards are Kconfig'd now. Whether they work
Patrick Georgi