Age | Commit message (Expand) | Author |
2017-05-27 | CBMEM: Clarify CBMEM_TOP_BACKUP function usage | Kyösti Mälkki |
2017-05-19 | drivers/spi/spi_flash: Pass in flash structure to fill in probe | Furquan Shaikh |
2017-05-18 | AGESA: Fix UMA calculations | Kyösti Mälkki |
2017-04-25 | lib: provide clearer devicetree semantics | Aaron Durbin |
2017-04-15 | AGESA: Change guard for VBIOS callout | Kyösti Mälkki |
2017-04-08 | AGESA: Add helpers to track heap relocation | Kyösti Mälkki |
2017-04-05 | AGESA: Disable CAR with empty stack | Kyösti Mälkki |
2017-04-05 | AGESA: Move romstage main entry under cpu | Kyösti Mälkki |
2017-04-04 | AGESA: Refactor S3 support functions | Kyösti Mälkki |
2017-04-03 | AGESA: Simplify parameters for S3 support functions | Kyösti Mälkki |
2017-04-03 | AGESA: Move guard on S3 support functions | Kyösti Mälkki |
2017-04-03 | AGESA: Move EmptyHeap() call | Kyösti Mälkki |
2017-03-28 | AGESA: Introduce AGESA_LEGACY and its counterpart | Kyösti Mälkki |
2017-03-09 | AGESA: Fix loop condition for eventlog read | Kyösti Mälkki |
2017-03-09 | AGESA: Log if memory training result cannot be stored | Kyösti Mälkki |
2017-03-08 | AGESA fam10: Add missing include | Kyösti Mälkki |
2017-03-08 | AGESA: Move heap allocator declarations | Kyösti Mälkki |
2017-03-07 | AGESA: Add agesa_helper.h header | Kyösti Mälkki |
2017-02-22 | southbridge/amd: Add LPC bridge acpi path for Family14 and SB800 | Tobias Diedrich |
2017-02-10 | ddr3 spd: move accessor code into lib/spd_bin.c | Patrick Georgi |
2017-02-10 | ddr3 spd: Rename read_spd_from_cbfs() to read_ddr3_spd_from_cbfs() | Patrick Georgi |
2016-12-07 | AMD fam10 binaryPI: Remove invalid PCI ops on CPU domain | Kyösti Mälkki |
2016-12-07 | MMCONF_SUPPORT: Drop redundant logging | Kyösti Mälkki |
2016-12-07 | MMCONF_SUPPORT: Consolidate resource registration | Kyösti Mälkki |
2016-12-01 | AGESA: Switch to MMCONF_SUPPORT_DEFAULT | Kyösti Mälkki |
2016-11-22 | spi: Clean up SPI flash driver interface | Furquan Shaikh |
2016-11-15 | northbridge/amd/agesa/family10: transition away from device_t | Antonello Dettori |
2016-11-07 | pci_ids.h: Correct recent AMD ID names | Marshall Dawson |
2016-10-09 | northbridge/amd/agesa/family15*: Remove commented code | Elyes HAOUAS |
2016-10-09 | northbridge/amd/agesa/family14: Remove commented code | Elyes HAOUAS |
2016-10-09 | northbridge/amd/agesa/family16kb: Remove commented code | Elyes HAOUAS |
2016-10-09 | northbridge/amd/agesa/family15rl: Remove commented code | Elyes HAOUAS |
2016-10-09 | northbridge/amd/agesa/family10: Remove commented code | Elyes HAOUAS |
2016-10-04 | src/northbridge: Remove unnecessary whitespace | Elyes HAOUAS |
2016-10-04 | src/northbridge: Remove whitespace after sizeof | Elyes HAOUAS |
2016-09-20 | northbridge/amd/agesa: Improve code formatting | Elyes HAOUAS |
2016-09-12 | src/northbridge: Improve code formatting | Elyes HAOUAS |
2016-08-31 | northbridge/amd: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-08-23 | src/northbridge: Remove unnecessary whitespace before "\n" and "\t" | Elyes HAOUAS |
2016-07-15 | AGESA: Use common romstage ram stack | Kyösti Mälkki |
2016-06-04 | AGESA: Fix invalid use of CFG_ declarations | Kyösti Mälkki |
2016-04-13 | amd/agesa/family12/dimmSpd.c: Indent (tab) fix | Edward O'Callaghan |
2016-01-04 | Revert "AMD OemS3Save: refactor for Merlin Falcon" | Kyösti Mälkki |
2015-12-08 | northbridge/amd/agesa/agesawrapper.c: Fix Kconfig symbols | Martin Roth |
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 | AMD mainboards: Fix 64bit BiosCallOuts.c | Stefan Reinauer |
2015-10-30 | Port AGESA based northbridge code to 64bit | Stefan Reinauer |
2015-09-30 | amd/family14: Add k10temp thermal zone. | Tobias Diedrich |
2015-09-14 | AGESA S3 support: Fix excessive stack usage | Kyösti Mälkki |
2015-07-21 | Port Fam14 northbridge code to 64bit | Stefan Reinauer |
2015-06-22 | AMD OemS3Save: refactor for Merlin Falcon | WANG Siyuan |
2015-06-10 | PCI subsystem: Drop PCI_64BIT_PREF_MEM option | Kyösti Mälkki |
2015-06-05 | device_ops: add device_t argument to write_acpi_tables | Alexander Couzens |
2015-06-05 | device_ops: add device_t argument to acpi_fill_ssdt_generator | Alexander Couzens |
2015-06-05 | AMD K8 fam10: Use parent subordinate to track HT enumeration | Kyösti Mälkki |
2015-06-04 | devicetree: Change scan_bus() prototype in device ops | Kyösti Mälkki |
2015-06-04 | PCI subsystem: Drop parameter max from scan_bus | Kyösti Mälkki |
2015-06-04 | devicetree: Rename unused parameter max in domain_scan_bus() | Kyösti Mälkki |
2015-06-04 | devicetree: Rename unused parameter to passthru | Kyösti Mälkki |
2015-06-04 | HyperTransport: Use subordinate property to track chain enumeration | Kyösti Mälkki |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-27 | AGESA: Reduce SPI use by 24kB for S3 support | Kyösti Mälkki |
2015-05-27 | AGESA: Separate HeapManager declarations from BiosCallOuts | Kyösti Mälkki |
2015-05-27 | AGESA: Split S3 backup in CBMEM | Kyösti Mälkki |
2015-05-26 | Make acpi_fill_hest into parameter | Vladimir Serbinenko |
2015-05-26 | AGESA: Refactor OEM S3 storage | Kyösti Mälkki |
2015-05-26 | AGESA: Move S3 related SPI writes again | Kyösti Mälkki |
2015-05-26 | AGESA f16kb: Fix PCI device notation | Fabian Kunkel |
2015-05-26 | acpi: Remove monolithic ACPI | Vladimir Serbinenko |
2015-05-23 | AGESA: Drop DIMM_SUPPORT, _DDR3 and _REGISTERED | Kyösti Mälkki |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-20 | acpi: make fill_slit and fill_srat into arguments. | Vladimir Serbinenko |
2015-04-29 | kbuild: automatically include northbridges | Stefan Reinauer |
2015-04-09 | northbridge/amd/agesa/familyXY: Make NULL device op explicit | Edward O'Callaghan |
2015-04-07 | kconfig: drop intermittend forwarder files | Stefan Reinauer |
2015-03-07 | AGESA: Move agesawrappers related to HAVE_ACPI_RESUME support | Kyösti Mälkki |
2015-03-07 | AGESA: Use same HeapManager for all BiosCallOuts | Kyösti Mälkki |
2015-03-01 | AGESA fam16: Drop HyperTransport scan | Kyösti Mälkki |
2015-02-14 | AGESA fam15tn fam15rl fam16kb: Drop HT3_SUPPORT | Kyösti Mälkki |
2015-02-14 | AGESA fam10 fam12 fam15: Always have HT3_SUPPORT | Kyösti Mälkki |
2015-01-27 | CBMEM: Tag chipsets with LATE_CBMEM_INIT | Kyösti Mälkki |
2015-01-09 | amd/agesa/family12/northbridge.c: Indent (tab) fix | Edward O'Callaghan |
2015-01-07 | northbridge/amd/agesa/family1{4,5}: Remove cruft from dimmSpd.c | Edward O'Callaghan |
2014-12-20 | AGESA: Use common agesawrapper | Kyösti Mälkki |
2014-12-20 | AGESA fam15tn fam15rl fam16kb: Add OemInitMid() | Kyösti Mälkki |
2014-12-20 | AGESA: Add OemCustomize hooks structure | Kyösti Mälkki |
2014-12-20 | AGESA fam15: Unify agesawrapper | Kyösti Mälkki |
2014-12-20 | AGESA: Common laterunaptask() | Kyösti Mälkki |
2014-12-20 | AGESA: Common agesawrapper_amdinitlate() | Kyösti Mälkki |
2014-12-20 | AGESA fam15: Ignore AmdCreateStruct() errors | Kyösti Mälkki |
2014-12-20 | AGESA: Use memset() on agesawrappers | Kyösti Mälkki |
2014-12-20 | AGESA fam12 fam14: Use lowercase void in agesawrappers | Kyösti Mälkki |
2014-12-20 | AGESA fam14: Add amd_initenv() | Kyösti Mälkki |
2014-12-20 | AGESA: Add amd_initcpuio() and amd_initmmio() | Kyösti Mälkki |
2014-12-20 | amd/torpedo: Drop unused code in agesawrapper | Kyösti Mälkki |
2014-12-20 | AGESA fam14: Increase MMCONF region | Kyösti Mälkki |
2014-12-20 | AGESA fam12: Fix MMCONF region | Kyösti Mälkki |
2014-12-19 | AGESA: Remove redundant redeclaration | Kyösti Mälkki |
2014-12-19 | AGESA: Only fam14 sets Ontario APU IDs | Kyösti Mälkki |