aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* common: board_r: print error if binman_init failsTim Harvey2021-08-011-1/+7
* Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-07-315-4/+38
|\
| * sunxi: decide the inclusion of SCP by SCP_ADDR existenceIcenowy Zheng2021-08-011-2/+2
| * sunxi: A23/A33/H3: Move sun8i secure monitor to SRAM A2Samuel Holland2021-08-012-0/+21
| * sunxi: Select environment MMC based on boot deviceSamuel Holland2021-08-012-2/+15
* | Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/31Jul2021Tom Rini2021-07-3149-336/+730
|\ \
| * | serial: a37xx: Do not call get_ref_clk() in _debug_uart_init()Pali Rohár2021-07-311-1/+3
| * | serial: a37xx: Use CONFIG_BAUDRATE for initializing early debug UARTPali Rohár2021-07-311-3/+2
| * | arm: kirkwood: Dreamplug: Add DM SATA and remove IDE configsTony Dinh2021-07-311-2/+10
| * | arm: kirkwood: Dreamplug: Use Ethernet PHY name and address from device treeTony Dinh2021-07-311-14/+48
| * | arm: kirkwood: Dreamplug: Add DM Ethernet and DM SATA configsTony Dinh2021-07-311-0/+4
| * | arm64: a37xx: pinctrl: Correct PWM pins definitionsMarek Behún2021-07-312-13/+12
| * | 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