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
/
northbridge
/
via
/
cx700
Age
Commit message (
Expand
)
Author
2014-07-08
northbridge: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-05-13
src/drivers/pc80: Remove empty struct keyboard
Edward O'Callaghan
2013-09-11
CBMEM northbridges: Remove references to global high_tables_base
Kyösti Mälkki
2013-07-11
Set PCI bus operations at buildtime for ramstage
Kyösti Mälkki
2013-03-22
x86: Unify arch/io.h and arch/romcc_io.h
Stefan Reinauer
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-28
Drop CONFIG_WRITE_HIGH_TABLES
Stefan Reinauer
2013-02-14
sconfig: rename lapic_cluster -> cpu_cluster
Stefan Reinauer
2013-02-14
sconfig: rename pci_domain -> domain
Stefan Reinauer
2012-11-30
Rename devices -> device
Stefan Reinauer
2012-11-28
Remove assembly coded log2 function
Ronald G. Minnich
2012-11-27
Get rid of drivers class
Patrick Georgi
2012-11-24
x86 realmode: Use x86emu register file + defines
Patrick Georgi
2012-11-24
x86 realmode: Adapt to x86emu/YABEL style return codes
Patrick Georgi
2012-11-24
x86emu: Move realmode handler into own directory
Patrick Georgi
2012-11-14
VIA chipsets: fix compilation without real mode code
Stefan Reinauer
2012-10-08
hpet: common ACPI generation
Patrick Georgi
2012-10-07
Remove chip.h files without config structure
Kyösti Mälkki
2012-08-22
Auto-declare chip_operations
Kyösti Mälkki
2012-05-08
Clean up #ifs
Patrick Georgi
2011-11-01
remove trailing whitespace
Stefan Reinauer
2011-04-11
Unify use of post_code
Alexandru Gagniuc
2010-12-17
drop one more version of doing serial uart output differently.
Stefan Reinauer
2010-12-13
We hardcode highmemory size in every northbridge! This is bad, and especiall...
Rudolf Marek
2010-12-08
second round name simplification. drop the <component>_ prefix.
stepan
2010-11-20
Unify DIMM SPD addressing. For Geode, change the
Patrick Georgi
2010-10-12
We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
Uwe Hermann
2010-10-11
Factor out a few commonly duplicated functions from northbridge.c.
Uwe Hermann
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-08-27
drop three unneeded config variables:
Jens Rottmann
2010-08-26
CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /
Jens Rottmann
2010-08-03
VGA code needs to be refactored before it can be compiled conditionally.
Myles Watson
2010-08-02
Build VGA code conditionally to avoid errors when using SeaBIOS.
Myles Watson
2010-06-17
Always enable parent resources before child resources.
Myles Watson
2010-06-09
Same conversion as with resources from static arrays to lists, except
Myles Watson
2010-05-24
Fix VGA after switching to realmode_interrupt()
Michael Marineau
2010-05-11
Change real mode API to allow passing intXX number or entry point and
Stefan Reinauer
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-26
Set success flag in cx700 int15 handler
Patrick Georgi
2010-04-25
cx700 int15 handler rework. Int15 handler needs to provide the
Stefan Reinauer
2010-04-25
Only do complete VGA init if a VGABIOS was found and installed.
Patrick Georgi
2010-04-25
zero warnings days
Stefan Reinauer
2010-04-24
drop all duplicate copies of vgabios.c in favor
Stefan Reinauer
2010-04-09
zero warning days.
Stefan Reinauer
2010-04-03
remove more warnings
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-22
Fix all the format string warnings.
Myles Watson
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-05
This patch is from 2009-10-20
Uwe Hermann
2010-02-23
Remove nonsensical wrapper for function in
Stefan Reinauer
2010-02-08
janitor task: unify and cleanup naming.
Stefan Reinauer
2010-02-07
newconfig is no more.
Patrick Georgi
2010-02-05
this should get the VIA VT8454c in shape with Kconfig
Stefan Reinauer
2010-01-16
coreboot has 13 instances of IOAPIC setup distributed across a lot
Stefan Reinauer
2009-11-06
Remove drivers/pci/onboard. The only purpose was for option ROMs, which are
Myles Watson
2009-10-19
Clean up some #ifdef CONFIG_*
Myles Watson
2009-10-15
Add CONFIG_GENERATE_* for tables so that the user can select which tables not
Myles Watson
2009-10-09
Remove default n statements to simplify .config and ldoptions files.
Myles Watson
2009-10-08
Disable x86emu for via based boards which bring
Patrick Georgi
2009-10-03
Tell vgabios code in a couple of boards/chipsets about CBFS
Patrick Georgi
2009-08-25
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-18
Correct usage of Makefile.inc and add support for cn400
Ronald G. Minnich
2009-08-12
Kconfig!
Patrick Georgi
2009-07-02
Move the v3 resource allocator to v2.
Myles Watson
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-04-30
Add high tables support to all northbridges.
Stefan Reinauer
2009-04-28
Enable HAVE_HIGH_TABLES by default for northbridges with
Patrick Georgi
2009-04-27
Add high table support to via vt8454c.
Patrick Georgi
2009-04-17
Add VIA CX700 support, plus VIA vt8454c reference board support.
Stefan Reinauer