aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-31Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/31Jul2021Tom Rini49-336/+730
2021-07-31serial: a37xx: Do not call get_ref_clk() in _debug_uart_init()Pali Rohár1-1/+3
2021-07-31serial: a37xx: Use CONFIG_BAUDRATE for initializing early debug UARTPali Rohár1-3/+2
2021-07-31arm: kirkwood: Dreamplug: Add DM SATA and remove IDE configsTony Dinh1-2/+10
2021-07-31arm: kirkwood: Dreamplug: Use Ethernet PHY name and address from device treeTony Dinh1-14/+48
2021-07-31arm: kirkwood: Dreamplug: Add DM Ethernet and DM SATA configsTony Dinh1-0/+4
2021-07-31arm64: a37xx: pinctrl: Correct PWM pins definitionsMarek Behún2-13/+12
2021-07-31kwbimage: Update help message about how to extract from an existing imagePali Rohár1-1/+1
2021-07-31kwbimage: Add support for extracting images via dumpimage toolPali Rohár1-8/+64
2021-07-31arm: mvebu: gdsys: Remove custom spl_board_init()Pali Rohár3-22/+1
2021-07-31arm: mvebu: Remove unused macro CONFIG_SYS_U_BOOT_OFFSPali Rohár12-51/+2
2021-07-31tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytesPali Rohár2-17/+0
2021-07-31arm: mvebu: Remove legacy U-Boot header from kwbimage v1 filesPali Rohár1-2/+2
2021-07-31arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage headerPali Rohár28-69/+224
2021-07-31SPL: Add support for parsing board / BootROM specific image typesPali Rohár1-0/+9
2021-07-31SPL: Add support for specifying offset between header and imagePali Rohár4-3/+28
2021-07-31arm: mvebu: Use U-Boot's SPL BootROM framework for booting from NAND/UARTPali Rohár1-23/+24
2021-07-31arm: mvebu: Implement return_to_bootrom() via U-Boot's SPL frameworkPali Rohár2-0/+16
2021-07-31arm: mvebu: Mark return_to_bootrom() as a noreturn functionPali Rohár1-1/+1
2021-07-31arm: mvebu: Fix return_to_bootrom()Pali Rohár1-1/+2
2021-07-31tools: kwboot: Fix checking image header versionPali Rohár1-1/+1
2021-07-31tools: kwboot: Check for v1 header sizePali Rohár1-0/+5
2021-07-31tools: kwboot: Cosmetic fix - add missing curly bracketsPali Rohár1-1/+2
2021-07-31tools: kwboot: Print trailing newline after terminal is terminatedPali Rohár1-0/+1
2021-07-31tools: kwboot: Fix restoring terminalPali Rohár1-1/+2
2021-07-31tools: kwboot: Fix wrong parameter passed to read()Pali Rohár1-1/+1
2021-07-31tools: dumpimage: Show error message when trying to extract data from kwbimagePali Rohár1-0/+5
2021-07-31tools: dumpimage: Fix crashing when trying to extract data from kwbimagePali Rohár1-1/+1
2021-07-31tools: kwbimage: Mark all BootROM structures __packedPali Rohár2-19/+19
2021-07-31tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38XPali Rohár2-26/+0
2021-07-31tools: kwbimage: Add support for a new DATA_DELAY commandPali Rohár1-1/+23
2021-07-31tools: kwbimage: Add support for DATA command also for v1 imagesPali Rohár2-1/+58
2021-07-31tools: kwbimage: Don't parse PAYLOAD keywordPali Rohár1-13/+0
2021-07-31tools: kwbimage: Add support for more BINARY headersPali Rohár1-31/+28
2021-07-31tools: kwbimage: Fix calculating size of binary headerPali Rohár1-9/+2
2021-07-31tools: kwbimage: Change maximum number of arguments in binary header to 256Pali Rohár1-1/+1
2021-07-31tools: kwbimage: Use -a parameter (load address) for v1 imagesPali Rohár2-10/+2
2021-07-31tools: kwbimage: Cosmetic fix - remove redundant space characterMarek Behún1-1/+1
2021-07-31tools: kwbimage: Print size of binary header in kwbimage_print_header()Pali Rohár1-0/+24
2021-07-31tools: kwbimage: Validate data checksum of v1 imagesPali Rohár1-0/+43
2021-07-31tools: kwbimage: Validate extended headers of v1 imagesPali Rohár1-0/+29
2021-07-31tools: kwbimage: Fix check for v0 extended header checksumPali Rohár1-7/+11
2021-07-31tools: kwbimage: Don't crash when binary file name does not contain '/'Pali Rohár1-1/+1
2021-07-31tools: kwbimage: Fix generation of SATA, SDIO and PCIe imagesPali Rohár1-0/+25
2021-07-31tools: kwbimage: Add constant for SDIO bootfromMarek Behún1-0/+1
2021-07-31tools: kwbimage: Align SPI and NAND images to 256 bytesPali Rohár1-1/+18
2021-07-31tools: kwbimage: Simplify aligning and calculating checksumPali Rohár1-21/+15
2021-07-31tools: kwbimage: Fix compilation without CONFIG_SYS_U_BOOT_OFFSPali Rohár1-1/+1
2021-07-29Merge branch '2021-07-28-assorted-fixes'Tom Rini17-31/+68
2021-07-29Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...WIP/29Jul2021Tom Rini55-578/+5775