index
:
Coreboot
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mainboard
/
tyan
/
s2891
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert all ck804-based boards to tiny bootblock.
Jonathan Kollasch
2010-10-26
1
-4
/
+0
*
Factor out common mptable code to mptable_init().
Uwe Hermann
2010-10-25
1
-22
/
+2
*
attached patch moves a couple more config flags out of romstage:
Patrick Georgi
2010-10-05
1
-3
/
+0
*
Remove lib/ramtest.c-include from all CAR boards.
Patrick Georgi
2010-10-05
1
-1
/
+1
*
Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.
Myles Watson
2010-09-28
1
-8
/
+0
*
Drop some useless "../../../" in #includes (trivial).
Uwe Hermann
2010-09-25
1
-1
/
+1
*
Restructured all vendors' Kconfig files to no longer source the boards'
Jens Rottmann
2010-08-30
1
-14
/
+6
*
Remove unused mainboard_config definitions. Trivial.
Myles Watson
2010-08-26
1
-4
/
+1
*
Make include paths more consistent. Fixes compilation errors for me.
Myles Watson
2010-07-26
1
-1
/
+1
*
Re-integrate "USE_OPTION_TABLE" code.
Edwin Beasant
2010-07-06
2
-2
/
+2
*
Move generation of mptable entries for ISA to generic code.
Patrick Georgi
2010-05-20
1
-13
/
+1
*
Drop console/console.c and pc80/serial.c from mainboards'
Patrick Georgi
2010-05-08
1
-2
/
+1
*
Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"
Patrick Georgi
2010-05-05
1
-2
/
+2
*
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-27
1
-6
/
+6
*
zero warnings days: unify mp tables. fix warnings.
Stefan Reinauer
2010-04-16
1
-1
/
+1
*
drop quite a lot of dead code that did nothing but produce warnings and make
Stefan Reinauer
2010-04-14
1
-1
/
+1
*
zero warning days.
Stefan Reinauer
2010-04-09
1
-4
/
+0
*
copy_and_run.c is not needed twice, and it is used on non-car too.
Stefan Reinauer
2010-04-09
1
-1
/
+1
*
Copy acpi blobs in two parts to make sure gcc does the right thing.
Myles Watson
2010-04-09
1
-3
/
+4
*
Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...
Myles Watson
2010-04-08
1
-2
/
+2
*
move amd K8/Fam10 "bus detection" function prototypes to a common place.
Stefan Reinauer
2010-04-07
3
-3
/
+3
*
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
Stefan Reinauer
2010-03-31
1
-1
/
+1
*
This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and
Stefan Reinauer
2010-03-31
1
-1
/
+1
*
drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig
Stefan Reinauer
2010-03-30
1
-5
/
+0
*
unify cmos.layout wrt AMD extended configuration registers.
Stefan Reinauer
2010-03-30
1
-1
/
+1
*
This drops the ASSEMBLY define from romstage.c, too
Stefan Reinauer
2010-03-29
1
-3
/
+1
*
__PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into
Stefan Reinauer
2010-03-29
1
-1
/
+1
*
This patch drops the coreboot CMOS checksum ranges from Kconfig because
Stefan Reinauer
2010-03-29
1
-10
/
+0
*
dualcore.h and quadcore.h are almost exactly the same.
Stefan Reinauer
2010-03-29
1
-1
/
+1
*
Get rid of type-punned pointer errors.
Myles Watson
2010-03-24
1
-3
/
+3
*
Fix all the format string warnings.
Myles Watson
2010-03-22
2
-2
/
+2
*
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-22
5
-20
/
+20
*
Rework boolean expression (DeMorgan and all) for
Patrick Georgi
2010-03-18
1
-1
/
+1
*
Remove fallback/normal handling in mainboards'
Patrick Georgi
2010-03-18
1
-62
/
+12
*
Remove Kconfig entries that disable
Patrick Georgi
2010-03-08
1
-5
/
+0
*
- Add config flag for boards that have their own fadt.c
Patrick Georgi
2010-02-28
2
-1
/
+1
*
- make HAVE_HARD_RESET match what newconfig did
Patrick Georgi
2010-02-27
1
-0
/
+1
*
Various license header consistency fixes (trivial).
Uwe Hermann
2010-02-15
1
-6
/
+8
*
Clean up ACPI:
Patrick Georgi
2010-02-08
1
-1
/
+1
*
janitor task: unify and cleanup naming.
Stefan Reinauer
2010-02-08
1
-0
/
+0
*
newconfig is no more.
Patrick Georgi
2010-02-07
2
-425
/
+0
*
Align several kconfig options to match newconfig:
Patrick Georgi
2010-01-25
1
-11
/
+2
*
Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...
Patrick Georgi
2009-11-27
2
-2
/
+6
*
Remove drivers/pci/onboard. The only purpose was for option ROMs, which are
Myles Watson
2009-11-06
1
-7
/
+3
*
Split the two usages of __ROMCC__:
Myles Watson
2009-11-06
1
-1
/
+1
*
cp src/mainboard/tyan/Makefile.k8_CAR.inc to src/mainboard/Makefile.k8_ck804.inc
Myles Watson
2009-10-26
1
-1
/
+1
*
Move src/mainboard/tyan/Makefile.s289x.inc to src/mainboard/Makefile.k8_CAR.inc.
Myles Watson
2009-10-26
1
-1
/
+1
*
Define some variables that were not defined. There are a couple left.
Myles Watson
2009-10-26
1
-10
/
+0
*
Major cleanups of the hard_reset() code and config in coreboot.
- supermicro/x6dhe_g/auto.c
2009-10-24
1
-1
/
+0
*
Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be
Myles Watson
2009-10-20
1
-1
/
+0
[prev]
[next]