Age | Commit message (Expand) | Author |
2023-06-02 | util/amdfwtool: Add ability to split hash table | Karthikeyan Ramasubramanian |
2023-06-02 | amdfwtool: Only use AMD_FW_RECOVERYAB_A on phoenix | Fred Reitberger |
2023-06-02 | amdfwtool: Add --output-manifest option | Grzegorz Bernacki |
2023-05-24 | amdfwtool: Set the minimum size of entry PSPL2 A/B | Zheng Bao |
2023-05-08 | util/amdfwtool: Consolidate entry line regex pattern | Karthikeyan Ramasubramanian |
2023-04-28 | amdfwtool: Increase MAX_PSP_ENTRIES | Fred Reitberger |
2023-03-24 | amdfwtool: Clean up table buffers before combo loop | Zheng Bao |
2023-03-24 | amdfwtool: Add missing help information for --combo-config1 | Zheng Bao |
2023-03-24 | amdfwtool: Call wrapper funtion to write file | Zheng Bao |
2023-03-24 | amdfwtool: Move some funtions to other categorized source files | Zheng Bao |
2023-03-21 | util/amdfwtool: remove unused union from embedded_firmware struct | Felix Held |
2023-03-16 | amdfwtool: Print which combo entry is being processed | Zheng Bao |
2023-03-16 | amdfwtool: Remove meaningless double parentheses | Zheng Bao |
2023-03-16 | amdfwtool: Check combo_index before checking the combo_config | Zheng Bao |
2023-03-16 | amdfwtool: Add asserting before accessing array combo_config | Zheng Bao |
2023-03-15 | util/amdfwtool: Update config parser to accept full paths | Martin Roth |
2023-03-15 | util/amdfwtool: Support not passing recovery/backup APCB | Karthikeyan Ramasubramanian |
2023-03-15 | amdfwtool: Remove the initial alignment on newer SoCs | Karthikeyan Ramasubramanian |
2023-03-10 | amdfwtool: Remove the option --list which nobody uses | Zheng Bao |
2023-03-10 | amdfwtool: Move PSP FWs padding into a loop for combo | Zheng Bao |
2023-03-10 | amdfwtool: Add combo index and combo config table | Zheng Bao |
2023-03-10 | amdfwtool: Add a wrapper function to open and process config file | Zheng Bao |
2023-03-10 | amdfwtool: Add HW IPCFG file whose subprog is 1 | Zheng Bao |
2023-03-09 | util/amdfwtool: Add option to indicate uncompressed BIOS binary | Karthikeyan Ramasubramanian |
2023-03-09 | amdfwtool: move FW_MPIO to PSP Dir Level 2 where it belongs | Nikolai Vyssotski |
2023-03-09 | amdfwtool: Support multiple inst entries | Fred Reitberger |
2023-03-08 | amdfwtool: combo: Add combo feature for BIOS table | Zheng Bao |
2023-03-08 | amdfwtool: Separate two cases of combo and non-combo clearly | Zheng Bao |
2023-03-08 | amdfwtool: combo: Create the combo header earlier | Zheng Bao |
2023-03-08 | amdfwtool: Move the filling of table headers into functions | Zheng Bao |
2023-03-02 | amdfwtool: Remove the limit of spliting EFS and body | Zheng Bao |
2023-03-02 | amdfwtool: Change .rom.efs to .rom and .rom to .rom.body | Zheng Bao |
2023-03-01 | amdfwtool:combo: Move the filling of field "lookup" into function | Zheng Bao |
2023-03-01 | amdfwtool: Remove the hints of flag --combo-capable | Zheng Bao |
2023-03-01 | amdfwtool: Clean up the logic sequence of pointer growing | Zheng Bao |
2023-02-28 | amdfwtool: Check the validation of EFS & body relative address | Zheng Bao |
2023-02-28 | amdfwtool: Fill the address in EFS header as "relative to BIOS" | Zheng Bao |
2023-02-27 | amdfwtool: Add universal cleanup function | Zheng Bao |
2023-02-24 | amdfwtool: Add missing parentheses in macro definition | Zheng Bao |
2023-02-24 | amdfwtool: Change the growing pointer with cautions | Zheng Bao |
2023-02-24 | amdfwtool: Remove the useless variable "rom" | Zheng Bao |
2023-02-14 | amdfwtool: use SoC ID info instead of misleading comboable flag | Zheng Bao |
2023-02-13 | amdfwtool: Remove command line option soc-name | Zheng Bao |
2023-02-11 | amdfwtool: Put soc name setting to fw.cfg from command line | Zheng Bao |
2023-02-10 | amdfwtool: Move soc_id to cb_config | Zheng Bao |
2023-02-09 | util/amdfwtool: Add UMSMU blob support | Fred Reitberger |
2023-02-09 | amdfwtool: Parse the line with SOC_NAME | Zheng Bao |
2023-02-09 | amdfwtool: Add SOC family definition for Carrizo | Zheng Bao |
2023-02-09 | amdfwtool: Allow the location to be a relative address | Zheng Bao |
2023-02-08 | amdfwtool: Report the address of EFS header and body | Zheng Bao |
2023-02-06 | amdfwtool: Add phoenix and glinda in get_psp_fw_type | Zheng Bao |
2023-02-05 | amdfwtool: Remove useless printing out | Zheng Bao |
2023-02-05 | amdfwtool: Add a function to make the calling stack less deep | Zheng Bao |
2023-02-04 | util/amdfwtool: add comment about reused PSP firmware type 0x5f | Felix Held |
2023-02-04 | amdfwtool: Add entry RIB whose subprog equals 1 | Zheng Bao |
2023-02-02 | amdfwtool: Set the level of RIB file as level 2 | Zheng Bao |
2023-02-01 | amdfwtool: Remove the duplicated entry RIB | Zheng Bao |
2023-01-27 | amdfwtool: Update and extend PSP header format description | Zheng Bao |
2023-01-25 | amdfwtool: Remove comment "fallthrough" | Zheng Bao |
2023-01-22 | amdfwtool: Change the variable name to body_location | Zheng Bao |
2023-01-22 | amdfwtool: Add instance = 0 for bios image | Zheng Bao |
2023-01-22 | amdfwtool: Add missing code for checking new family phoenix & glinda | Zheng Bao |
2023-01-22 | amdfwtool: Add entry types required to support glinda & phoenix SOC | Zheng Bao |
2023-01-12 | soc/amd: Change Morgana codename to Phoenix | Martin Roth |
2022-12-24 | util/amdfwtool: Write EFS and AMDFW body in separate files | Karthikeyan Ramasubramanian |
2022-11-12 | amdfwtool: Add definition of instance for PSP entry | Zheng Bao |
2022-11-12 | util/amdfwtool/amdfwtool: Don't rewrite macros | Elyes Haouas |
2022-11-11 | util/amdfwtool: Add more instances some types in BDT | Arthur Heymans |
2022-11-11 | util/amdfwtool: Add new types | Arthur Heymans |
2022-10-26 | util/amdfwtool: Add build rules for amdfwread | Karthikeyan Ramasubramanian |
2022-10-26 | util/amdfwtool/amdfwread: List AMDFW RO binary entries | Karthikeyan Ramasubramanian |
2022-10-26 | util/amdfwtool/amdfwread: Handle recovery A/B layout | Karthikeyan Ramasubramanian |
2022-10-26 | util/amdfwtool/amdfwread: Fix AMDFW_OPT* bit mask | Karthikeyan Ramasubramanian |
2022-10-26 | util/amdfwtool/amdfwread: Update relative_offset function | Karthikeyan Ramasubramanian |
2022-10-21 | util/amdfwutil: Fix adding microcode binaries | Arthur Heymans |
2022-10-11 | util/amdfwread: Fix cookie error message | Arthur Heymans |
2022-10-11 | util/amdfwutil: Order enum and use hex consistently | Arthur Heymans |
2022-10-10 | util/amdfwtool: Add Mendocino to usage | Fred Reitberger |
2022-10-10 | util/amdfwtool: Add preliminary code for morgana & glinda SOCs | Martin Roth |
2022-10-02 | util/amdfwtool: Generate hashes for signed AMDFW components | Kangheui Won |
2022-10-02 | util/amdfwtool: Add options to separate signed firmwares | Kangheui Won |
2022-10-02 | util/amdfwtool: Include the header with __packed definition | Karthikeyan Ramasubramanian |
2022-09-30 | util/amdfwtool/data_parse: fix PMU subprogram/instance ID handling | Felix Held |
2022-09-22 | util/amdfwtool: Add support for PSP NVRAM base addr and size | Ritul Guru |
2022-09-04 | util/amdfwtool/amdfwread: Fix incorrect option index | Karthikeyan Ramasubramanian |
2022-08-29 | amdfwtool: Fix indentation | Zheng Bao |
2022-08-26 | util/amdfwtool: Add changes to reserve BIOS SIG | Ritul Guru |
2022-08-12 | amdfwtool/amdfwtool.h: Allow 16 additional PSP entries to be supported | Altamshali Hirani |
2022-08-11 | util/amdfwtool: Rename Sabrina to Mendocino | Jon Murphy |
2022-08-09 | util/amdfwtool: Fix ISH_B directory offset | Karthikeyan Ramasubramanian |
2022-08-01 | util/amdfwtool: Support PSP whitelist file on recovery A/B layout | Karthikeyan Ramasubramanian |
2022-07-26 | util/amdfwtool: Update the location of PSP verstage and signing key | Karthikeyan Ramasubramanian |
2022-06-30 | util/amdfwtool: Initalize all variables before use | Fred Reitberger |
2022-05-13 | util/amdfwtool: Add amdfwread utility | Robert Zieba |
2022-05-05 | util/amdfwtool: Add IKEK key for Trusted Application | Karthikeyan Ramasubramanian |
2022-04-25 | amdfwtool: Use command line option use-combo to decide if use combo | Zheng Bao |
2022-04-25 | amdfwtool: Change the name of macros for 'BHD' | Zheng Bao |
2022-04-14 | util/amdfwtool: Maintain one copy of PSP Level2 entries | Karthikeyan Ramasubramanian |
2022-04-13 | amdfwtool: Add a flag to record the second gen instead of romsig | Zheng Bao |
2022-04-05 | amdfwtool: Add a macro to set explicitly second gen for old SOCs | Zheng Bao |