index
:
coreboot.git
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
/
pcengines
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Unify arch/io.h and arch/romcc_io.h
Stefan Reinauer
2013-03-22
2
-2
/
+0
*
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-03-01
6
-6
/
+6
*
mainboard.c: Name enable_dev function uniformly `mainboard_enable`
Paul Menzel
2013-02-25
2
-4
/
+4
*
sconfig: rename lapic_cluster -> cpu_cluster
Stefan Reinauer
2013-02-14
2
-2
/
+2
*
sconfig: rename pci_domain -> domain
Stefan Reinauer
2013-02-14
2
-2
/
+2
*
Fix PIRQ routing abstraction
Stefan Reinauer
2012-11-16
2
-4
/
+4
*
Drop redundant CHIP_NAME in mainboard.c
Kyösti Mälkki
2012-11-06
2
-2
/
+0
*
Drop mainboard chip.h
Stefan Reinauer
2012-07-26
4
-46
/
+0
*
amd/lx: Move configuration from source to Kconfig
Patrick Georgi
2012-07-26
2
-10
/
+2
*
alix2: add support for alix6
Philip Prindeville
2012-04-23
2
-3
/
+6
*
AMD Geode cpus: apply un-written naming rules
Kyösti Mälkki
2012-02-13
6
-10
/
+10
*
pcengines: align VENDOR_ and BOARD_ names for PC engines
Philip Prindeville
2012-01-30
1
-2
/
+2
*
run uart_init() from console_init, just like the other console initialization...
Stefan Reinauer
2011-04-20
2
-2
/
+0
*
Unify use of post_code
Alexandru Gagniuc
2011-04-11
2
-6
/
+0
*
second round name simplification. drop the <component>_ prefix.
stepan
2010-12-08
1
-1
/
+1
*
first round name simplification. drop the <component>_ prefix.
stepan
2010-12-08
2
-2
/
+2
*
Drop per-board ram_check() calls for now.
Uwe Hermann
2010-11-22
2
-8
/
+0
*
Simplify a few code chunks, fix whitespace and indentation.
Uwe Hermann
2010-11-21
2
-14
/
+4
*
Drop excessive whitespace randomly sprinkled in romstage.c files.
Uwe Hermann
2010-11-21
2
-4
/
+0
*
Use DIMM0 et al in lots more places instead of hardocding values.
Uwe Hermann
2010-11-21
2
-2
/
+0
*
Some more DIMM0 related cleanups and deduplication.
Uwe Hermann
2010-11-20
2
-4
/
+4
*
Unify DIMM SPD addressing. For Geode, change the
Patrick Georgi
2010-11-20
2
-6
/
+2
*
Enable or disable the power button in Kconfig
Peter Stuge
2010-10-13
3
-6
/
+2
*
Remove lib/ramtest.c-include from all CAR boards.
Patrick Georgi
2010-10-05
2
-2
/
+2
*
All these boards already had the CACHE_AS_RAM option in their individual
Warren Turkal
2010-09-27
2
-2
/
+0
*
Drop some useless "../../../" in #includes (trivial).
Uwe Hermann
2010-09-25
2
-2
/
+2
*
Cut the crap.
Uwe Hermann
2010-09-21
2
-2
/
+2
*
Set up an arbitrary amount of system memory on Geode LX, so
Aurelien Guillaume
2010-09-07
2
-8
/
+0
*
Make ALIX.2D3 support 2D2 as well.
Jens Rottmann
2010-08-31
8
-13
/
+16
*
We call this cache as ram everywhere, so let's call it the same in Kconfig
Stefan Reinauer
2010-08-30
2
-2
/
+2
*
Restructured all vendors' Kconfig files to no longer source the boards'
Jens Rottmann
2010-08-30
3
-14
/
+25
*
Remove unused mainboard_config definitions. Trivial.
Myles Watson
2010-08-26
2
-6
/
+2
*
* Adds support for PC Engines Alix.2D(1)3 board to Coreboot.
Aurelien Guillaume
2010-08-24
8
-0
/
+548
*
Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /
Stefan Reinauer
2010-08-03
1
-1
/
+0
*
Re-integrate "USE_OPTION_TABLE" code.
Edwin Beasant
2010-07-06
1
-5
/
+0
*
This commit updates the Geode LX GLCP delay control setup from the v2 way to ...
Edwin Beasant
2010-06-10
1
-1
/
+2
*
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
*
Get rid of a few more warnings.
Myles Watson
2010-04-30
1
-1
/
+1
*
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-27
3
-4
/
+4
*
* clean up all but two warnings on artecgroup dbe61
Stefan Reinauer
2010-04-21
1
-19
/
+5
*
zero warnings days. Down to under 600 different warnings
Stefan Reinauer
2010-04-14
1
-2
/
+0
*
Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...
Myles Watson
2010-04-08
1
-1
/
+1
*
-Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.
Stefan Reinauer
2010-04-01
1
-3
/
+2
*
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
*
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
*
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-22
1
-2
/
+2
*
- make HAVE_HARD_RESET match what newconfig did
Patrick Georgi
2010-02-27
1
-10
/
+0
[next]