summaryrefslogtreecommitdiffstats
path: root/util/amdfwtool/amdfwtool.c
Commit message (Expand)AuthorAgeFilesLines
* amdfwtool: Support firmware offsets of larger than 16MiBZheng Bao2023-09-261-6/+12
* amdfwtool: Add APCB for new combo entryZheng Bao2023-09-261-0/+49
* amdfwtool: Add FW type FUSE_CHAIN in the config fileZheng Bao2023-09-051-1/+4
* amdfwtool: Print more information when debug mode is setZheng Bao2023-08-301-4/+7
* util/amdfwtool: Add Genoa supportArthur Heymans2023-08-211-0/+6
* Revert "util/amdfwtool: Add some PSP entries to both levels"Matt DeVillier2023-08-011-5/+5
* util/amdfwtool: Add some PSP entries to both levelsArthur Heymans2023-07-311-5/+5
* amdfwtool: Only use AMD_FW_RECOVERYAB_A on phoenixFred Reitberger2023-06-021-2/+5
* amdfwtool: Add --output-manifest optionGrzegorz Bernacki2023-06-021-4/+72
* amdfwtool: Set the minimum size of entry PSPL2 A/BZheng Bao2023-05-241-2/+3
* amdfwtool: Clean up table buffers before combo loopZheng Bao2023-03-241-0/+19
* amdfwtool: Add missing help information for --combo-config1Zheng Bao2023-03-241-0/+1
* amdfwtool: Call wrapper funtion to write fileZheng Bao2023-03-241-1/+1
* amdfwtool: Move some funtions to other categorized source filesZheng Bao2023-03-241-410/+0
* amdfwtool: Print which combo entry is being processedZheng Bao2023-03-161-0/+3
* amdfwtool: Remove meaningless double parenthesesZheng Bao2023-03-161-2/+2
* amdfwtool: Check combo_index before checking the combo_configZheng Bao2023-03-161-1/+2
* amdfwtool: Add asserting before accessing array combo_configZheng Bao2023-03-161-0/+2
* util/amdfwtool: Support not passing recovery/backup APCBKarthikeyan Ramasubramanian2023-03-151-2/+39
* amdfwtool: Remove the initial alignment on newer SoCsKarthikeyan Ramasubramanian2023-03-151-1/+16
* amdfwtool: Remove the option --list which nobody usesZheng Bao2023-03-101-19/+8
* amdfwtool: Move PSP FWs padding into a loop for comboZheng Bao2023-03-101-92/+106
* amdfwtool: Add combo index and combo config tableZheng Bao2023-03-101-8/+39
* amdfwtool: Add a wrapper function to open and process config fileZheng Bao2023-03-101-20/+28
* amdfwtool: Add HW IPCFG file whose subprog is 1Zheng Bao2023-03-101-1/+2
* util/amdfwtool: Add option to indicate uncompressed BIOS binaryKarthikeyan Ramasubramanian2023-03-091-0/+8
* amdfwtool: move FW_MPIO to PSP Dir Level 2 where it belongsNikolai Vyssotski2023-03-091-1/+1
* amdfwtool: Support multiple inst entriesFred Reitberger2023-03-091-0/+1
* amdfwtool: combo: Add combo feature for BIOS tableZheng Bao2023-03-081-2/+17
* amdfwtool: Separate two cases of combo and non-combo clearlyZheng Bao2023-03-081-3/+3
* amdfwtool: combo: Create the combo header earlierZheng Bao2023-03-081-6/+10
* amdfwtool: Move the filling of table headers into functionsZheng Bao2023-03-081-43/+55
* amdfwtool: Remove the limit of spliting EFS and bodyZheng Bao2023-03-021-11/+0
* amdfwtool: Change .rom.efs to .rom and .rom to .rom.bodyZheng Bao2023-03-021-23/+27
* amdfwtool:combo: Move the filling of field "lookup" into functionZheng Bao2023-03-011-2/+2
* amdfwtool: Remove the hints of flag --combo-capableZheng Bao2023-03-011-4/+1
* amdfwtool: Clean up the logic sequence of pointer growingZheng Bao2023-03-011-12/+7
* amdfwtool: Check the validation of EFS & body relative addressZheng Bao2023-02-281-5/+11
* amdfwtool: Fill the address in EFS header as "relative to BIOS"Zheng Bao2023-02-281-6/+12
* amdfwtool: Add universal cleanup functionZheng Bao2023-02-271-48/+67
* amdfwtool: Add missing parentheses in macro definitionZheng Bao2023-02-241-1/+1
* amdfwtool: Change the growing pointer with cautionsZheng Bao2023-02-241-40/+67
* amdfwtool: Remove the useless variable "rom"Zheng Bao2023-02-241-2/+1
* amdfwtool: use SoC ID info instead of misleading comboable flagZheng Bao2023-02-141-9/+17
* amdfwtool: Remove command line option soc-nameZheng Bao2023-02-131-8/+0
* amdfwtool: Put soc name setting to fw.cfg from command lineZheng Bao2023-02-111-74/+0
* amdfwtool: Move soc_id to cb_configZheng Bao2023-02-101-33/+17
* util/amdfwtool: Add UMSMU blob supportFred Reitberger2023-02-091-0/+1
* amdfwtool: Add SOC family definition for CarrizoZheng Bao2023-02-091-2/+10
* amdfwtool: Allow the location to be a relative addressZheng Bao2023-02-091-10/+38