aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'qcom-pull-20231103' of https://source.denx.de/u-boot/custodians/u-...WIP/03Nov2023Tom Rini1-1/+3
2023-11-03Merge tag 'u-boot-dfu-20231103' of https://source.denx.de/u-boot/custodians/u...Tom Rini3-2/+17
2023-11-03MAINTAINERS: update Qualcomm maintainerCaleb Connolly1-1/+3
2023-11-02Merge tag 'dm-pull-2nov23' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini22-99/+168
2023-11-02u_boot_pylib: Ensure subprocess is closed downSimon Glass1-3/+1
2023-11-02buildman: Support upstream branch name containing /Simon Glass1-2/+3
2023-11-02sandbox: eliminate unused functions from binariesHeinrich Schuchardt2-3/+3
2023-11-02binman: openssl: x509: ti_secure_rom: Add support for bootcore_optsNeha Malcom Francis5-5/+17
2023-11-02buildman: Include symbols in the read-only data sectionSimon Glass1-1/+5
2023-11-02cros_ec: spi: disable annoying key echo on consoleMilan P. Stanić1-1/+1
2023-11-02binman: Move stage header into a CBFS attributeSimon Glass2-29/+42
2023-11-02binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGESimon Glass4-9/+10
2023-11-02binman: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4Simon Glass3-19/+20
2023-11-02binman: Ensure attributes always come last in the metadataSimon Glass1-22/+24
2023-11-02binman: Don't add compression attribute for uncompressed filesSimon Glass3-12/+15
2023-11-02Merge branch 'master_common_h_cleanup' of https://source.denx.de/u-boot/custo...Tom Rini19-19/+11
2023-11-02binman: Reset missing bintools after testingSimon Glass1-0/+2
2023-11-02patman: Add a 'keep_change_id' settingMaxim Cournoyer5-13/+45
2023-11-02Merge tag 'i2cfixes-for-v2024-01-rc2' of https://source.denx.de/u-boot/custod...Tom Rini8-74/+218
2023-11-02Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini20-20/+666
2023-11-02board: rzg2l: Drop <common.h>Paul Barker1-1/+0
2023-11-02clk: rzg2l: Drop <common.h>Paul Barker2-2/+0
2023-11-02gpio: rzg2l: Drop <common.h>Paul Barker1-1/+0
2023-11-02mmc: renesas-sdhi: Drop <common.h>Paul Barker1-1/+0
2023-11-02pinctrl: rzg2l: Drop <common.h>Paul Barker1-1/+0
2023-11-02serial: sh: Drop <common.h>Paul Barker1-1/+0
2023-11-02arm: mach-rmobile: Drop <common.h>Paul Barker11-12/+9
2023-11-02arm: armv8: mmu: Prepare for common.h removalPaul Barker1-0/+2
2023-11-02configs: visionfive2: Enable JH7110 RNG driverChanho Park1-0/+2
2023-11-02riscv: dts: jh7110: Add rng device tree nodeChanho Park1-0/+10
2023-11-02rng: Add StarFive JH7110 RNG driverChanho Park3-0/+281
2023-11-02clk: starfive: jh7110: Add security clocksChanho Park1-0/+10
2023-11-02riscv: import read/write_relaxed functionsChanho Park1-0/+45
2023-11-02rng: Provide a RNG based on the RISC-V Zkr ISA extensionHeinrich Schuchardt3-0/+125
2023-11-02riscv: allow resume after exceptionHeinrich Schuchardt4-0/+65
2023-11-02board: starfive: spl: Support jtag for VisionFive2 boardChanho Park1-0/+23
2023-11-02riscv: cpu: jh7110: Add gpio helper macrosChanho Park1-0/+85
2023-11-02riscv: Weakly define invalidate_icache_range()Samuel Holland1-1/+1
2023-11-02riscv: Align the trap handler to 64 bytesSamuel Holland1-1/+1
2023-11-02riscv: Sort target configs alphabeticallySamuel Holland1-9/+9
2023-11-02board: sifive: unmatched: move kernel load address to 0x80200000Yong-Xuan Wang1-1/+1
2023-11-02CI: use OpenSBI 1.3.1 for testingHeinrich Schuchardt2-8/+8
2023-11-01Merge tag 'clk-2024.01-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-11/+14
2023-11-01clk: also handle ENOENT in *_optional functionsYang Xiwen1-3/+5
2023-11-01clk: use private clk struct in CLK_CCF's enable/disable functionsMaksim Kiselev1-2/+2
2023-11-01clk: fix count parameter type for clk_release_allEugen Hristev2-5/+6
2023-11-01drivers: clk: Adjust temp var data type to properly match that of struct clk_opsNathan Barrett-Morrison1-1/+1
2023-11-01Merge branch '2023-11-01-bootstd-fixes'Tom Rini5-7/+44
2023-11-01bootstd: cros: Correct condition for read methodSimon Glass1-4/+4
2023-11-01bootstd: Handle a few special cases in cmdline_set_arg()Simon Glass2-2/+23