aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'u-boot-amlogic-next-20230628' of https://source.denx.de/u-boot/cus...WIP/28Jun2023-nextTom Rini28-0/+1889
2023-06-28drivers: meson: introduce secure power controller driverAlexey Romanov3-0/+168
2023-06-28dt-bindings: power: add Meson A1 PWRC bindingsAlexey Romanov1-0/+32
2023-06-28arch/arm: meson: sm: introduce power domain functionsAlexey Romanov2-0/+44
2023-06-28doc: boards: amlogic: add documentation for KII ProFerass El Hafidi3-0/+114
2023-06-28boards: amlogic: add KII Pro defconfigFerass El Hafidi2-0/+71
2023-06-28arm: dts: add support for Videostrong KII ProFerass El Hafidi3-0/+154
2023-06-28board: amlogic: add support for AD401 boardIgor Prusov5-0/+80
2023-06-28pinctrl: meson: add pinctrl driver for Amlogic A1Igor Prusov3-0/+872
2023-06-28ARM: meson: add A1 supportIgor Prusov5-0/+89
2023-06-28ARM: dts: sync meson-a1-ad401 from Linux 6.3-rc7Igor Prusov2-0/+31
2023-06-28ARM: dts: Add Amlogic Meson A1 DT from Linux 6.3-rc7Igor Prusov2-0/+234
2023-06-22Merge branch '2023-06-21-fix-get_ram_size-with-cache-enabled' into nextTom Rini2-0/+29
2023-06-21common/memsize.c: Fix get_ram_size() when cache is enabledWIP/2023-06-21-fix-get_ram_size-with-cache-enabledEmanuele Ghidoli1-0/+24
2023-06-21sandbox: Add a dummy dcache_status() functionEmanuele Ghidoli1-0/+5
2023-06-21Merge branch '2023-06-20-assorted-update' into nextTom Rini16-31/+238
2023-06-20test: dm: restore /firmware nodes after testingAKASHI Takahiro1-1/+1
2023-06-20stdio: Remove stdio_init()Masahiro Yamada2-15/+0
2023-06-20configs: am64x_evm_*_defconfig: Enable High Secure device supportVignesh Raghavendra2-0/+2
2023-06-20configs: synquacer: increase SYS_MALLOC_F_LENMasahisa Kojima1-1/+1
2023-06-20test: bdinfo: Add test for command bdinfoMarek Vasut4-0/+196
2023-06-20python: Update requirements.txt for security issuesTom Rini2-3/+3
2023-06-20drivers: spi: omap3_spi: Initialize mode for all channelsJulien Panis2-7/+17
2023-06-20psci: fix use of clobbered registers in asmSam Edwards1-3/+3
2023-06-20mkimage: ecdsa: password for signing from environmentStefano Babic1-1/+15
2023-06-20usb: eth: lan78xx: Fix logic in lan78xx_read_otp() to avoid a warningTom Rini1-4/+2
2023-06-20spl: spl-nor: return error if no valid image was loadedMario Kicherer1-1/+1
2023-06-20Merge branch '2023-06-19-spl-nvme-support' into nextTom Rini10-1/+214
2023-06-19common: spl: Add spl NVMe boot supportMayuresh Chitale3-0/+34
2023-06-19nvme: pci: Enable for SPLMayuresh Chitale3-1/+8
2023-06-19spl: blk: Support loading images from fsMayuresh Chitale5-0/+146
2023-06-19spl: Add Kconfig options for NVMEMayuresh Chitale1-0/+26
2023-06-19global: Use proper project name U-Boot (next)Michal Simek9-17/+17
2023-06-19Merge branch '2023-06-19-corstone1000-fwu-updates' into nextTom Rini7-16/+97
2023-06-19corstone1000: add nvmxip, fwu-mdata and gpt optionsWIP/2023-06-19-corstone1000-fwu-updatesRui Miguel Silva3-10/+14
2023-06-19corstone1000: set kernel_addr based on boot_idxRui Miguel Silva2-1/+56
2023-06-19corstone1000: add boot indexRui Miguel Silva1-1/+17
2023-06-19corstone1000: add fwu-metadata store infoRui Miguel Silva1-1/+6
2023-06-19nvmxip: move header to includeRui Miguel Silva2-1/+1
2023-06-19fwu_metadata: make sure structures are packedRui Miguel Silva1-3/+4
2023-06-16Merge tag 'u-boot-stm32-20230616' of https://source.denx.de/u-boot/custodians...WIP/16Jun2023-nextTom Rini51-430/+2031
2023-06-16serial: stm32: BRR must be set only when usart is disablePatrice Chotard1-0/+6
2023-06-16serial: stm32: Wait TC bit before performing initializationPatrice Chotard2-0/+16
2023-06-16configs: stm32f746-disco: remove a useless commentDario Binacchi1-2/+0
2023-06-16ARM: dts: stm32f769-disco: remove the dsi_host nodeDario Binacchi1-5/+0
2023-06-16ARM: dts: stm32mp: alignment with v6.3Patrick Delaunay12-38/+1459
2023-06-16media: dt-bindings: media: Add macros for video interface bus typesPatrick Delaunay1-0/+16
2023-06-16pmic: stpmic1: support new prefix node name for regulatorPatrick Delaunay1-0/+2
2023-06-16stm32mp: stm32prog: use the decimal format by default for offset parsingPatrick Delaunay1-1/+1
2023-06-16stm32mp: stm32prog: fix OTP read/write error managementPatrick Delaunay1-1/+8