aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Dockerfile: Update for having more requirements.txt filesWIP/update-rework-requirements-txtTom Rini2025-02-041-2/+7
* python: Recreate test/py and tools/buildman requirements.txt filesTom Rini2025-02-042-32/+3
* CI: Invoke pip once rather than multiple timesTom Rini2025-02-042-35/+28
* CI: Consistently install our requirements.txt filesTom Rini2025-02-042-4/+23
* CI: Be consistent in creating and starting our virtualenvTom Rini2025-02-042-4/+14
* python: Create requirements.txt files for each "project"Tom Rini2025-02-043-0/+11
* Gitlab: Add results.xml to the list of artifacts as well.WIP/04Feb2025Tom Rini2025-02-041-0/+1
* GitLab: Run sandbox on fast amd64 and fast arm64 hostsTom Rini2025-02-041-4/+20
* examples: fix building on arm32Liya Huang2025-02-041-4/+6
* API: system info adds FLASH and clk fetchesLiya Huang2025-02-041-0/+6
* examples: eliminate CONFIG_STANDALONE_LOAD_ADDRHeinrich Schuchardt2025-02-043-22/+5
* examples/api: improve determination of LOAD_ADDRHeinrich Schuchardt2025-02-041-20/+3
* image: apply FDTOs on FDT image node without a load propertyQuentin Schulz2025-02-041-8/+16
* Merge patch series "mediatek: final preparation for OF_UPSTREAM support"Tom Rini2025-02-0414-47/+125
|\
| * arm: dts: mediatek: add PCIe node for MT7981Christian Marangi2025-02-041-0/+35
| * arm: dts: mediatek: add USB nodes for MT7981John Crispin2025-02-041-0/+48
| * mediatek: mt7981: move gpio-controller up and rename pinctrl to pioChristian Marangi2025-02-044-11/+9
| * mediatek: mt7988: move gpio-controller up and rename pinctrl to pioChristian Marangi2025-02-043-7/+5
| * pinctrl: mediatek: mt7988: rename reg-names to upstream linux formatChristian Marangi2025-02-041-2/+2
| * mediatek: mt7986: move gpio-controller up and rename pinctrl to pioChristian Marangi2025-02-046-19/+17
| * pinctrl: mediatek: mt7986: rename reg-names to upstream linux formatChristian Marangi2025-02-041-3/+3
| * pinctrl: mediatek: mt7981: rename reg-names to upstream linux formatChristian Marangi2025-02-042-5/+6
* | Merge patch series "vbe: Series part G"WIP/03Feb2025Tom Rini2025-02-0330-87/+880
|\ \
| * | vbe: Add an implementation of VBE-ABrecSimon Glass2025-02-039-0/+627
| * | vbe: Allow VBE to disable adding loadables to the FDTSimon Glass2025-02-033-9/+17
| * | vbe: Tidy up a few commentsSimon Glass2025-02-031-9/+9
| * | vbe: Provide VPL binman-symbols for the next phaseSimon Glass2025-02-031-6/+20
| * | vbe: Support providing a linker scriptSimon Glass2025-02-031-0/+13
| * | lib: Mark gunzip as relocation codeSimon Glass2025-02-032-12/+15
| * | lib: Mark memcpy() and memmove() as relocation codeSimon Glass2025-02-031-2/+3
| * | lib: Mark lz4 as relocation codeSimon Glass2025-02-032-12/+27
| * | lib: Mark crc8 as relocation codeSimon Glass2025-02-031-2/+3
| * | spl: Provide a way to mark code needed for relocationSimon Glass2025-02-031-0/+16
| * | spl: Allow spl_load() to be controlled in any xPL phaseSimon Glass2025-02-031-2/+7
| * | vbe: Support selecting images based on phase in FITSimon Glass2025-02-031-10/+19
| * | spl: Support selecting images based on phase in simple FITSimon Glass2025-02-031-7/+27
| * | spl: Avoid including hash algorithms which are not wantedSimon Glass2025-02-031-5/+5
| * | spl: Adjust debugging and xPL symbolsSimon Glass2025-02-031-1/+1
| * | lib: Allow crc16 code to be droppedSimon Glass2025-02-034-8/+27
| * | mmc: Allow controlling DM_MMC for VPL buildsSimon Glass2025-02-031-2/+2
| * | sandbox: Update sandbox_vpl to select sha1 and sha256Simon Glass2025-02-031-0/+2
| * | mbedtls: Add SHA symbols for VPLSimon Glass2025-02-031-0/+40
|/ /
* | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini2025-02-0310-53/+89
|\ \
| * | riscv: cpu: jh7110: fallback to generic cleanup_before_linux()Yao Zi2025-02-032-24/+0
| * | riscv: cpu: generic: fallback to generic cleanup_before_linux()Yao Zi2025-02-032-23/+0
| * | riscv: add a generic implementation for cleanup_before_linux()Yao Zi2025-02-031-0/+17
| * | riscv: dts: binman.dtsi: Include OP-TEE OS imageYu-Chien Peter Lin2025-02-031-2/+24
| * | riscv: Add CONFIG_SPL_OPTEE_LOAD_ADDRYu-Chien Peter Lin2025-02-031-0/+6
| * | cmd: sbi: add bhyve SBI implementation IDHeinrich Schuchardt2025-02-031-0/+1
| * | riscv: AVAILABLE_HARTS is not compatible with XIPHeinrich Schuchardt2025-02-031-0/+1