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
/
sb800
Age
Commit message (
Expand
)
Author
2015-03-19
CBMEM: Add LATE_CBMEM_INIT guards
Kyösti Mälkki
2015-02-16
acpi: Generate valid ACPI processor objects
Timothy Pearson
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2015-01-10
ACPI: Add acpi_is_wakeup_s3() for romstage
Kyösti Mälkki
2014-12-30
drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY
Gabe Black
2014-12-17
southbridge/amd sb600, sb700 & sb900 spelling fixes
Martin Roth
2014-11-22
amdfam10: Move to per-device ACPI
Vladimir Serbinenko
2014-11-16
amd/sb800: Make sb800_setup_sata_phys into regular function
Vladimir Serbinenko
2014-11-05
soutbridge/*/bootblock: Use pci_dev_t over device_t typedef
Edward O'Callaghan
2014-10-22
cmos: Rename the CMOS related functions.
Gabe Black
2014-10-16
ACPI: Remove CONFIG_GENERATE_ACPI_TABLES
Vladimir Serbinenko
2014-07-24
southbridge/amd: Remove trailing whitespace
Elyes HAOUAS
2014-06-25
Declare acpi_is_wakeup_early() only once
Kyösti Mälkki
2014-04-18
southbridge/sb800: Strip obsolete commentary
Edward O'Callaghan
2014-02-16
usbdebug: Remove EHCI_DEBUG_OFFSET
Kyösti Mälkki
2014-02-06
usbdebug: Move under drivers/usb
Kyösti Mälkki
2013-12-24
Remove PCI_ROM_RUN option
Vladimir Serbinenko
2013-12-23
Coding style: punctuation cleanup [1/2].
Idwer Vollering
2013-12-06
usbdebug: Hide irrelevent options from menuconfig
Kyösti Mälkki
2013-10-22
usbdebug: Fix boards without EARLY_CBMEM_INIT
Kyösti Mälkki
2013-09-25
usbdebug AMD: Add choice of EHCI controller
Kyösti Mälkki
2013-09-11
CBMEM: Backup top_of_ram instead of cbmem_toc
Kyösti Mälkki
2013-08-29
usbdebug: Support choice of EHCI controller
Kyösti Mälkki
2013-08-29
usbdebug: Change debug port scanning
Kyösti Mälkki
2013-08-24
usbdebug: Change reference to EHCI BAR
Kyösti Mälkki
2013-08-23
usbdebug: Do not support logging from SMM
Kyösti Mälkki
2013-08-13
Fix some wait_for_valid functions return value from 1 to -1.
Andrew Wu
2013-08-07
usbdebug: Use __SIMPLE_DEVICE__ on early enable
Kyösti Mälkki
2013-08-02
Remove unnecessary space characters.
Andrew Wu
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-14
AMD sb800 agesa/hudson: Use PCI defines
Kyösti Mälkki
2013-06-13
AMD: Kconfig cleanup
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
2012-12-28
USBDEBUG: Enable the EHCI in AMD Southbridge
Zheng Bao
2012-11-28
Remove assembly coded log2 function
Ronald G. Minnich
2012-11-27
Get rid of drivers class
Patrick Georgi
2012-11-09
Get rid of hard coded strings in ACPI tables
Stefan Reinauer
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-08
Clean up #ifs
Patrick Georgi
2012-04-12
Unify IO APIC address specification
Patrick Georgi
2012-02-20
Force SB800 bootblock to use I/O for PCI config
Dave Frodin
2012-02-17
amd/sb800: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2011-10-31
Fix usb debug dongle support
Sven Schnelle
2011-10-28
Get rid of the old romstage-as-bootblock ROM layout
Patrick Georgi
2011-07-14
Set SB800 ROM decode size based on kconfig.
Marc Jones
2011-04-18
* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value
Stefan Reinauer
2011-02-12
Attached patch fixes the LPC decode ranges of SB600/SB800. We enable early on...
Rudolf Marek
2011-01-28
Fix Bimini build
Stefan Reinauer
2011-01-27
Trivial. Re-indent the code.
Zheng Bao
2011-01-27
Set the phy via weak function.
Zheng Bao
2011-01-25
Set the SB800 SATA PHY correctly.
Zheng Bao
2011-01-24
Change fadt revision back to 3.
Zheng Bao
2011-01-21
Now bimini can boot linux to login.
Zheng Bao
2011-01-20
S3 feanture of SB800. Compiliant with SB700.
Zheng Bao
2011-01-20
Move some board specific functions to sb800.h.
Zheng Bao
2011-01-20
This sb800 code is derived from sb700.
Zheng Bao