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
/
southbridge
/
sis
Age
Commit message (
Expand
)
Author
2010-08-04
Remove warnings from USB debug console code.
Myles Watson
2010-07-08
Fix all warnings in the tree
Stefan Reinauer
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-25
also rename the config option.
Stefan Reinauer
2010-05-25
fix most usbdebug warnings and fix function names.
Stefan Reinauer
2010-05-25
Long ago we agreed on kicking the _direct appendix because everything in
Stefan Reinauer
2010-05-21
Use lists instead of arrays for resources in devices to reduce memory usage.
Myles Watson
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-07
no warnings day
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-02-28
Use the romstraps build infrastructure created for "tinybootblock"
Patrick Georgi
2010-02-23
Remove nonsensical wrapper for function in
Stefan Reinauer
2010-02-22
This is a general cleanup patch
Stefan Reinauer
2010-02-07
newconfig is no more.
Patrick Georgi
2010-01-18
Move all IOAPIC selection to southbridges, and remove them
Patrick Georgi
2010-01-16
coreboot has 13 instances of IOAPIC setup distributed across a lot
Stefan Reinauer
2010-01-16
coreboot used to have two different "APIs" for memory accesses:
Stefan Reinauer
2009-11-27
Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...
Patrick Georgi
2009-10-09
Remove default n statements to simplify .config and ldoptions files.
Myles Watson
2009-10-04
This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.
Patrick Georgi
2009-09-25
some progress on kconfig:
Patrick Georgi
2009-08-12
Kconfig!
Patrick Georgi
2009-07-10
Apparently I'm not the only one who forgets which way the outb and
Ed Swierk
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-06-03
Revert "CMOS: Add set_option and rework get_option."
Luc Verhaegen
2009-06-03
CMOS: Add set_option and rework get_option.
Luc Verhaegen
2009-02-28
coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
Stefan Reinauer
2008-10-01
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
Carl-Daniel Hailfinger
2008-01-18
Please bear with me - another rename checkin. This qualifies as trivial, no
Stefan Reinauer
2007-11-20
1. Fix pirq routing table setting for GA-2761GXDK.
Morgan Tsai
2007-11-14
* Maintaining SiS south bridge device IDs.
Morgan Tsai
2007-11-05
* Change one PCI vendor ID from Nvidia to SiS
Carl-Daniel Hailfinger
2007-11-02
remaining part of the patch.
Stefan Reinauer
2007-11-02
Delete a file no longer used by the SiS implementation
Jordan Crouse
2007-11-02
1. vgabios removed, will go to extra repository
Morgan Tsai
2007-11-02
trivial fix for the .data problem
Stefan Reinauer
2007-10-30
fix the readwrite/readonly clashes for the pci_driver structs in the sis
Stefan Reinauer
2007-10-29
Thanks to the great efforts of Morgan Tsai of SiS we support the SiS966
Morgan Tsai