aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-06Azure: Add sandbox64 to CIWIP/2023-09-06-assorted-CI-updatesTom Rini1-0/+5
2023-09-06.gitlab-ci: Test sandbox64 board in addition to sandboxMarek Vasut1-0/+17
2023-09-06Azure: Split sandbox and qemu test.py runsTom Rini1-17/+44
2023-09-06Azure: Rework test_py job to publish its wrapper scriptTom Rini1-71/+90
2023-09-06CI: Drop some jobs we didn't really utilizeTom Rini3-56/+0
2023-09-06CI: Combine tools-only and envtools jobsTom Rini2-19/+6
2023-09-06Azure: Rework build the world jobsTom Rini1-75/+25
2023-09-06test: print: Fix hexdump test on 64bit systemsMarek Vasut1-14/+28
2023-09-06test: dm: test-fdt: Use fdtdec_get_int() in dm_check_devices()Marek Vasut1-2/+2
2023-09-06configs: sandbox64: Enable legacy image format supportMarek Vasut1-0/+1
2023-09-06Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-coldfi...Tom Rini10-143/+303
2023-09-06Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-usb in...Tom Rini2-63/+65
2023-09-06Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh int...Tom Rini1-4/+5
2023-09-06ARM: rmobile: Clean up rmobile_cpuinfo_idx()Marek Vasut1-4/+5
2023-09-06Merge branch '2023-09-06-riscv-fixes' into nextTom Rini1-7/+3
2023-09-06riscv: Correct event usage for riscv_cpu_probe/setupTom Rini1-5/+1
2023-09-06riscv: Rework riscv_cpu_probe for current event macrosTom Rini1-2/+2
2023-09-06arch: m68k: Implement relocationMarek Vasut9-108/+204
2023-09-06tools: relocate-rela: Add M68K supportMarek Vasut1-31/+85
2023-09-06tools: relocate-rela: Fix BE symtab handlingMarek Vasut1-4/+14
2023-09-04usb: host: ohci-generic: Make usage of clock/reset bulk() APIFabrice Gasnier1-63/+29
2023-09-04usb: check for companion controller in uclassFabrice Gasnier1-0/+36
2023-09-04event.h: Documented some newly added portions betterTom Rini1-8/+9
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini72-454/+1217
2023-09-04Prepare v2023.10-rc4v2023.10-rc4Tom Rini2-2/+2
2023-09-04Merge tag 'rpi-2023.10' of https://source.denx.de/u-boot/custodians/u-boot-ra...Tom Rini11-143/+86
2023-09-03arm: rpi: Switch to a text environmentSimon Glass2-100/+77
2023-09-03rpi: Disable DISTRO_DEFAULTSSimon Glass9-9/+0
2023-09-03arm: rpi: Switch to standard bootSimon Glass10-36/+11
2023-09-02Merge tag 'doc-2023-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini13-55/+372
2023-09-02Merge tag 'doc-next' of https://source.denx.de/u-boot/custodians/u-boot-efi i...Tom Rini1-2/+5
2023-09-02doc: Add gpt command documentationJoshua Watt2-0/+185
2023-09-02cmd: gpt: Remove confusing help textJoshua Watt1-2/+0
2023-09-02doc: board: ti: am64x: Fix build step numberingNishanth Menon1-2/+2
2023-09-02doc: board: ti: am64x: provide image alt textNishanth Menon1-0/+3
2023-09-02doc: board: toradex: verdin-am62: document update u-boot wrapperMarcel Ziswiler1-0/+14
2023-09-02doc: board: toradex: minor documentation updateMarcel Ziswiler6-46/+71
2023-09-02video: fix typo in video_sync_all documentationHeinrich Schuchardt1-1/+1
2023-09-02doc: add events.h to documentationHeinrich Schuchardt2-0/+10
2023-09-02dm: event: document all eventsHeinrich Schuchardt1-6/+91
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