summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-01dtoc: Support widening a bool valueSimon Glass6-2/+38
2021-08-01dtoc: Fix widening an int array to an intSimon Glass4-14/+22
2021-08-01dtoc: Rename is_wider_than() to reduce confusionSimon Glass1-6/+9
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass6-3/+73
2021-08-01moveconfig: Update to newer kconfiglibSimon Glass1-12/+12
2021-08-01doc: Fix up outdated moveconfig docsSimon Glass1-36/+22
2021-08-01doc: Add docs for the moveconfig toolSimon Glass3-290/+298
2021-08-01doc: Move coccinelle into its own sectionSimon Glass1-1/+8
2021-08-01doc: Create an intro section for testingSimon Glass2-3/+5
2021-08-01patman: add warning for invalid tagPatrick Delaunay2-0/+20
2021-08-01fdt: Show the type of devicetree with fdt addrSimon Glass1-2/+3
2021-08-01fdt: Tidy up the code a bit with fdt addrSimon Glass1-24/+13
2021-08-01sandbox: tpm: Support extending a PCR multiple timesSimon Glass2-15/+27
2021-08-01sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NBSimon Glass1-11/+11
2021-08-01sandbox: tpm: Support storing device state in tpm2Simon Glass1-0/+139
2021-08-01sandbox: tpm: Support nvdata in TPM2Simon Glass2-0/+70
2021-08-01sandbox: tpm: Track whether the state is validSimon Glass1-2/+8
2021-08-01sandbox: tpm: Finish comments for struct sandbox_tpm2Simon Glass1-4/+16
2021-08-01sandbox: tpm: Correct handling of get-capabilitySimon Glass1-10/+4
2021-08-01sandbox: tpm: Support the define-space commandSimon Glass3-0/+34
2021-08-01sandbox: tpm: Tidy up reading and writing of device stateSimon Glass1-11/+24
2021-08-01sandbox: tpm: Split out common nvdata codeSimon Glass4-105/+172
2021-08-01common: board_r: print error if binman_init failsTim Harvey1-1/+7
2021-08-01Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini5-4/+38
2021-08-01sunxi: decide the inclusion of SCP by SCP_ADDR existenceIcenowy Zheng1-2/+2
2021-08-01sunxi: A23/A33/H3: Move sun8i secure monitor to SRAM A2Samuel Holland2-0/+21
2021-08-01sunxi: Select environment MMC based on boot deviceSamuel Holland2-2/+15
2021-07-31Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom 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