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
/
amd
/
cimx
/
sb900
Age
Commit message (
Expand
)
Author
2016-11-23
AGESA binaryPI: Fix PCI ID namespace
Kyösti Mälkki
2016-10-07
src/southbridge: Remove unnecessary whitespace
Elyes HAOUAS
2016-10-07
src/southbridge: Remove whitespace after sizeof
Elyes HAOUAS
2016-08-31
src/southbridge: Code formating
Elyes HAOUAS
2016-07-31
src/southbridge: Capitalize CPU, RAM and ROM
Elyes HAOUAS
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-30
SB900 64bit fixes
Stefan Reinauer
2015-09-22
coreboot: introduce commonlib
Aaron Durbin
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-06-04
devicetree: Discriminate device ops scan_bus()
Kyösti Mälkki
2015-05-26
acpi: Remove monolithic ACPI
Vladimir Serbinenko
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-28
Kconfig whitespace fixes
Martin Roth
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2015-01-06
AMD platforms: fix callout_entry doxygen errors
Martin Roth
2015-01-06
Remove AMD's "Release Content" doxygen from coreboot files
Martin Roth
2014-12-30
drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY
Gabe Black
2014-12-19
southbridge/amd/cimx/sbX00/early.c: Update grammar in comments
Martin Roth
2014-12-17
southbridge/amd agesa & cimx spelling fixes
Martin Roth
2014-11-26
agesa/family12: Switch to per-device ACPI
Vladimir Serbinenko
2014-11-05
soutbridge/*/bootblock: Use pci_dev_t over device_t typedef
Edward O'Callaghan
2014-10-22
amd/torpedo amd/dinar: Sanitize agesawrapper header
Kyösti Mälkki
2014-10-22
cmos: Rename the CMOS related functions.
Gabe Black
2014-10-19
AGESA fam12 fam14 fam15: Use common agesa_readSpd()
Kyösti Mälkki
2014-07-24
southbridge/amd: Remove trailing whitespace
Elyes HAOUAS
2014-07-17
southbridge,Makefile.inc: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-14
AGESA CIMx: Move late init out of get_bus_conf()
Kyösti Mälkki
2014-07-08
southbridge: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-02
AMD/agesa: Add functions for AMD PCI IRQ routing
Dave Frodin
2014-06-25
AGESA: Move config parameters for non-volatile S3 data
Kyösti Mälkki
2014-06-11
amd/southbridge/lpc: SPI BAR has fixed size/location
Dave Frodin
2014-05-25
southbridge/amd/cimx/sb900: Unused func smbus_delay()
Edward O'Callaghan
2014-05-13
southbridge/amd/sb?00/lpc.c: Move i8254/i8259 down in southbridge
Edward O'Callaghan
2014-04-20
AMD cimx sb700/sb800/sb900: Fix NODE_PCI and use of MAX_PHYSICAL_CPUS
Kyösti Mälkki
2014-02-11
amd/cimx: fix sb(8|9)00 NULL type redefine
Aaron Durbin
2014-02-06
uart8250: Drop unused declarations
Kyösti Mälkki
2014-02-06
usbdebug: Move under drivers/usb
Kyösti Mälkki
2013-12-07
Correct file permissions.
Idwer Vollering
2013-09-24
southbridge/cimx/sb900: Rename headers to match sb700 & sb800
Corey Osgood
2013-08-24
Add pci_devfn_t and use with __SIMPLE_DEVICE__
Kyösti Mälkki
2013-08-01
Add directive __SIMPLE_DEVICE__
Kyösti Mälkki
2013-07-01
usbdebug: Drop duplicates of EHCI BAR relocation code
Kyösti Mälkki
2013-06-17
AMD southbridges: Move HAVE_HARD_RESET
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-25
AMD Southbridge: Add RTC init to lpc_init
Mike Loptien
2013-02-21
AMD S3: Introduce Kconfig variable 'S3_DATA_SIZE'
Zheng Bao
2013-02-19
AMD S3: Change S3_VOLATILE_POS to S3_DATA_POS
Zheng Bao
2013-02-18
AMD S3: Fix typo vol*a*tile in southbridge Kconfig
Zheng Bao
2012-11-27
Get rid of drivers class
Patrick Georgi
2012-10-07
Remove chip.h files without config structure
Kyösti Mälkki
2012-08-30
AMD S3: The offset of the nv storage depends on config.h
Zheng Bao
2012-08-22
Auto-declare chip_operations
Kyösti Mälkki
2012-08-05
AMD SB: Call the rtc update if needed (Propagation)
zbao
2012-05-24
cbtypes.h: Unify cbtypes.h used in AMD board's code
Vikram Narayanan
2012-05-08
Clean up #ifs
Patrick Georgi
2012-04-12
Unify IO APIC address specification
Patrick Georgi
2012-02-02
CIMX wrapper: remove redudant traversing sb800 and sb900 CIMX dir
Kerry Sheh
2011-11-01
remove trailing whitespace
Stefan Reinauer
2011-09-07
AMD F14 southbridge update
Kerry She
2011-06-28
Addition of Family12/SB900 wrapper code
efdesign98