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
/
agesa
Age
Commit message (
Expand
)
Author
2017-08-25
amd/XX/hudson: Remove #if IS_ENABLED(CONFIG_HUDSON_IMC_FWM)
Kyösti Mälkki
2017-08-23
AGESA binaryPI: Consolidate and fix sleep states
Kyösti Mälkki
2017-08-16
AGESA: Cleanup ACPI S3 support
Kyösti Mälkki
2017-08-07
usbdebug: Refactor early enable
Kyösti Mälkki
2017-08-07
usbdebug: Consolidate EHCI_BAR setup
Kyösti Mälkki
2017-08-02
AGESA: Introduce AGESA_LEGACY_WRAPPER and its counterpart
Kyösti Mälkki
2017-07-17
AGESA: Add guard for acpi_get_sleep_type()
Kyösti Mälkki
2017-06-30
southbridge/amd: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-13
Consolidate reset API, add generic reset_prepare mechanism
Julius Werner
2017-05-27
CBMEM: Clarify CBMEM_TOP_BACKUP function usage
Kyösti Mälkki
2017-05-24
southbridge/amd: Move spi driver to use spi_bus_map
Furquan Shaikh
2017-05-18
AGESA: Fix UMA calculations
Kyösti Mälkki
2017-05-05
drivers/spi: Re-factor spi_crop_chunk
Furquan Shaikh
2017-03-08
AGESA: Move heap allocator declarations
Kyösti Mälkki
2017-03-07
AGESA: Remove redundant and invalid IRQ routing
Kyösti Mälkki
2017-01-10
amd/hudson/agesa: Fix position of hudson_fwm
Ricardo Ribalda Delgado
2016-12-23
spi: Get rid of SPI_ATOMIC_SEQUENCING
Furquan Shaikh
2016-12-05
mainboard & southbridge: Clear files that are just headers
Martin Roth
2016-12-05
spi: Define and use spi_ctrlr structure
Furquan Shaikh
2016-12-05
spi: Pass pointer to spi_slave structure in spi_setup_slave
Furquan Shaikh
2016-12-05
spi: Fix parameter types for spi functions
Furquan Shaikh
2016-12-01
AGESA: Use explicit PCI IO config access in bootblock
Kyösti Mälkki
2016-11-23
AGESA binaryPI: Fix PCI ID namespace
Kyösti Mälkki
2016-11-22
spi: Clean up SPI flash driver interface
Furquan Shaikh
2016-11-21
AGESA: Drop commented code with bad PCI IDs
Kyösti Mälkki
2016-11-10
southbridge/amd: update for amdfwtool size on command line
Martin Roth
2016-09-20
southbridge/amd: Add space around operators
Elyes HAOUAS
2016-09-13
southbridge/amd/agesa/hudson: transition away from device_t
Antonello Dettori
2016-08-31
src/southbridge: Code formating
Elyes HAOUAS
2016-08-01
Remove non-ascii & unprintable characters
Martin Roth
2016-07-31
src/southbridge: Capitalize CPU, RAM and ROM
Elyes HAOUAS
2016-07-31
Remove extra newlines from the end of all coreboot files.
Martin Roth
2016-05-30
AMD/spi: Do not reset fifo after skipping the sent bytes
zbao
2016-05-18
AGESA vendorcode: Build a common amdlib
Kyösti Mälkki
2016-05-03
southbridge/amd: Drop HUDSON_FWM_INSIDE_CBFS
Patrick Georgi
2015-12-10
ACPI: Fix IASL Warning about unused method for _OSI check
Martin Roth
2015-12-09
amdfwtool: Hide the prefix of target
Zheng Bao
2015-11-20
southbridge/amd: add support for Bolton FCH
Felix Held
2015-11-19
AMD Hudson: Use amdfwtool to integrate firmwares.
Zheng Bao
2015-11-06
AGESA BiosCallouts: Remove cast
Kyösti Mälkki
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-30
More Hudson 64bit fixes
Stefan Reinauer
2015-10-30
Hudson: Port to 64bit
Stefan Reinauer
2015-10-24
amd/agesa/hudson: Add support for hiding the USB1.1-only OHCI
Tobias Diedrich
2015-08-19
AMD ROMSIG: Only check location if ROMSIG is used
Martin Roth
2015-07-12
Verify Kconfigs symbols are not zero for hex and int type symbols
Martin Roth
2015-07-11
amd/.../hudson: Warn if HUDSON_FWM_POSITION is not inside CBFS
Martin Roth
2015-07-11
Calculate HUDSON_FWM_POSITION and display warning on mismatch
Martin Roth
2015-06-08
southbridge/amd/{agesa,pi}/hudson/lpc.c: Sync together
Edward O'Callaghan
2015-06-04
devicetree: Discriminate device ops scan_bus()
Kyösti Mälkki
2015-05-27
AGESA: Separate HeapManager declarations from BiosCallOuts
Kyösti Mälkki
2015-05-26
acpi: Remove monolithic ACPI
Vladimir Serbinenko
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-05
3rdparty: move to 3rdparty/blobs
Patrick Georgi
2015-05-05
3rdparty: Move to blobs
Patrick Georgi
2015-04-27
kbuild: automatically include southbridges
Stefan Reinauer
2015-04-10
southbridge/amd/agesa/hudson: Fix LPC_DEV definition
Sergej Ivanov
2015-03-19
CBMEM: Add LATE_CBMEM_INIT guards
Kyösti Mälkki
2015-03-18
bootstate: use structure pointers for scheduling callbacks
Aaron Durbin
2015-03-11
x86 SMM: Replace weak prototypes with weak function stub
Kyösti Mälkki
2015-02-27
x86: Fix pointer arithmetic regressions from MMIO changes
Kevin Paul Herbert
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 agesa & cimx spelling fixes
Martin Roth
2014-12-15
southbridge/amd/agesa/hudson: Correct incorrect #define
Dave Frodin
2014-12-09
spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.
Gabe Black
2014-12-06
sb/amd/agesa/hudson/: Don't include IMC and XHCI blobs by default
Edward O'Callaghan
2014-12-06
southbridge/hudson: Disable USB controllers if devicetree says so
Alexandru Gagniuc
2014-12-04
southbridge/amd/agesa/hudson/Kconfig: Fix space/tab usage
Edward O'Callaghan
2014-12-03
AGESA fam15tn / fam15rl / fam16kb: Common agesawrapper
Kyösti Mälkki
2014-12-03
AGESA Hudson/Yangtze: Remove unused GPP configuration in devicetree
Kyösti Mälkki
2014-12-03
AGESA Hudson/Yangtze: Remove obsolete devicetree parameters
Kyösti Mälkki
2014-12-02
southbridge/amd/agesa/hudson/early_setup.c: Use IS_ENABLED macro
Edward O'Callaghan
2014-11-27
southbridge/amd/agesa/hudson/pci.c: Use DEVICE_NOOP macro
Edward O'Callaghan
2014-11-26
agesa/family15tn: Switch to per-device ACPI
Vladimir Serbinenko
2014-11-20
AGESA: Remove redundant Avalon support from Hudson
Kyösti Mälkki
2014-11-20
AMD: Isolate AGESA and PI build environments
Kyösti Mälkki
2014-11-20
AGESA: Refactor HUDSON_SATA_MODE
Kyösti Mälkki
2014-11-16
agesa/hudson: Remove stale declaration hudson_setup_sata_phys
Vladimir Serbinenko
2014-11-14
build system: improve portability
Patrick Georgi
2014-11-05
soutbridge/*/bootblock: Use pci_dev_t over device_t typedef
Edward O'Callaghan
2014-10-23
AMD Hudson: enable IMC fan control using ACPI code
WANG Siyuan
2014-10-23
AMD Trinity and Kabini: fix fan control
Kyösti Mälkki
2014-10-22
cmos: Rename the CMOS related functions.
Gabe Black
2014-10-19
AGESA fam15tn fam16kb 00730f01: Add common agesa_readSpd()
Kyösti Mälkki
2014-10-16
ACPI: Remove CONFIG_GENERATE_ACPI_TABLES
Vladimir Serbinenko
2014-08-30
AMD Steppe Eagle: New integrated southbridge (Avalon)
Bruce Griffith
2014-07-30
model_fxx/processor_name.c, hudson/lpc.c: add missing break statements
Daniele Forsi
2014-07-25
AGESA f15tn f16kb: Fix HUDSON_XHCI_ENABLE
Kyösti Mälkki
2014-07-24
southbridge/amd: Remove trailing whitespace
Elyes HAOUAS
2014-07-23
src/.../Kconfig: various small fixes to texts
Daniele Forsi
2014-07-15
AGESA hudson: Fix SPI writes
Kyösti Mälkki
2014-07-14
AMD SPI: Optimise for longer writes
Kyösti Mälkki
2014-07-14
SPI: Split writes using spi_crop_chunk()
Kyösti Mälkki
2014-07-10
AGESA Hudson: Fix build without HAVE_ACPI_RESUME
Kyösti Mälkki
2014-07-05
spi: Change spi_xfer to work in units of bytes instead of bits.
Gabe Black
2014-07-05
spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.
Gabe Black
2014-07-03
AGESA: Clean separation of SPI flash
Kyösti Mälkki
[next]