summaryrefslogtreecommitdiffstats
path: root/util/amdfwtool
Commit message (Expand)AuthorAgeFilesLines
* util/amdfwtool: Check for pkg-config presenceKarthikeyan Ramasubramanian2023-10-102-2/+8
* 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-052-4/+12
* amdfwtool: Print more information when debug mode is setZheng Bao2023-08-301-4/+7
* util/amdfwtool: Add Genoa supportArthur Heymans2023-08-213-1/+11
* util/amdfwtool: Introduce support for Hash Table v2Karthikeyan Ramasubramanian2023-08-044-18/+56
* util/amdfwtool: Support multiple firmware identifier typesKarthikeyan Ramasubramanian2023-08-043-9/+32
* 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: Add early vga BIOS ID to enumArthur Heymans2023-07-241-0/+1
* util/amdfwtool: Add ability to split hash tableKarthikeyan Ramasubramanian2023-06-023-40/+129
* amdfwtool: Only use AMD_FW_RECOVERYAB_A on phoenixFred Reitberger2023-06-021-2/+5
* amdfwtool: Add --output-manifest optionGrzegorz Bernacki2023-06-022-5/+76
* amdfwtool: Set the minimum size of entry PSPL2 A/BZheng Bao2023-05-241-2/+3
* util/amdfwtool: Consolidate entry line regex patternKarthikeyan Ramasubramanian2023-05-081-41/+30
* amdfwtool: Increase MAX_PSP_ENTRIESFred Reitberger2023-04-281-1/+1
* 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-246-413/+445
* util/amdfwtool: remove unused union from embedded_firmware structFelix Held2023-03-211-4/+1
* 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: Update config parser to accept full pathsMartin Roth2023-03-151-2/+6
* util/amdfwtool: Support not passing recovery/backup APCBKarthikeyan Ramasubramanian2023-03-152-2/+40
* amdfwtool: Remove the initial alignment on newer SoCsKarthikeyan Ramasubramanian2023-03-151-1/+16
* amdfwtool: Remove the option --list which nobody usesZheng Bao2023-03-103-29/+12
* 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-102-9/+40
* 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-102-2/+6
* 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-082-2/+18
* 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