summaryrefslogtreecommitdiff
path: root/util/amdfwtool/amdfwtool.c
AgeCommit message (Expand)Author
2022-04-14util/amdfwtool: Maintain one copy of PSP Level2 entriesKarthikeyan Ramasubramanian
2022-04-13amdfwtool: Add a flag to record the second gen instead of romsigZheng Bao
2022-04-05amdfwtool: Add a macro to set explicitly second gen for old SOCsZheng Bao
2022-03-30util/amdfwtool: use ISH support for Sabrina SoCFelix Held
2022-03-30util/amdfwtool: add Sabrina SoC typeFelix Held
2022-03-30util/amdfwtool: select A/B recovery when ISH is usedFelix Held
2022-03-30util/amdfwtool: use table-relative addressing in ISH caseFelix Held
2022-03-29amdfwtool: Clear the whole byte of EFS_GENZheng Bao
2022-03-27amdfwtool: Add ISH header support for A/B recovery layoutZheng Bao
2022-03-27util/amdfwtool: add MSMU, SPIROM_CFG and DMCUB PSP FW typesFelix Held
2022-03-23amdfwtool: Change the some FW's level for A/B recoveryZheng Bao
2022-02-21amdfwtool: Add entries for PMUI & PMUD with instance 2Zheng Bao
2022-02-21amdfwtool: Add support for AMD's BIOS A/B recovery featureZheng Bao
2022-02-12amdfwtool: Add options to support mainboard specific SPL tableZheng Bao
2022-02-07amdfwtool: Add SPL supportZheng Bao
2021-12-16amdfwtool: Upgrade "relative address" to four address modesZheng Bao
2021-12-14amdfwtool: Use relative address for EFS gen2Zheng Bao
2021-11-18amdfwtool: Call the set_efs_table for StoneyridgeZheng Bao
2021-11-18amdfwtool: Set flag comboable as bool typeZheng Bao
2021-11-18amdfwtool: Add a union for combo and psp directoryZheng Bao
2021-11-15amdfwtool: Set soc name for StoneyridgeZheng Bao
2021-11-11amdfwtool: Pack out-of-bounds check into a function and moveZheng Bao
2021-11-05amdfwtool: Change the flag value to type boolZheng Bao
2021-11-05amdfwtool: Fix the parameter point to NULL instead of integerZheng Bao
2021-10-29amdfwtool: Add PSP ID for combo and ISH header for A/B recoveryZheng Bao
2021-10-19util/amdfwtool: rename PSP related embedded_firmware struct elementsFelix Held
2021-09-17amdfwtool: Detect the flag multilevel to decide the actual valueZheng Bao
2021-09-15amdfwtool: Add new SOC mendocinoZheng Bao
2021-08-31amdfwtool: Add flag for multi FW level to the struct amd_cb_configZheng Bao
2021-07-14Revert "amdfwtool: Use relative address for EFS gen2"Kangheui Won
2021-07-08amdfwtool: Fix the NULL pointer in parametersZheng Bao
2021-07-08amdfwtool: Use relative address for EFS gen2Zheng Bao
2021-06-14amdfwtool: Null check the pointers before using themZheng Bao
2021-06-09amdfwtool: Move EFS related definitions to header fileZheng Bao
2021-06-07amdfwtool: Print the entry type when dumping the firmwaresZheng Bao
2021-06-07amdfwtool: Set the region_type as 0 for entry "BIOS level 2"Zheng Bao
2021-05-18amdfwtool: Remove the misleading option charactersZheng Bao
2021-04-30amdfwtool: Cleanup the message of helpZheng Bao
2021-02-16util/amdfwtool: Fix all warningsMartin Roth
2021-02-03amdfwtool:cezanne: Add entry of PSP_BOOTLOADER_AB (0x73)Zheng Bao
2020-12-31util/amdfwtool: portability fixes for FreeBSDIdwer Vollering
2020-12-21amdfwtool: Add support of cezanne and renoirZheng Bao
2020-12-11amdfwtool: Register APCB and APCB_BK respectivelyZheng Bao
2020-12-11util/amdfwtool: Fix EFS generation polarityMarshall Dawson
2020-11-04amdfwtool: Change all error output to fprintf stderrZheng Bao
2020-11-04amdfwtool: Add an option to show debug messageZheng Bao
2020-10-30amdfwtool: Take a config file instead of command line parametersZheng Bao
2020-10-05amdfwtool: Remove the assumption of ROM_SIZEZheng Bao
2020-10-05amdfwtool: Use a variable to get the return value of writeZheng Bao
2020-10-02amdfwtool: Fix the gcc warning about sign comparisonZheng Bao
2020-09-03util/amdfwtool: Add PSP verstage signature entryMartin Roth
2020-09-03util/amdfwtool: Fix warning taking address of packed struct memberMartin Roth
2020-08-21util/amdfwtool: Refactor APOB_NV requirementsMartin Roth
2020-07-26util/amdfwtool: Add support for EFS SPI values for F17h and F15hMatt Papageorge
2020-06-08util/amdfwtool: Add option for setting PSP/FW shared memory locationMartin Roth
2020-06-08util/amdfwtool: update to allow building in any locationMartin Roth
2020-05-21util/amdfwtool: Fix MAX_PSP_ENTRIES valueRob Barnes
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi
2020-05-09AUTHORS, util/: Drop individual copyright noticesPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-03-27amdfwtool: Allow for up to 16 APCB entriesRob Barnes
2020-03-17util/amdfwtool: Fix file open error msgEric Peers
2020-03-02util/amdfwtool: Clarify APOB NV requirementsMarshall Dawson
2020-02-18util/amdfwtool: Improve comment's grammarPatrick Georgi
2020-02-17util: Fix typosElyes HAOUAS
2020-01-20util/amdfwtool: guard typedef aliasesIdwer Vollering
2020-01-06util/amdfwtool: Add instances for APCB backupMarshall Dawson
2019-10-20util/amdfwtool: Add holding locations for more APCBsMarshall Dawson
2019-10-16util/amdfwtool: Grow the Embedded Firmware StructureMarshall Dawson
2019-07-29util/amdfwtool: Correct fletcher32 algorithmMarshall Dawson
2019-07-15util/amdfwtool: Add option to build verstage binary into the PSPMartin Roth
2019-07-15util/amdfwtool: Do misc cleanupMartin Roth
2019-07-10util/amdfwtool: Close file descriptor on errorJacob Garber
2019-06-19util/amdfwtool: Update for Family 17hMarshall Dawson
2019-06-13util/amdfwtool: Add multilevel PSP directory tableMarshall Dawson
2019-06-13util/amdfwtool: Align PSP NVRAMMarshall Dawson
2019-06-13util/amdfwtool: Add argument for soft fuse overrideMarshall Dawson
2019-03-15util/amdfwtool: Allow 0-length blobsMarshall Dawson
2019-03-07util/amdfwtool: Remove fanless SMU optionsMarshall Dawson
2019-03-07util/amdfwtool: Split type field for PSP entriesMarshall Dawson
2019-03-07util/amdfwtool: Streamline functions with contextMarshall Dawson
2019-03-07util/amdfwtool: Add generic image copy functionMarshall Dawson
2019-03-07util/amdfwtool: Combine table header populationMarshall Dawson
2019-03-07util/amdfwtool: Remove duplicate PSP2 supportMarshall Dawson
2019-03-07util/amdfwtool: Introduce combo-capable optionMarshall Dawson
2019-03-07util/amdfwtool: Clarify call to fletcher32Marshall Dawson
2019-03-07util/amdfwtool: Clarify calculations with structuresMarshall Dawson
2019-03-07util/amdfwtool: Fix iteration of PSP firmwaresMarshall Dawson
2018-02-22util/amdfwtool/amdfwtool.c: Check fstat returnRichard Spiegel
2018-01-24util/amdfwtool/amdfwtool.c: Verify it actually read bytesRichard Spiegel
2018-01-23util/amdfwtool/amdfwtool.c: Check for negative returnRichard Spiegel
2017-10-05util/amdfwtool: Add option for directory locationMartin Roth
2017-04-27amdfwtool: Move normal firmware 2 after fanless firmware2sMarc Jones
2017-03-28util/amdfwtool: Add fanless SMU firmware optionsMarshall Dawson
2016-11-21util/amdfwtool: Wrap long lines, excluding commentsMartin Roth
2016-11-21util/amdfwtool: Fix whitespaceMartin Roth
2016-11-10util/amdfwtool: unify return values, verify the file openMartin Roth
2016-11-10util/amdfwtool: add usage textMartin Roth
2016-11-10util/amdfwtool: fix clang warningsMartin Roth