index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mainboard
/
via
/
vt8454c
/
Kconfig
Age
Commit message (
Expand
)
Author
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-05-26
acpi: Remove monolithic ACPI
Vladimir Serbinenko
2014-10-18
via/vt8454c: Migrate to per-device ACPI
Vladimir Serbinenko
2014-05-03
Move ARCH_* from board/Kconfig to cpu or soc Kconfig.
Furquan Shaikh
2013-07-03
Move select MMCONF_SUPPORT under northbridge
Kyösti Mälkki
2012-11-16
Drop unneeded BOARD_HAS_FADT option
Stefan Reinauer
2012-02-17
via/cx700: Move HAVE_HARD_RESET to northbridge
Patrick Georgi
2011-10-28
Get rid of the old romstage-as-bootblock ROM layout
Patrick Georgi
2010-09-30
Move VIA C7 board CAR config to VIA C7 instead of boards.
Warren Turkal
2010-09-27
RAMBASE = 0x4000 is no longer needed. Drop it.
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-07-06
Re-integrate "USE_OPTION_TABLE" code.
Edwin Beasant
2010-04-12
- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively
Patrick Georgi
2010-04-09
This patch changes C7 CAR code to be a single assembler file instead
Stefan Reinauer
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-02-05
this should get the VIA VT8454c in shape with Kconfig
Stefan Reinauer
2010-01-25
More Kconfig changes to improve match with newconfig:
Patrick Georgi
2010-01-25
Align several kconfig options to match newconfig:
Patrick Georgi
2009-10-20
Fix all board names in Kconfig as per wiki / vendor website.
Uwe Hermann
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-03
Remove duplicate and not too useful Kconfig board comments as
Uwe Hermann
2009-09-24
Make all Kconfig enabled boards build (tested with kbuildall).
Patrick Georgi
2009-08-25
Replace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former doesn't exist.
Uwe Hermann
2009-08-25
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-20
This goes a surprisingly long way to building the epia-n. It also has
Ronald G. Minnich