aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Azure: Add sandbox64 to CITEST/add-sandbox64-to-azureTom Rini2023-09-011-0/+5
* Azure: Split sandbox and qemu test.py runsTom Rini2023-09-011-17/+44
* Azure: Rework test_py job to publish its wrapper scriptTom Rini2023-09-011-71/+90
* HACK: No GitLab just yetTom Rini2023-09-011-520/+0
* .gitlab-ci: Test sandbox64 board in addition to sandboxMarek Vasut2023-09-011-0/+17
* test: print: Fix hexdump test on 64bit systemsMarek Vasut2023-09-011-14/+28
* test: dm: test-fdt: Use fdtdec_get_int() in dm_check_devices()Marek Vasut2023-09-011-2/+2
* configs: sandbox64: Enable legacy image format supportMarek Vasut2023-09-011-0/+1
* Merge branch '2023-08-31-replace-more-init-hooks-with-events' into nextTom Rini2023-08-3189-261/+431
|\
| * event: Use an event to replace last_stage_init()WIP/2023-08-31-replace-more-init-hooks-with-eventsSimon Glass2023-08-3154-80/+95
| * freescale: Drop call to init_func_vid() in the init sequenceSimon Glass2023-08-315-14/+9
| * x86: Convert arch_fsp_init() to use eventsSimon Glass2023-08-316-19/+12
| * event: Update documentation for simple spySimon Glass2023-08-311-2/+21
| * event: Rename EVENT_SPY to EVENT_SPY_FULLSimon Glass2023-08-313-3/+3
| * event: Convert existing spy records to simpleSimon Glass2023-08-3124-78/+52
| * initcall: Support manual relocationSimon Glass2023-08-313-4/+19
| * initcall: Support emitting eventsSimon Glass2023-08-314-16/+77
| * event: Export event_type_name()Simon Glass2023-08-312-1/+9
| * initcall: Adjust the failure message and return valueSimon Glass2023-08-311-5/+7
| * initcall: Adjust the loop logicSimon Glass2023-08-311-12/+12
| * initcall: Factor out reloc_off calculationSimon Glass2023-08-311-10/+15
| * Revert "initcall: Move to inline function"Simon Glass2023-08-314-46/+58
| * event: Support a simple spy recordSimon Glass2023-08-315-8/+79
|/
* Merge branch '2023-08-30-assorted-code-improvements' into nextTom Rini2023-08-3112-151/+188
|\
| * setexpr: Silence some diagnostic messagesWIP/2023-08-30-assorted-code-improvementsƁukasz Stelmach2023-08-301-2/+2
| * configs: sandbox: Enable NVMXIP QSPI driverMarek Vasut2023-08-301-0/+1
| * drivers/mtd/nvmxip: Move sandbox_set_enable_memio() to testMarek Vasut2023-08-302-4/+2
| * drivers/mtd/nvmxip: Print phys_addr_t without warnings on both 32bit and 64bi...Marek Vasut2023-08-301-2/+2
| * drivers/mtd/nvmxip: Rework the read accessor to support 32bit systemsMarek Vasut2023-08-301-26/+12
| * drivers/mtd/nvmxip: Trigger post bind as probe on driver levelMarek Vasut2023-08-303-11/+20
| * fwu: Initialize global fwu library state during CI testMarek Vasut2023-08-302-6/+18
| * serial-uclass: reset gd->cur_serial_dev to NULL if serial not foundMaksim Kiselev2023-08-301-0/+1
| * tools: image-host: print error messages to stderrOleksandr Suvorov2023-08-301-95/+107
| * pci: pcie-brcmstb: do not rely on CLKREQ# signalSam Edwards2023-08-301-5/+13
| * pci: pcie-brcmstb: bring over some robustness improvements from LinuxSam Edwards2023-08-301-0/+10
|/
* Merge tag 'u-boot-at91-2023.10-a' of https://source.denx.de/u-boot/custodians...WIP/30Aug2023-nextTom Rini2023-08-3023-89/+1079
|\
| * ARM: dts: at91: sam9x60-curiosity: Sync gpio button from LinuxAlexander Dahl2023-08-291-0/+20
| * board: sam9x60-curiosity: Let LED subsystem init leds if enabledAlexander Dahl2023-08-292-0/+36
| * ARM: dts: at91: sam9x60-curiosity: Sync LED nodes from LinuxAlexander Dahl2023-08-291-0/+30
| * configs: at91: sam9x60: Switch to new reset driverAlexander Dahl2023-08-295-0/+10
| * configs: at91: sam9x60_curiosity: Sync both defconfig variantsAlexander Dahl2023-08-291-1/+14
| * mtd: nand: raw: atmel: Remove duplicate lineAlexander Dahl2023-08-231-1/+0
| * board: at91: sama5d29_curiosity: add initial support for sama5d29_curiosityMihai Sain2023-08-0712-0/+781
| * ARM: dts: at91: sam9x60-curiosity: Add raw NAND flashAlexander Dahl2023-08-021-0/+103
| * ARM: dts: at91: sam9x60-curiosity: Improve alignment with upstreamAlexander Dahl2023-08-022-55/+53
| * ARM: dts: at91: sam9x60: Change i2c compatibleAlexander Dahl2023-08-022-2/+2
| * ARM: dts: at91: sam9x60-curiosity: Fix EEPROM typeAlexander Dahl2023-08-021-1/+1
| * ARM: dts: at91: sam9x60: Better align with upstream dtsiAlexander Dahl2023-08-021-33/+33
* | Merge branch '2023-08-29-integrate-efi-capsule-update-better-in-to-u-boot-bui...Tom Rini2023-08-2936-224/+1175
|\ \
| * | doc: capsule: Document the new mechanism to embed ESL file into dtbWIP/2023-08-29-integrate-efi-capsule-update-better-in-to-u-boot-buildflowSughosh Ganu2023-08-291-14/+5