aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-22CI: Update to have pip cacheCHECK/use-pip-cacheTom Rini2-2/+2
2023-03-22Dockerfile: Populate a pip cacheTom Rini1-0/+13
2023-03-22pytest: Update requirements to match sphinx versionsTom Rini1-4/+4
2023-03-22Merge branch '2023-03-21-assorted-CI-updates' into nextTom Rini3-14/+21
2023-03-21CI: Allow a mirror to be specified for Docker HubPeter Hoyes1-1/+2
2023-03-21CI: Allow job tag to be optionally set globallyPeter Hoyes1-0/+7
2023-03-21CI: gitlab: Collect pytest artifactsMarek Vasut1-9/+7
2023-03-21Azure CI: Be explicit about pytest cache directoryTom Rini1-1/+1
2023-03-21Azure CI: Save pytest output automaticallyTom Rini1-1/+2
2023-03-21Dockerfile: Update to latest "Jammy" tagTom Rini3-3/+3
2023-03-21Dockerfile: Add m68k-softmmu to qemuTom Rini1-1/+1
2023-03-20Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh int...Tom Rini18-296/+340
2023-03-20Merge branch '2023-03-17-improve-read-command-add-write-command' into nextTom Rini10-31/+195
2023-03-18serial: sh: Make indent consistentMarek Vasut1-4/+4
2023-03-18serial: sh: Add DEBUG_UART supportMarek Vasut2-25/+68
2023-03-18serial: sh: Rename CONFIG_SCI and CONFIG_SCIF_USE_EXT_CLK to CFG_ variantsMarek Vasut1-2/+2
2023-03-18pinctrl: renesas: Replace ifdeffery with IS_ENABLED()Marek Vasut1-3/+3
2023-03-18net: ravb: Support fixed PHY in R-CarMikhail Lappo1-4/+2
2023-03-18i2c: rcar_i2c: Sort Kconfig depends list ascendingMarek Vasut1-1/+1
2023-03-18i2c: rcar_iic: Sort Kconfig depends list ascendingMarek Vasut1-1/+1
2023-03-18clk: renesas: rcar-gen3: Replace SSCG caching with MDSEL/PE cachingMarek Vasut2-10/+10
2023-03-18ARM: rmobile: Split R-Car Gen3 into separate Kconfig from common 64bit optionsMarek Vasut2-201/+206
2023-03-18ARM: rmobile: Introduce CONFIG_RCAR_64 symbolMarek Vasut1-12/+17
2023-03-18ARM: rmobile: Factor out SYS_SOC Kconfig optionMarek Vasut4-9/+3
2023-03-18ARM: rmobile: Sort R-Car Gen3 Kconfig listsMarek Vasut2-16/+16
2023-03-18ARM: rmobile: Convert ifdef in rmobile_get_prr() to IS_ENABLED()Marek Vasut1-4/+3
2023-03-18ARM: renesas: falcon: Enable RWDT reset for V3U FalconHai Pham1-5/+11
2023-03-18ARM: renesas: falcon: Initialize ARM generic timer and GICv3 if EL3Hai Pham1-2/+5
2023-03-18ARM: renesas: Enable DTO support by default on R-Car Gen3Marek Vasut1-0/+3
2023-03-18ARM: renesas: Demote overlap memory nodes message to debug on Gen3Hai Pham1-3/+3
2023-03-18ARM: renesas: Remove defines for USB on Eagle/CondorHai Pham2-12/+0
2023-03-17test: add tests of 'read' and 'write' shell commandsRasmus Villemoes2-0/+105
2023-03-17sandbox: enable CMD_WRITERasmus Villemoes2-0/+2
2023-03-17doc: document read/write commandsRasmus Villemoes3-0/+52
2023-03-17cmd: introduce 'write' commandRasmus Villemoes3-7/+28
2023-03-17cmd: read: use part_get_info_by_dev_and_name_or_num() instead of open-coded d...Rasmus Villemoes1-24/+8
2023-03-16Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/custodia...WIP/16Mar2023-nextTom Rini32-155/+175
2023-03-16Merge tag 'fsl-qoriq-next-2023-3-14' of https://source.denx.de/u-boot/custodi...Tom Rini16-3767/+72
2023-03-16Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function")Tom Rini1-10/+34
2023-03-16Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into nextTom Rini25-84/+1155
2023-03-14buildman: Fix CROSS_COMPILE output for sandboxSimon Glass1-2/+3
2023-03-14Revert "buildman: Correct CROSS_COMPILE output for sandbox"Simon Glass1-1/+2
2023-03-14tools: add fdt_add_pubkeyRoman Kopytin3-0/+142
2023-03-14binman: add tests for sign optionIvan Mikhaylov7-6/+227
2023-03-14binman: add sign option for binmanIvan Mikhaylov5-1/+62
2023-03-14binman: add documentation for binman sign optionIvan Mikhaylov1-0/+47
2023-03-14test: cmd: fdt: Test fdt applyMarek Vasut1-0/+152
2023-03-14test: cmd: fdt: Test fdt chosenMarek Vasut1-0/+48
2023-03-14test: cmd: fdt: Test fdt rsvmemMarek Vasut1-0/+63
2023-03-14test: cmd: fdt: Test fdt memoryMarek Vasut1-0/+83