aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test/py: mmc: Add support for different mmc modesWIP/17Nov2024-nextLove Kumar2024-11-171-273/+335
* test/py: usb: Distinguish b/w ext2/ext4 partitionsLove Kumar2024-11-171-11/+18
* test/py: mmc: Distinguish b/w ext2/ext4 partitionsLove Kumar2024-11-171-9/+16
* console: Use printascii for lowlevel debug stringKever Yang2024-11-171-5/+1
* armv8: cpu: Implement allow_unaligned()Sam Protsenko2024-11-171-0/+5
* armv8: Fix get_sctlr() return typeSam Protsenko2024-11-172-2/+2
* test: bootm: Ensure tests can be run twiceAndrew Goodbody2024-11-171-0/+3
* dm: sysinfo: Shorten the SYSINFO_ID prefixSimon Glass2024-11-1711-53/+53
* bios_emulator: add missing includes to debug.cWIP/16Nov2024-nextYuri Zaporozhets2024-11-161-0/+2
* bios_emulator: for non-x86, print warnings if PM_{inp, outp}* access is attem...Yuri Zaporozhets2024-11-161-0/+41
* global: Remove bi_sramstart/bi_sramsizeTom Rini2024-11-166-36/+4
* dm: button: support remapping phone keysCaleb Connolly2024-11-162-1/+32
* Merge patch series "teach 'env default' to optionally keep runtime variables"WIP/15Nov2024-nextTom Rini2024-11-152-5/+48
|\
| * test: env: add some test cases for new "env default -k" flagRasmus Villemoes2024-11-151-0/+40
| * test: env: check that non-mentioned variables to "env default" are preservedRasmus Villemoes2024-11-151-4/+3
| * cmd/nvedit.c: teach 'env default' to optionally keep runtime variablesRasmus Villemoes2024-11-151-2/+6
* | Merge tag 'u-boot-amlogic-next-20241113' of https://source.denx.de/u-boot/cus...WIP/14Nov2024-nextTom Rini2024-11-1411-1113/+4
|\ \
| * | dt-bindings: interrupt-controller: remove arm-gic.h from include/Alexey Romanov2024-11-131-23/+0
| * | dt-bindings: remove axg bindings from include/Alexey Romanov2024-11-132-194/+0
| * | dt-bindings: remove a1 bindings from include/Alexey Romanov2024-11-135-374/+0
| * | arm: dts: meson: remove meson-a1.dtsiAlexey Romanov2024-11-131-518/+0
| * | configs: khadas-vim3{l}: fix userdata sizeGuillaume La Roque2024-11-082-4/+4
* | | Prepare v2025.01-rc2v2025.01-rc2Tom Rini2024-11-112-4/+4
* | | Merge patch series "Fix IOVA allocation in Apple dart iommu after global LMB ...Tom Rini2024-11-113-246/+399
|\ \ \
| * | | iommu: apple: Manage IOVA separately from global LMB mem mapJanne Grunau2024-11-111-4/+14
| * | | lmb: Add basic io_lmb functionalityJanne Grunau2024-11-112-0/+131
| * | | lmb: cosmetic: reorder functions and global LMB variableJanne Grunau2024-11-111-239/+251
| * | | lmb: Do not use global LMB variable in _lmb_free()Janne Grunau2024-11-111-3/+3
* | | | Merge tag 'u-boot-rockchip-20241111' of https://source.denx.de/u-boot/custodi...Tom Rini2024-11-1132-34/+1618
|\ \ \ \
| * | | | rockchip: rk3399: move sysreset-gpio logic to TPLQuentin Schulz2024-11-112-5/+13
| * | | | rockchip: tpl: allow to call board/SoC-specific code before DRAM initQuentin Schulz2024-11-111-0/+6
| * | | | rockchip: rk3399: merge CRU check within rk3399_force_power_on_resetQuentin Schulz2024-11-111-22/+21
| * | | | pinctrl: rockchip: allow to build for TPLQuentin Schulz2024-11-112-0/+15
| * | | | rockchip: rk35xx-generic: Disable late boardinfoJonas Karlman2024-11-112-2/+2
| * | | | board: rockchip: Add FriendlyElec NanoPi R2S PlusJonas Karlman2024-11-114-0/+118
| * | | | arm64: dts: rockchip: Add DTS for FriendlyARM NanoPi R2S PlusSergey Bostandzhyan2024-11-111-0/+32
| * | | | board: rockchip: Add support for rk3588 GenBookAndy Yan2024-11-1110-0/+257
| * | | | rockchip: Make it possible to define per board boot_targetsAndy Yan2024-11-111-0/+2
| * | | | arm64: dts: rockchip: Add support for rk3588 based Cool Pi CM5 GenBookAndy Yan2024-11-111-0/+349
| * | | | board: rockchip: add support for Qnap TS433 devicesHeiko Stuebner2024-11-1110-0/+239
| * | | | arm64: dts: rockchip: add product-data eeproms to QNAP TS433Heiko Stuebner2024-11-081-0/+20
| * | | | arm64: dts: rockchip: actually enable pmu-io-domains on qnap-ts433Heiko Stuebner2024-11-081-0/+1
| * | | | arm64: dts: rockchip: Simplify network PHY connection on qnap-ts433Uwe Kleine-König2024-11-081-3/+1
| * | | | arm64: dts: rockchip: add 2 pmu_io_domain supplies for Qnap-TS433Heiko Stuebner2024-11-081-0/+5
| * | | | arm64: dts: rockchip: enable gpu on Qnap-TS433Heiko Stuebner2024-11-081-0/+5
| * | | | arm64: dts: rockchip: add missing pmic information on Qnap-TS433Heiko Stuebner2024-11-081-1/+226
| * | | | arm64: dts: rockchip: define cpu-supply on the Qnap-TS433Heiko Stuebner2024-11-081-0/+41
| * | | | arm64: dts: rockchip: add gpio-keys to Qnap-TS433Heiko Stuebner2024-11-081-0/+29
| * | | | arm64: dts: rockchip: enable the tsadc on the Qnap-TS433Heiko Stuebner2024-11-081-0/+6
| * | | | arm64: dts: rockchip: add hdd leds to Qnap-TS433Heiko Stuebner2024-11-081-0/+59