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
*
PCI ops: Remove conflicting duplicate declarations
Kyösti Mälkki
2016-12-06
1
-21
/
+2
*
src/southbridge: Remove unnecessary whitespace
Elyes HAOUAS
2016-10-07
2
-4
/
+4
*
src/southbridge: Remove unnecessary semicolon
Elyes HAOUAS
2016-10-04
1
-2
/
+2
*
southbridge/sis/sis966/aza.c: Improve code formatting
Elyes HAOUAS
2016-09-21
1
-33
/
+33
*
southbridge/sis/sis966/lpc.c: Improve code formatting
Elyes HAOUAS
2016-09-15
1
-12
/
+12
*
southbridge/sis/sis966: transition away from device_t
Antonello Dettori
2016-09-13
3
-8
/
+12
*
src/southbridge: Code formating
Elyes HAOUAS
2016-08-31
10
-426
/
+402
*
src/southbridge: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-08-28
7
-28
/
+28
*
src/southbridge: Remove unnecessary whitespace before "\n" and "\t"
Elyes HAOUAS
2016-08-23
3
-5
/
+5
*
sis/sis966: fix typo
Patrick Georgi
2016-07-31
1
-1
/
+1
*
sis/sis966: don't store a 32bit value in a 16bit variable
Patrick Georgi
2016-07-31
1
-3
/
+3
*
drivers/pc80: Add PS/2 mouse presence detect
Timothy Pearson
2016-02-01
1
-1
/
+1
*
x86 chipsets: Link non-code flow CHIPSET_BOOTBLOCK_INCLUDE files
Alexandru Gagniuc
2015-12-30
3
-4
/
+1
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
22
-88
/
+0
*
x86/bootblock: Use LDFLAGS_bootblock to enable garbage collection
Alexandru Gagniuc
2015-10-07
1
-1
/
+1
*
x86: bootblock: remove linking and program flow from build system
Aaron Durbin
2015-09-09
2
-3
/
+10
*
Remove empty lines at end of file
Elyes HAOUAS
2015-06-08
1
-1
/
+0
*
devicetree: Discriminate device ops scan_bus()
Kyösti Mälkki
2015-06-04
1
-1
/
+1
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
22
-22
/
+22
*
kbuild: automatically include southbridges
Stefan Reinauer
2015-04-27
2
-1
/
+4
*
kconfig: drop intermittend forwarder files
Stefan Reinauer
2015-04-07
1
-1
/
+0
*
build system x86: deprecate bootblock_lds and ldscripts variables
Patrick Georgi
2015-04-04
1
-1
/
+1
*
build system: normalize linker script file names
Patrick Georgi
2015-03-28
2
-1
/
+1
*
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2015-02-15
4
-29
/
+29
*
southbridge: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2015-01-06
7
-81
/
+58
*
southbridge/sis: Spelling/comment fixes
Martin Roth
2014-12-17
3
-8
/
+13
*
Use 'pci_devfn_t' over 'device_t' mixed type in 'reset.c'
Edward O'Callaghan
2014-11-05
1
-4
/
+2
*
soutbridge/*/bootblock: Use pci_dev_t over device_t typedef
Edward O'Callaghan
2014-11-05
1
-1
/
+1
*
cmos: Rename the CMOS related functions.
Gabe Black
2014-10-22
1
-1
/
+1
*
southbridge,Makefile.inc: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-17
1
-1
/
+0
*
southbridge: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-08
9
-10
/
+0
*
src/drivers/pc80: Remove empty struct keyboard
Edward O'Callaghan
2014-05-13
1
-8
/
+8
*
usbdebug: Remove EHCI_DEBUG_OFFSET
Kyösti Mälkki
2014-02-16
1
-3
/
+0
*
usbdebug: Move under drivers/usb
Kyösti Mälkki
2014-02-06
2
-2
/
+2
*
Remove PCI_ROM_RUN option
Vladimir Serbinenko
2013-12-24
1
-3
/
+0
*
usbdebug: Fix boards without EARLY_CBMEM_INIT
Kyösti Mälkki
2013-10-22
1
-1
/
+1
*
usbdebug: Support choice of EHCI controller
Kyösti Mälkki
2013-08-29
1
-6
/
+8
*
usbdebug: Change debug port scanning
Kyösti Mälkki
2013-08-29
1
-3
/
+0
*
Add pci_devfn_t and use with __SIMPLE_DEVICE__
Kyösti Mälkki
2013-08-24
1
-2
/
+2
*
usbdebug: Do not support logging from SMM
Kyösti Mälkki
2013-08-23
1
-1
/
+0
*
usbdebug: Use __SIMPLE_DEVICE__ on early enable
Kyösti Mälkki
2013-08-07
1
-0
/
+3
*
usbdebug: Drop duplicates of EHCI BAR relocation code
Kyösti Mälkki
2013-07-01
1
-24
/
+2
*
Drop prototype guarding for romcc
Stefan Reinauer
2013-05-10
1
-2
/
+0
*
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
22
-22
/
+22
*
Remove assembly coded log2 function
Ronald G. Minnich
2012-11-28
2
-2
/
+0
*
Get rid of drivers class
Patrick Georgi
2012-11-27
1
-10
/
+10
*
Auto-declare chip_operations
Kyösti Mälkki
2012-08-22
1
-2
/
+0
*
Don't use 64-bit constant 0x100000000 in linker scripts
Nico Huber
2012-06-21
1
-1
/
+1
*
Clean up #ifs
Patrick Georgi
2012-05-08
1
-1
/
+1
[next]