summaryrefslogtreecommitdiffstats
path: root/util/amdfwtool
Commit message (Expand)AuthorAgeFilesLines
* .gitignore: Split into subdirectory filesPatrick Georgi2020-10-301-0/+3
* amdfwtool: Remove the assumption of ROM_SIZEZheng Bao2020-10-052-8/+2
* amdfwtool: Use a variable to get the return value of writeZheng Bao2020-10-051-1/+6
* amdfwtool: Clean up the Makefile of amdfwtoolZheng Bao2020-10-052-9/+23
* amdfwtool: Fix the gcc warning about sign comparisonZheng Bao2020-10-021-7/+7
* util/amdfwtool: Add PSP verstage signature entryMartin Roth2020-09-031-2/+9
* util/amdfwtool: Fix warning taking address of packed struct memberMartin Roth2020-09-031-3/+6
* util/amdfwtool: Refactor APOB_NV requirementsMartin Roth2020-08-211-15/+8
* util/amdfwtool: Add support for EFS SPI values for F17h and F15hMatt Papageorge2020-07-261-3/+180
* util/amdfwtool: Add option for setting PSP/FW shared memory locationMartin Roth2020-06-081-4/+31
* util/amdfwtool: update to allow building in any locationMartin Roth2020-06-081-16/+31
* util/amdfwtool: Fix MAX_PSP_ENTRIES valueRob Barnes2020-05-211-1/+1
* treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi2020-05-111-22/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-10/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-2/+0
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* amdfwtool: Allow for up to 16 APCB entriesRob Barnes2020-03-271-2/+25
* util/amdfwtool: Fix file open error msgEric Peers2020-03-171-1/+2
* util/amdfwtool: Clarify APOB NV requirementsMarshall Dawson2020-03-021-3/+25
* util/amdfwtool: Improve comment's grammarPatrick Georgi2020-02-181-1/+1
* util: Fix typosElyes HAOUAS2020-02-171-1/+1
* util/amdfwtool: guard typedef aliasesIdwer Vollering2020-01-201-0/+2
* util/amdfwtool: Add instances for APCB backupMarshall Dawson2020-01-061-1/+5
* util/amdfwtool: Add holding locations for more APCBsMarshall Dawson2019-10-201-1/+5
* util/amdfwtool: Grow the Embedded Firmware StructureMarshall Dawson2019-10-161-0/+2
* util/amdfwtool: Correct fletcher32 algorithmMarshall Dawson2019-07-291-9/+7
* util/amdfwtool: Add option to build verstage binary into the PSPMartin Roth2019-07-151-2/+10
* util/amdfwtool: Do misc cleanupMartin Roth2019-07-151-3/+5
* util/amdfwtool: Close file descriptor on errorJacob Garber2019-07-101-0/+2
* util/amdfwtool: Update for Family 17hMarshall Dawson2019-06-191-20/+607
* util/amdfwtool: Add multilevel PSP directory tableMarshall Dawson2019-06-131-32/+110
* util/amdfwtool: Align PSP NVRAMMarshall Dawson2019-06-131-0/+28
* util/amdfwtool: Add argument for soft fuse overrideMarshall Dawson2019-06-131-2/+29
* util/amdfwtool: Allow 0-length blobsMarshall Dawson2019-03-151-2/+2
* util/amdfwtool: Remove fanless SMU optionsMarshall Dawson2019-03-071-17/+1
* util/amdfwtool: Split type field for PSP entriesMarshall Dawson2019-03-071-29/+67
* util/amdfwtool: Streamline functions with contextMarshall Dawson2019-03-071-66/+105
* util/amdfwtool: Add generic image copy functionMarshall Dawson2019-03-071-65/+43
* util/amdfwtool: Combine table header populationMarshall Dawson2019-03-071-22/+26
* util/amdfwtool: Remove duplicate PSP2 supportMarshall Dawson2019-03-071-244/+68
* util/amdfwtool: Introduce combo-capable optionMarshall Dawson2019-03-071-7/+29
* util/amdfwtool: Clarify call to fletcher32Marshall Dawson2019-03-071-9/+14
* util/amdfwtool: Clarify calculations with structuresMarshall Dawson2019-03-071-49/+102
* util/amdfwtool: Fix iteration of PSP firmwaresMarshall Dawson2019-03-071-11/+13
* util: Add description.md to each utilTom Hiller2018-07-261-0/+1
* util/amdfwtool/amdfwtool.c: Check fstat returnRichard Spiegel2018-02-221-2/+10
* util/amdfwtool/amdfwtool.c: Verify it actually read bytesRichard Spiegel2018-01-241-4/+22
* util/amdfwtool/amdfwtool.c: Check for negative returnRichard Spiegel2018-01-231-0/+10
* util/amdfwtool: Add option for directory locationMartin Roth2017-10-051-5/+45