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
/
traverse
Age
Commit message (
Expand
)
Author
2014-07-18
mainboard: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-05-03
Move ARCH_* from board/Kconfig to cpu or soc Kconfig.
Furquan Shaikh
2014-01-19
board-status: Add board_info.txt extracted from wiki.
Vladimir Serbinenko
2013-06-04
AMD Northbridge LX: get rid of #include "northbridge/amd/lx/raminit.c"
Christian Gmeiner
2013-06-04
AMD Northbridge LX: convert spd_read_byte() to non-static version
Christian Gmeiner
2013-06-04
AMD Northbridge LX: move #include "northbridge/amd/lx/raminit.h"
Christian Gmeiner
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-25
mainboard.c: Name enable_dev function uniformly `mainboard_enable`
Paul Menzel
2013-02-20
Whitespace: Replace tab character in license text with two spaces
Paul Menzel
2013-02-14
sconfig: rename lapic_cluster -> cpu_cluster
Stefan Reinauer
2013-02-14
sconfig: rename pci_domain -> domain
Stefan Reinauer
2012-11-16
Fix PIRQ routing abstraction
Stefan Reinauer
2012-11-06
Drop redundant CHIP_NAME in mainboard.c
Kyösti Mälkki
2012-07-26
Drop mainboard chip.h
Stefan Reinauer
2012-07-26
amd/lx: Move configuration from source to Kconfig
Patrick Georgi
2012-02-13
AMD Geode cpus: apply un-written naming rules
Kyösti Mälkki
2011-04-20
run uart_init() from console_init, just like the other console initialization...
Stefan Reinauer
2011-04-11
Unify use of post_code
Alexandru Gagniuc
2010-12-08
first round name simplification. drop the <component>_ prefix.
stepan
2010-11-22
Drop per-board ram_check() calls for now.
Uwe Hermann
2010-11-21
Simplify a few code chunks, fix whitespace and indentation.
Uwe Hermann
2010-11-21
Drop excessive whitespace randomly sprinkled in romstage.c files.
Uwe Hermann
2010-11-21
Use DIMM0 et al in lots more places instead of hardocding values.
Uwe Hermann
2010-11-20
Unify DIMM SPD addressing. For Geode, change the
Patrick Georgi
2010-11-18
Fix/drop some obsolete comments,
Uwe Hermann
2010-10-13
Enable or disable the power button in Kconfig
Peter Stuge
2010-10-05
Remove lib/ramtest.c-include from all CAR boards.
Patrick Georgi
2010-09-27
All these boards already had the CACHE_AS_RAM option in their individual
Warren Turkal
2010-09-25
Drop some useless "../../../" in #includes (trivial).
Uwe Hermann
2010-09-21
Cut the crap.
Uwe Hermann
2010-09-07
Set up an arbitrary amount of system memory on Geode LX, so
Aurelien Guillaume
2010-08-30
We call this cache as ram everywhere, so let's call it the same in Kconfig
Stefan Reinauer
2010-08-30
Restructured all vendors' Kconfig files to no longer source the boards'
Jens Rottmann
2010-08-26
Remove unused mainboard_config definitions. Trivial.
Myles Watson
2010-08-03
Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /
Stefan Reinauer
2010-07-06
Re-integrate "USE_OPTION_TABLE" code.
Edwin Beasant
2010-06-10
Fix a missing include file that was breaking the Traverse Geos build.
Edwin Beasant
2010-06-10
This commit updates the Geode LX GLCP delay control setup from the v2 way to ...
Edwin Beasant
2010-05-20
Add support for the Traverse Technologies Geos mainboard.
Nathan Williams