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
/
tyan
/
s2891
/
Kconfig
Age
Commit message (
Expand
)
Author
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-03-08
Remove Kconfig entries that disable
Patrick Georgi
2010-02-28
- Add config flag for boards that have their own fadt.c
Patrick Georgi
2010-02-27
- make HAVE_HARD_RESET match what newconfig did
Patrick Georgi
2010-01-25
Align several kconfig options to match newconfig:
Patrick Georgi
2009-10-26
Define some variables that were not defined. There are a couple left.
Myles Watson
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-19
Unselect AP_CODE_IN_CAR in tyan/s289x. Trivial.
Myles Watson
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-11
HAVE_ACPI_TABLES cleanups for kconfig:
Uwe Hermann
2009-10-07
Convert all "default y" options to "select FOO" (shorter).
Uwe Hermann
2009-10-06
Various fixes to Kconfig: All kconfig-boards should have a
Patrick Georgi
2009-10-03
Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE from
Patrick Georgi
2009-10-03
Remove duplicate and not too useful Kconfig board comments as
Uwe Hermann
2009-09-29
Fix a number of board names in Kconfig (trivial).
Uwe Hermann
2009-09-22
src/Kconfig: Remove HT-specific options.
Myles Watson
2009-09-22
failoverR.diff: Revert my failover change since Kconfig only supports fallback.
Myles Watson