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
/
southbridge
/
sis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add TINY_BOOTBLOCK support for the SiS966 southbridge.
Uwe Hermann
2010-12-16
5
-16
/
+31
*
first round name simplification. drop the <component>_ prefix.
stepan
2010-12-08
17
-11
/
+11
*
Convert some comments to proper Doxygen syntax.
Uwe Hermann
2010-10-26
3
-30
/
+24
*
Add more missing GPL-headers, fix inconsistencies in others.
Uwe Hermann
2010-10-17
1
-4
/
+6
*
We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
Uwe Hermann
2010-10-12
1
-1
/
+1
*
- move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1
Patrick Georgi
2010-10-05
4
-6
/
+15
*
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-09-30
1
-11
/
+11
*
Drop some unneeded "#if CONFIG_USBDEBUG" (trivial).
Uwe Hermann
2010-09-28
1
-2
/
+0
*
Only show the USB Debug Port kconfig option to the user if a mainboard
Uwe Hermann
2010-09-26
1
-0
/
+1
*
Various Debug Port southbridge implementation fixes / cosmetics.
Uwe Hermann
2010-09-25
1
-16
/
+28
*
Remove warnings from USB debug console code.
Myles Watson
2010-08-04
1
-1
/
+3
*
Fix all warnings in the tree
Stefan Reinauer
2010-07-08
3
-165
/
+177
*
Always enable parent resources before child resources.
Myles Watson
2010-06-17
1
-8
/
+0
*
Same conversion as with resources from static arrays to lists, except
Myles Watson
2010-06-09
1
-3
/
+3
*
also rename the config option.
Stefan Reinauer
2010-05-25
1
-3
/
+3
*
fix most usbdebug warnings and fix function names.
Stefan Reinauer
2010-05-25
1
-1
/
+1
*
Long ago we agreed on kicking the _direct appendix because everything in
Stefan Reinauer
2010-05-25
2
-1
/
+1
*
Use lists instead of arrays for resources in devices to reduce memory usage.
Myles Watson
2010-05-21
1
-3
/
+2
*
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-27
1
-1
/
+1
*
no warnings day
Stefan Reinauer
2010-04-07
7
-63
/
+67
*
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
Stefan Reinauer
2010-03-31
6
-14
/
+14
*
Fix all the format string warnings.
Myles Watson
2010-03-22
5
-7
/
+7
*
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-22
8
-44
/
+44
*
Use the romstraps build infrastructure created for "tinybootblock"
Patrick Georgi
2010-02-28
1
-0
/
+3
*
Remove nonsensical wrapper for function in
Stefan Reinauer
2010-02-23
1
-1
/
+1
*
This is a general cleanup patch
Stefan Reinauer
2010-02-22
1
-4
/
+0
*
newconfig is no more.
Patrick Georgi
2010-02-07
1
-33
/
+0
*
Move all IOAPIC selection to southbridges, and remove them
Patrick Georgi
2010-01-18
1
-0
/
+1
*
coreboot has 13 instances of IOAPIC setup distributed across a lot
Stefan Reinauer
2010-01-16
1
-82
/
+4
*
coreboot used to have two different "APIs" for memory accesses:
Stefan Reinauer
2010-01-16
3
-26
/
+26
*
Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...
Patrick Georgi
2009-11-27
3
-63
/
+4
*
Remove default n statements to simplify .config and ldoptions files.
Myles Watson
2009-10-09
1
-1
/
+0
*
This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.
Patrick Georgi
2009-10-04
1
-1
/
+1
*
some progress on kconfig:
Patrick Georgi
2009-09-25
3
-1
/
+15
*
Kconfig!
Patrick Georgi
2009-08-12
2
-0
/
+3
*
Apparently I'm not the only one who forgets which way the outb and
Ed Swierk
2009-07-10
1
-1
/
+1
*
Move the v3 resource allocator to v2.
Myles Watson
2009-07-02
1
-5
/
+15
*
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-30
6
-14
/
+14
*
Revert "CMOS: Add set_option and rework get_option."
Luc Verhaegen
2009-06-03
1
-5
/
+5
*
CMOS: Add set_option and rework get_option.
Luc Verhaegen
2009-06-03
1
-5
/
+5
*
coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
Stefan Reinauer
2009-02-28
2
-3
/
+3
*
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
Carl-Daniel Hailfinger
2008-10-01
1
-1
/
+2
*
Please bear with me - another rename checkin. This qualifies as trivial, no
Stefan Reinauer
2008-01-18
25
-25
/
+25
*
1. Fix pirq routing table setting for GA-2761GXDK.
Morgan Tsai
2007-11-20
1
-17
/
+34
*
* Maintaining SiS south bridge device IDs.
Morgan Tsai
2007-11-14
12
-407
/
+26
*
* Change one PCI vendor ID from Nvidia to SiS
Carl-Daniel Hailfinger
2007-11-05
9
-142
/
+8
*
remaining part of the patch.
Stefan Reinauer
2007-11-02
1
-261
/
+41
*
Delete a file no longer used by the SiS implementation
Jordan Crouse
2007-11-02
1
-192
/
+0
*
1. vgabios removed, will go to extra repository
Morgan Tsai
2007-11-02
19
-1574
/
+711
*
trivial fix for the .data problem
Stefan Reinauer
2007-11-02
1
-11
/
+11
[next]