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
/
mahogany
Age
Commit message (
Expand
)
Author
2010-07-06
Re-integrate "USE_OPTION_TABLE" code.
Edwin Beasant
2010-05-21
Add "reasonable" values in ASL at places we overwrite from
Stefan Reinauer
2010-05-20
Move generation of mptable entries for ISA to generic code.
Patrick Georgi
2010-05-08
Drop console/console.c and pc80/serial.c from mainboards'
Patrick Georgi
2010-05-05
Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"
Patrick Georgi
2010-04-25
Trivial. The comment also need to modify.
Zheng Bao
2010-04-25
The device number of SATA SB700 is 0x11, while the one of SB600 is 0x12.
Zheng Bao
2010-04-16
zero warnings days: unify mp tables. fix warnings.
Stefan Reinauer
2010-04-15
zero warnings days...
Stefan Reinauer
2010-04-14
Remove few more warnings and some dead code.
Myles Watson
2010-04-14
drop quite a lot of dead code that did nothing but produce warnings and make
Stefan Reinauer
2010-04-09
remove some amd mainboard warnings.
Stefan Reinauer
2010-04-09
copy_and_run.c is not needed twice, and it is used on non-car too.
Stefan Reinauer
2010-04-09
Copy acpi blobs in two parts to make sure gcc does the right thing.
Myles Watson
2010-04-08
Clean up fidvid files using indent.
Myles Watson
2010-04-08
Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...
Myles Watson
2010-04-07
move amd K8/Fam10 "bus detection" function prototypes to a common place.
Stefan Reinauer
2010-04-01
-Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.
Stefan Reinauer
2010-03-31
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
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-30
drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig
Stefan Reinauer
2010-03-30
unify cmos.layout wrt AMD extended configuration registers.
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-29
dualcore.h and quadcore.h are almost exactly the same.
Stefan Reinauer
2010-03-26
Remove dead code and make white space more consistent for acpi_tables.c
Myles Watson
2010-03-26
1. Remove warnings and multiple blank lines.
Zheng Bao
2010-03-24
Get rid of type-punned pointer errors.
Myles Watson
2010-03-22
Fix all the format string warnings.
Myles Watson
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-18
Rework boolean expression (DeMorgan and all) for
Patrick Georgi
2010-03-18
Remove fallback/normal handling in mainboards'
Patrick Georgi
2010-03-17
trivial warning fixes, mostly for ACPI code
Stefan Reinauer
2010-03-16
1. Features of mahogany.
Zheng Bao