summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | kwbimage: Update help message about how to extract from an existing imagePali Rohár2021-07-311-1/+1
| * | kwbimage: Add support for extracting images via dumpimage toolPali Rohár2021-07-311-8/+64
| * | arm: mvebu: gdsys: Remove custom spl_board_init()Pali Rohár2021-07-313-22/+1
| * | arm: mvebu: Remove unused macro CONFIG_SYS_U_BOOT_OFFSPali Rohár2021-07-3112-51/+2
| * | tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytesPali Rohár2021-07-312-17/+0
| * | arm: mvebu: Remove legacy U-Boot header from kwbimage v1 filesPali Rohár2021-07-311-2/+2
| * | arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage headerPali Rohár2021-07-3128-69/+224
| * | SPL: Add support for parsing board / BootROM specific image typesPali Rohár2021-07-311-0/+9
| * | SPL: Add support for specifying offset between header and imagePali Rohár2021-07-314-3/+28
| * | arm: mvebu: Use U-Boot's SPL BootROM framework for booting from NAND/UARTPali Rohár2021-07-311-23/+24
| * | arm: mvebu: Implement return_to_bootrom() via U-Boot's SPL frameworkPali Rohár2021-07-312-0/+16
| * | arm: mvebu: Mark return_to_bootrom() as a noreturn functionPali Rohár2021-07-311-1/+1
| * | arm: mvebu: Fix return_to_bootrom()Pali Rohár2021-07-311-1/+2
| * | tools: kwboot: Fix checking image header versionPali Rohár2021-07-311-1/+1
| * | tools: kwboot: Check for v1 header sizePali Rohár2021-07-311-0/+5
| * | tools: kwboot: Cosmetic fix - add missing curly bracketsPali Rohár2021-07-311-1/+2
| * | tools: kwboot: Print trailing newline after terminal is terminatedPali Rohár2021-07-311-0/+1
| * | tools: kwboot: Fix restoring terminalPali Rohár2021-07-311-1/+2
| * | tools: kwboot: Fix wrong parameter passed to read()Pali Rohár2021-07-311-1/+1
| * | tools: dumpimage: Show error message when trying to extract data from kwbimagePali Rohár2021-07-311-0/+5
| * | tools: dumpimage: Fix crashing when trying to extract data from kwbimagePali Rohár2021-07-311-1/+1
| * | tools: kwbimage: Mark all BootROM structures __packedPali Rohár2021-07-312-19/+19
| * | tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38XPali Rohár2021-07-312-26/+0
| * | tools: kwbimage: Add support for a new DATA_DELAY commandPali Rohár2021-07-311-1/+23
| * | tools: kwbimage: Add support for DATA command also for v1 imagesPali Rohár2021-07-312-1/+58
| * | tools: kwbimage: Don't parse PAYLOAD keywordPali Rohár2021-07-311-13/+0
| * | tools: kwbimage: Add support for more BINARY headersPali Rohár2021-07-311-31/+28
| * | tools: kwbimage: Fix calculating size of binary headerPali Rohár2021-07-311-9/+2
| * | tools: kwbimage: Change maximum number of arguments in binary header to 256Pali Rohár2021-07-311-1/+1
| * | tools: kwbimage: Use -a parameter (load address) for v1 imagesPali Rohár2021-07-312-10/+2
| * | tools: kwbimage: Cosmetic fix - remove redundant space characterMarek Behún2021-07-311-1/+1
| * | tools: kwbimage: Print size of binary header in kwbimage_print_header()Pali Rohár2021-07-311-0/+24
| * | tools: kwbimage: Validate data checksum of v1 imagesPali Rohár2021-07-311-0/+43
| * | tools: kwbimage: Validate extended headers of v1 imagesPali Rohár2021-07-311-0/+29
| * | tools: kwbimage: Fix check for v0 extended header checksumPali Rohár2021-07-311-7/+11
| * | tools: kwbimage: Don't crash when binary file name does not contain '/'Pali Rohár2021-07-311-1/+1
| * | tools: kwbimage: Fix generation of SATA, SDIO and PCIe imagesPali Rohár2021-07-311-0/+25
| * | tools: kwbimage: Add constant for SDIO bootfromMarek Behún2021-07-311-0/+1
| * | tools: kwbimage: Align SPI and NAND images to 256 bytesPali Rohár2021-07-311-1/+18
| * | tools: kwbimage: Simplify aligning and calculating checksumPali Rohár2021-07-311-21/+15
| * | tools: kwbimage: Fix compilation without CONFIG_SYS_U_BOOT_OFFSPali Rohár2021-07-311-1/+1
|/ /
* | Merge branch '2021-07-28-assorted-fixes'Tom Rini2021-07-2917-31/+68
|\ \
| * | mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL EngineMarc Kleine-Budde2021-07-282-2/+13
| * | test/py: Improve check for mksquashfs versionMarek Behún2021-07-281-1/+1
| * | build: remove the variable NM in gen_ll_addressable_symbols.shPatrick Delaunay2021-07-283-3/+6
| * | lib: rsa: rsa-sign: Minor bug in debug messageChan, Donald2021-07-281-1/+1
| * | lib: rsa: rsa-verify: Fix a typo in a debug messageThomas Perrot2021-07-281-1/+1
| * | arm64: Update memcpy_{from, to}io() helpersPatrice Chotard2021-07-283-10/+26
| * | arm: use the correct prototype for reset_cpu functionPatrick Delaunay2021-07-284-4/+4
| * | doc: sandbox: Fix up dependenciesSimon Glass2021-07-282-7/+5