aboutsummaryrefslogtreecommitdiff
path: root/util/amdfwtool
AgeCommit message (Expand)Author
2024-03-23amdfwtool: Use macro to get the table relative addressZheng Bao
2024-03-22amdfwtool: Only update count in header in only one functionZheng Bao
2024-03-21amdfwtool: Move linking BHD2 to PSP2 from main to link funcionZheng Bao
2024-03-20amdfwtool: Check sanity before filling the data arrayZheng Bao
2024-03-20amdfwtool: Set the cookie when the table header is createdZheng Bao
2024-03-20amdfwtool: Move the header creation into integration functionZheng Bao
2024-03-20amdfwtool: Add functions to link all the tablesZheng Bao
2024-03-20amdfwtool: Move the address of tables to the contextZheng Bao
2024-03-18amdfwtool: Compact the parameter transferingZheng Bao
2024-03-18amdfwtool: Remove the dissociated combo BIOS table for recovery A/BZheng Bao
2024-03-17amdfwtool: Set the level based on cookieZheng Bao
2024-03-17amdfwtool: Set the table size only for FWsZheng Bao
2024-03-06amdfwtool: Change&Record the current table in integration functionZheng Bao
2024-03-06amdfwtool: Move code related to getting options to a new fileZheng Bao
2024-03-06amdfwtool: Set the table size for L1 separatelyZheng Bao
2024-03-04amdfwtool: Move the functions to handle_file.cZheng Bao
2024-03-04amdfwtool: Remove the function's dependency to ctxZheng Bao
2024-02-29amdfwtool: Use Makefile.mk for Makefile settingsMartin Roth
2024-02-26util/amdfwtool: build amdfwtool only for all tools or AMD CPUsMartin Roth
2024-01-26util: Rename Makefiles from .inc to .mkMartin Roth
2023-10-10util/amdfwtool: Check for pkg-config presenceKarthikeyan Ramasubramanian
2023-09-26amdfwtool: Support firmware offsets of larger than 16MiBZheng Bao
2023-09-26amdfwtool: Add APCB for new combo entryZheng Bao
2023-09-05amdfwtool: Add FW type FUSE_CHAIN in the config fileZheng Bao
2023-08-30amdfwtool: Print more information when debug mode is setZheng Bao
2023-08-21util/amdfwtool: Add Genoa supportArthur Heymans
2023-08-04util/amdfwtool: Introduce support for Hash Table v2Karthikeyan Ramasubramanian
2023-08-04util/amdfwtool: Support multiple firmware identifier typesKarthikeyan Ramasubramanian
2023-08-01Revert "util/amdfwtool: Add some PSP entries to both levels"Matt DeVillier
2023-07-31util/amdfwtool: Add some PSP entries to both levelsArthur Heymans
2023-07-24amdfwtool: Add early vga BIOS ID to enumArthur Heymans
2023-06-02util/amdfwtool: Add ability to split hash tableKarthikeyan Ramasubramanian
2023-06-02amdfwtool: Only use AMD_FW_RECOVERYAB_A on phoenixFred Reitberger
2023-06-02amdfwtool: Add --output-manifest optionGrzegorz Bernacki
2023-05-24amdfwtool: Set the minimum size of entry PSPL2 A/BZheng Bao
2023-05-08util/amdfwtool: Consolidate entry line regex patternKarthikeyan Ramasubramanian
2023-04-28amdfwtool: Increase MAX_PSP_ENTRIESFred Reitberger
2023-03-24amdfwtool: Clean up table buffers before combo loopZheng Bao
2023-03-24amdfwtool: Add missing help information for --combo-config1Zheng Bao
2023-03-24amdfwtool: Call wrapper funtion to write fileZheng Bao
2023-03-24amdfwtool: Move some funtions to other categorized source filesZheng Bao
2023-03-21util/amdfwtool: remove unused union from embedded_firmware structFelix Held
2023-03-16amdfwtool: Print which combo entry is being processedZheng Bao
2023-03-16amdfwtool: Remove meaningless double parenthesesZheng Bao
2023-03-16amdfwtool: Check combo_index before checking the combo_configZheng Bao
2023-03-16amdfwtool: Add asserting before accessing array combo_configZheng Bao
2023-03-15util/amdfwtool: Update config parser to accept full pathsMartin Roth
2023-03-15util/amdfwtool: Support not passing recovery/backup APCBKarthikeyan Ramasubramanian
2023-03-15amdfwtool: Remove the initial alignment on newer SoCsKarthikeyan Ramasubramanian
2023-03-10amdfwtool: Remove the option --list which nobody usesZheng Bao
2023-03-10amdfwtool: Move PSP FWs padding into a loop for comboZheng Bao
2023-03-10amdfwtool: Add combo index and combo config tableZheng Bao
2023-03-10amdfwtool: Add a wrapper function to open and process config fileZheng Bao
2023-03-10amdfwtool: Add HW IPCFG file whose subprog is 1Zheng Bao
2023-03-09util/amdfwtool: Add option to indicate uncompressed BIOS binaryKarthikeyan Ramasubramanian
2023-03-09amdfwtool: move FW_MPIO to PSP Dir Level 2 where it belongsNikolai Vyssotski
2023-03-09amdfwtool: Support multiple inst entriesFred Reitberger
2023-03-08amdfwtool: combo: Add combo feature for BIOS tableZheng Bao
2023-03-08amdfwtool: Separate two cases of combo and non-combo clearlyZheng Bao
2023-03-08amdfwtool: combo: Create the combo header earlierZheng Bao
2023-03-08amdfwtool: Move the filling of table headers into functionsZheng Bao
2023-03-02amdfwtool: Remove the limit of spliting EFS and bodyZheng Bao
2023-03-02amdfwtool: Change .rom.efs to .rom and .rom to .rom.bodyZheng Bao
2023-03-01amdfwtool:combo: Move the filling of field "lookup" into functionZheng Bao
2023-03-01amdfwtool: Remove the hints of flag --combo-capableZheng Bao
2023-03-01amdfwtool: Clean up the logic sequence of pointer growingZheng Bao
2023-02-28amdfwtool: Check the validation of EFS & body relative addressZheng Bao
2023-02-28amdfwtool: Fill the address in EFS header as "relative to BIOS"Zheng Bao
2023-02-27amdfwtool: Add universal cleanup functionZheng Bao
2023-02-24amdfwtool: Add missing parentheses in macro definitionZheng Bao
2023-02-24amdfwtool: Change the growing pointer with cautionsZheng Bao
2023-02-24amdfwtool: Remove the useless variable "rom"Zheng Bao
2023-02-14amdfwtool: use SoC ID info instead of misleading comboable flagZheng Bao
2023-02-13amdfwtool: Remove command line option soc-nameZheng Bao
2023-02-11amdfwtool: Put soc name setting to fw.cfg from command lineZheng Bao
2023-02-10amdfwtool: Move soc_id to cb_configZheng Bao
2023-02-09util/amdfwtool: Add UMSMU blob supportFred Reitberger
2023-02-09amdfwtool: Parse the line with SOC_NAMEZheng Bao
2023-02-09amdfwtool: Add SOC family definition for CarrizoZheng Bao
2023-02-09amdfwtool: Allow the location to be a relative addressZheng Bao
2023-02-08amdfwtool: Report the address of EFS header and bodyZheng Bao
2023-02-06amdfwtool: Add phoenix and glinda in get_psp_fw_typeZheng Bao
2023-02-05amdfwtool: Remove useless printing outZheng Bao
2023-02-05amdfwtool: Add a function to make the calling stack less deepZheng Bao
2023-02-04util/amdfwtool: add comment about reused PSP firmware type 0x5fFelix Held
2023-02-04amdfwtool: Add entry RIB whose subprog equals 1Zheng Bao
2023-02-02amdfwtool: Set the level of RIB file as level 2Zheng Bao
2023-02-01amdfwtool: Remove the duplicated entry RIBZheng Bao
2023-01-27amdfwtool: Update and extend PSP header format descriptionZheng Bao
2023-01-25amdfwtool: Remove comment "fallthrough"Zheng Bao
2023-01-22amdfwtool: Change the variable name to body_locationZheng Bao
2023-01-22amdfwtool: Add instance = 0 for bios imageZheng Bao
2023-01-22amdfwtool: Add missing code for checking new family phoenix & glindaZheng Bao
2023-01-22amdfwtool: Add entry types required to support glinda & phoenix SOCZheng Bao
2023-01-12soc/amd: Change Morgana codename to PhoenixMartin Roth
2022-12-24util/amdfwtool: Write EFS and AMDFW body in separate filesKarthikeyan Ramasubramanian
2022-11-12amdfwtool: Add definition of instance for PSP entryZheng Bao
2022-11-12util/amdfwtool/amdfwtool: Don't rewrite macrosElyes Haouas
2022-11-11util/amdfwtool: Add more instances some types in BDTArthur Heymans
2022-11-11util/amdfwtool: Add new typesArthur Heymans