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
/
d945gclf
Age
Commit message (
Expand
)
Author
2010-05-05
Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"
Patrick Georgi
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-13
fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to
Stefan Reinauer
2010-04-13
update atom car code in the same way that 6ex/6fx was updated.
Stefan Reinauer
2010-04-09
Copy acpi blobs in two parts to make sure gcc does the right thing.
Myles Watson
2010-04-06
No warnings day, next round.
Stefan Reinauer
2010-03-31
This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and
Stefan Reinauer
2010-03-29
This drops the ASSEMBLY define from romstage.c, too
Stefan Reinauer
2010-03-29
__PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into
Stefan Reinauer
2010-03-29
This patch drops the coreboot CMOS checksum ranges from Kconfig because
Stefan Reinauer
2010-03-24
Get rid of type-punned pointer errors.
Myles Watson
2010-03-22
drop some unused files and fix warnings on i945 based systems.
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-18
Remove remaining uses of
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-02-25
Move the ldscripts logic to src/arch/i386/Makefile.inc
Patrick Georgi
2010-02-25
Unify crt0s setup to src/arch/i386/Makefile.inc. This variable
Patrick Georgi
2010-02-23
Only handle code as "driver" that actually uses our driver
Patrick Georgi
2010-02-22
fix builds...
Stefan Reinauer
2010-02-22
This is a general cleanup patch
Stefan Reinauer
2010-02-15
Various license header consistency fixes (trivial).
Uwe Hermann
2010-02-09
Move all the copies of the romstage.inc rule to
Patrick Georgi
2010-02-08
Clean up ACPI:
Patrick Georgi
2010-02-08
janitor task: unify and cleanup naming.
Stefan Reinauer
2010-02-07
newconfig is no more.
Patrick Georgi
2010-01-30
* fix crt0s/ldscripts paths to fix out of tree build.
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
2010-01-18
Move all IOAPIC selection to southbridges, and remove them
Patrick Georgi
2010-01-18
run preprocessor on DSDT of D945GCLF, otherwise
Stefan Reinauer
2010-01-16
Intel D945GCLF: Enable SMI and ACPI in Kconfig, too (it's enabled in newconfig)
Stefan Reinauer
2010-01-16
* drop reset files from 945 mainboards (and use southbridge specific reset)
Stefan Reinauer
2009-12-02
Trivial fixes for kconfig. They fix all non-fam10 build failures.
Myles Watson
2009-12-02
Trivial fix for kconfig socket 441 (typo was 411) so that d945gclf builds.
Myles Watson
2009-11-06
Remove drivers/pci/onboard. The only purpose was for option ROMs, which are
Myles Watson
2009-11-06
Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb.
Uwe Hermann
2009-11-06
Split the two usages of __ROMCC__:
Myles Watson
2009-11-05
fix length field in dmi tables. Newer DMI versions through errors
Stefan Reinauer
2009-10-28
Make d945gclf build.
Myles Watson
2009-10-28
Add some missing license headers, consistency fixes for others (trivial).
Uwe Hermann
2009-10-28
preliminary Intel D945GCLF Atom+i945 support.
Stefan Reinauer