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
/
intel
/
xe7501devkit
Age
Commit message (
Expand
)
Author
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
Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards
Uwe Hermann
2009-10-07
Convert all "default y" options to "select FOO" (shorter).
Uwe Hermann
2009-10-07
Fix intel board build on kconfig. MAX_CPUS was missing
Patrick Georgi
2009-10-07
More boards in kconfig, and moved -O2 flag for romcc into
Patrick Georgi
2009-10-04
This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.
Patrick Georgi
2009-10-03
Remove:
Patrick Georgi
2009-10-03
Remove duplicate and not too useful Kconfig board comments as
Uwe Hermann
2009-09-29
Remove pre-CBFS _vgabios_start and _vgabios_end.
Myles Watson
2009-09-29
Fix a number of board names in Kconfig (trivial).
Uwe Hermann
2009-09-29
More consistent use of "default n" and "select XYZ" in
Patrick Georgi
2009-09-25
some progress on kconfig:
Patrick Georgi
2009-09-23
simplify source tree hierarchy: move files from sdram/ and ram/ to lib/
Stefan Reinauer
2009-08-12
Kconfig!
Patrick Georgi
2009-08-11
Enable CBFS everywhere. All boards compiled for me (abuild tested),
Patrick Georgi
2009-07-21
This fixes a couple of issues with older Linux kernels (that expect an XSDT as
Stefan Reinauer
2009-06-30
the tool chain settings should not be in renamed (as they will never live in
Stefan Reinauer
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-19
Undo my ugly commit that added uses clauses in lots of places instead of one.
Myles Watson
2009-06-17
Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial.
Myles Watson
2009-06-06
When I started refactoring mainboard Config.lb, I added two different
Carl-Daniel Hailfinger
2009-04-22
Convert 12 more boards to use include statements in Config.lb.
Carl-Daniel Hailfinger
2009-04-22
This patch unifies the socket_mPGA604_800Mhz and socket_mPGA604_533Mhz to a
Stefan Reinauer
2009-04-14
v2/src romfs->cbfs rename
Peter Stuge
2009-04-13
I need to do uses HAVE_ACPI_RESUME for each board. Here we go.
Rudolf Marek
2009-04-01
Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should
Stefan Reinauer
2009-03-31
Add the CONFIG_ROMS config variable.
Ronald G. Minnich
2009-03-13
This, ladies and gentlement, is commit #4000.
Stefan Reinauer
2009-03-10
This patch adds empty acpi_fill_slit functions so they build again.
Myles Watson
2009-02-18
Carl-Daniel's part:
Carl-Daniel Hailfinger
2008-10-01
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
Carl-Daniel Hailfinger
2008-09-04
This changes the python generated makefiles
Carl-Daniel Hailfinger
2008-01-18
Rename almost all occurences of LinuxBIOS to coreboot.
Stefan Reinauer
2007-12-09
This adds the same line (uses CONFIG_PRECOMPRESSED_PAYLOAD) to every
Myles Watson
2007-11-04
Add dummy function for MCFG on those mainboards that provide ACPI but don't
Stefan Reinauer
2007-05-17
Whitespace fixes (trivial).
Corey Osgood
2006-12-15
Apply linuxbios-rename-other-payload-options.patch
Ed Swierk
2006-12-15
Apply linuxbios-rename-compressed-payload-options.patch, refs #14
Ed Swierk
2006-11-10
* fix the automatic build system by compressing payloads if possible
Stefan Reinauer
2006-11-05
Use the canonical name of the vendors/devices and the
Uwe Hermann
2006-11-02
Remove some unneeded #includes from most mainboard.c files.
Uwe Hermann
2006-04-06
pseudo fix xe7501devkit
Stefan Reinauer
2005-12-03
smaller fixups here and there, allowing some motherboards to compile or
Stefan Reinauer
2005-09-14
Initial support for Intel XE7501DEVKIT.
Steven J. Magnani