index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
amdfwtool
Age
Commit message (
Expand
)
Author
2024-03-23
amdfwtool: Use macro to get the table relative address
Zheng Bao
2024-03-22
amdfwtool: Only update count in header in only one function
Zheng Bao
2024-03-21
amdfwtool: Move linking BHD2 to PSP2 from main to link funcion
Zheng Bao
2024-03-20
amdfwtool: Check sanity before filling the data array
Zheng Bao
2024-03-20
amdfwtool: Set the cookie when the table header is created
Zheng Bao
2024-03-20
amdfwtool: Move the header creation into integration function
Zheng Bao
2024-03-20
amdfwtool: Add functions to link all the tables
Zheng Bao
2024-03-20
amdfwtool: Move the address of tables to the context
Zheng Bao
2024-03-18
amdfwtool: Compact the parameter transfering
Zheng Bao
2024-03-18
amdfwtool: Remove the dissociated combo BIOS table for recovery A/B
Zheng Bao
2024-03-17
amdfwtool: Set the level based on cookie
Zheng Bao
2024-03-17
amdfwtool: Set the table size only for FWs
Zheng Bao
2024-03-06
amdfwtool: Change&Record the current table in integration function
Zheng Bao
2024-03-06
amdfwtool: Move code related to getting options to a new file
Zheng Bao
2024-03-06
amdfwtool: Set the table size for L1 separately
Zheng Bao
2024-03-04
amdfwtool: Move the functions to handle_file.c
Zheng Bao
2024-03-04
amdfwtool: Remove the function's dependency to ctx
Zheng Bao
2024-02-29
amdfwtool: Use Makefile.mk for Makefile settings
Martin Roth
2024-02-26
util/amdfwtool: build amdfwtool only for all tools or AMD CPUs
Martin Roth
2024-01-26
util: Rename Makefiles from .inc to .mk
Martin Roth
2023-10-10
util/amdfwtool: Check for pkg-config presence
Karthikeyan Ramasubramanian
2023-09-26
amdfwtool: Support firmware offsets of larger than 16MiB
Zheng Bao
2023-09-26
amdfwtool: Add APCB for new combo entry
Zheng Bao
2023-09-05
amdfwtool: Add FW type FUSE_CHAIN in the config file
Zheng Bao
2023-08-30
amdfwtool: Print more information when debug mode is set
Zheng Bao
2023-08-21
util/amdfwtool: Add Genoa support
Arthur Heymans
2023-08-04
util/amdfwtool: Introduce support for Hash Table v2
Karthikeyan Ramasubramanian
2023-08-04
util/amdfwtool: Support multiple firmware identifier types
Karthikeyan Ramasubramanian
2023-08-01
Revert "util/amdfwtool: Add some PSP entries to both levels"
Matt DeVillier
2023-07-31
util/amdfwtool: Add some PSP entries to both levels
Arthur Heymans
2023-07-24
amdfwtool: Add early vga BIOS ID to enum
Arthur Heymans
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
[next]