aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-01HACK: Drop most of AzureTEST/add-sandbox64-to-azureTom Rini1-343/+0
2023-09-01Azure: Rework test_py job to publish its wrapper scriptTom Rini1-71/+91
2023-09-01HACK: No GitLab just yetTom Rini1-520/+0
2023-09-01.gitlab-ci: Test sandbox64 board in addition to sandboxMarek Vasut1-0/+17
2023-09-01test: print: Fix hexdump test on 64bit systemsMarek Vasut1-14/+28
2023-09-01test: dm: test-fdt: Use fdtdec_get_int() in dm_check_devices()Marek Vasut1-2/+2
2023-09-01configs: sandbox64: Enable legacy image format supportMarek Vasut1-0/+1
2023-08-31Merge branch '2023-08-31-replace-more-init-hooks-with-events' into nextTom Rini89-261/+431
2023-08-31event: Use an event to replace last_stage_init()WIP/2023-08-31-replace-more-init-hooks-with-eventsSimon Glass54-80/+95
2023-08-31freescale: Drop call to init_func_vid() in the init sequenceSimon Glass5-14/+9
2023-08-31x86: Convert arch_fsp_init() to use eventsSimon Glass6-19/+12
2023-08-31event: Update documentation for simple spySimon Glass1-2/+21
2023-08-31event: Rename EVENT_SPY to EVENT_SPY_FULLSimon Glass3-3/+3
2023-08-31event: Convert existing spy records to simpleSimon Glass24-78/+52
2023-08-31initcall: Support manual relocationSimon Glass3-4/+19
2023-08-31initcall: Support emitting eventsSimon Glass4-16/+77
2023-08-31event: Export event_type_name()Simon Glass2-1/+9
2023-08-31initcall: Adjust the failure message and return valueSimon Glass1-5/+7
2023-08-31initcall: Adjust the loop logicSimon Glass1-12/+12
2023-08-31initcall: Factor out reloc_off calculationSimon Glass1-10/+15
2023-08-31Revert "initcall: Move to inline function"Simon Glass4-46/+58
2023-08-31event: Support a simple spy recordSimon Glass5-8/+79
2023-08-31Merge branch '2023-08-30-assorted-code-improvements' into nextTom Rini12-151/+188
2023-08-30setexpr: Silence some diagnostic messagesƁukasz Stelmach1-2/+2
2023-08-30configs: sandbox: Enable NVMXIP QSPI driverMarek Vasut1-0/+1
2023-08-30drivers/mtd/nvmxip: Move sandbox_set_enable_memio() to testMarek Vasut2-4/+2
2023-08-30drivers/mtd/nvmxip: Print phys_addr_t without warnings on both 32bit and 64bi...Marek Vasut1-2/+2
2023-08-30drivers/mtd/nvmxip: Rework the read accessor to support 32bit systemsMarek Vasut1-26/+12
2023-08-30drivers/mtd/nvmxip: Trigger post bind as probe on driver levelMarek Vasut3-11/+20
2023-08-30fwu: Initialize global fwu library state during CI testMarek Vasut2-6/+18
2023-08-30serial-uclass: reset gd->cur_serial_dev to NULL if serial not foundMaksim Kiselev1-0/+1
2023-08-30tools: image-host: print error messages to stderrOleksandr Suvorov1-95/+107
2023-08-30pci: pcie-brcmstb: do not rely on CLKREQ# signalSam Edwards1-5/+13
2023-08-30pci: pcie-brcmstb: bring over some robustness improvements from LinuxSam Edwards1-0/+10
2023-08-30Merge tag 'u-boot-at91-2023.10-a' of https://source.denx.de/u-boot/custodians...WIP/30Aug2023-nextTom Rini23-89/+1079
2023-08-29Merge branch '2023-08-29-integrate-efi-capsule-update-better-in-to-u-boot-bui...Tom Rini36-224/+1175
2023-08-29doc: capsule: Document the new mechanism to embed ESL file into dtbWIP/2023-08-29-integrate-efi-capsule-update-better-in-to-u-boot-buildflowSughosh Ganu1-14/+5
2023-08-29test: capsule: Remove logic to add public key ESLSughosh Ganu2-20/+4
2023-08-29sandbox: capsule: Add path to the public key ESL fileSughosh Ganu2-0/+2
2023-08-29scripts/Makefile.lib: Embed capsule public key in platform's dtbSughosh Ganu3-0/+34
2023-08-29scripts/Makefile.lib: Add dtsi include files as deps for building DTBSughosh Ganu1-1/+3
2023-08-29scripts/Makefile.lib: Collate all dtsi files for inclusionSughosh Ganu1-4/+7
2023-08-29sandbox: trace: Increase trace buffer sizeSughosh Ganu3-3/+3
2023-08-29doc: Add documentation to highlight capsule generation related updatesSughosh Ganu1-0/+40
2023-08-29test: capsule: Generate EFI capsules through binmanSughosh Ganu4-174/+367
2023-08-29binman: capsule: Add support for generating EFI capsulesSughosh Ganu11-0/+498
2023-08-29btool: mkeficapsule: Add a bintool for EFI capsule generationSughosh Ganu1-0/+101
2023-08-29sandbox: capsule: Enable EFI capsule module on sandbox variantsSughosh Ganu3-0/+6
2023-08-29sandbox: capsule: Add keys and certificates needed for capsule update testingSughosh Ganu5-0/+94
2023-08-29nuvoton: npcm845-evb: Add a newline at the end of fileSughosh Ganu1-1/+1