aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-10cmd: blk_common: Use macros for the return valuesBin Meng1-7/+7
2023-10-10blk: blkmap: Support mapping to device of any block sizeBin Meng1-5/+5
2023-10-10cmd: blkmap: Make map_handlers[] and its .fn staticBin Meng1-3/+4
2023-10-10blk: blkmap: Make bind/unbind routines staticBin Meng1-2/+2
2023-10-10cmd: host: Print out the block size of the host deviceBin Meng2-13/+14
2023-10-10blk: host_dev: Sanity check on the size of host backing fileBin Meng1-0/+5
2023-10-10blk: host_dev: Make host_sb_detach_file() and host_sb_ops staticBin Meng1-2/+2
2023-10-10blk: sandbox: Support binding a device with a given logical block sizeBin Meng5-14/+37
2023-10-10cmd: host: Mandate the filename parameter in the 'bind' commandBin Meng1-3/+3
2023-10-10blk: Use a macro for the typical block sizeBin Meng10-10/+16
2023-10-10Merge branch '2023-10-09-assorted-fixes'Tom Rini146-698/+115
2023-10-10spi: nxp_fspi: reset the FLSHxCR1 registersHan Xu1-0/+7
2023-10-10board: freescale: ls1088a: declare MC reserved regionsLaurentiu Tudor1-0/+1
2023-10-10board: freescale: ls2080a: declare MC reserved regionsLaurentiu Tudor2-0/+2
2023-10-10drivers: net: fsl-mc: add support for MC reserved memoryLaurentiu Tudor3-0/+112
2023-10-10armv8: fsl-layerscape: make some functions staticLaurentiu Tudor1-6/+6
2023-10-10fsl-layerscape: drop obsolete PPA secure firmware supportLaurentiu Tudor31-627/+2
2023-10-10configs: layerscape: delete defconfigs using legacy PPA secure FWLaurentiu Tudor50-5465/+0
2023-10-09test: Fix SPL tests not being runSean Anderson1-1/+2
2023-10-09board/km/cent2: Fix buffer overflow when fixing MAC addressFrancois Berder1-1/+1
2023-10-09stdio: fix stdio_deregister_dev()Heinrich Schuchardt2-4/+5
2023-10-09dm: serial: fix serial_post_probe()Heinrich Schuchardt1-1/+1
2023-10-09spl: Jump to image at end of board_init_rJonas Karlman1-5/+7
2023-10-09spl: add __noreturn attribute to spl_invoke_atf functionChanho Park2-5/+5
2023-10-09tools: iot2050-sign-fw.sh: Make localization of tools dir more robustJan Kiszka1-4/+6
2023-10-09arm: mach-k3: common: fix compile warnings with PHYS_64BIT on 32bitMatthias Schiffer2-3/+3
2023-10-09test/py: sleep: Add a test for the time commandLove Kumar1-0/+18
2023-10-09mailbox: k3-sec-proxy: fix error handling for missing scfg in FDTMatthias Schiffer1-1/+1
2023-10-09test: lmb: Add test for coalescing and overlap rangeUdit Kumar1-1/+12
2023-10-09lmb: remove overlapping region with next rangeUdit Kumar1-4/+33
2023-10-09exynos: Cleanup exynos_initTom Rini12-63/+16
2023-10-09board: Remove essentially empty board files and MakefilesTom Rini115-601/+0
2023-10-09Makefile: Allow for board directories to not have a MakefileTom Rini2-2/+2
2023-10-09ARM: vexpress_ca9x4: Add missing flash width config optionPatryk Biel1-0/+1
2023-10-09bootstd: use ARCH_DMA_MINALIGN in memalign() when allocating memoryTony Dinh1-1/+1
2023-10-09Makefile: Force regeneration of env.txtAndrew Davis1-1/+1
2023-10-08Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodi...WIP/08Oct2023Tom Rini69-472/+5226
2023-10-07rockchip: rk356x-u-boot: Add bootph-all to i2c0_xfer pinctrl nodeJonas Karlman1-0/+8
2023-10-07power: pmic: rk8xx: Fix power-on source check in SPLJonas Karlman1-7/+13
2023-10-07rockchip: rk356x: Enable poweroff commandJonas Karlman4-0/+4
2023-10-07power: pmic: rk8xx: Use sysreset implementation of the poweroff commandJonas Karlman1-0/+1
2023-10-07configs: rockchip: rk3308: enable CONFIG_OF_LIBFDT_OVERLAYFUKAUMI Naoki2-0/+2
2023-10-07configs: rockchip: rk3308: use CONFIG_DEFAULT_FDT_FILEFUKAUMI Naoki4-1/+5
2023-10-07arm: dts: rockchip: rock-5b: add support for PCIe3 and NVMeFUKAUMI Naoki2-0/+34
2023-10-07arm: dts: rockchip: sync DT for RK3588 series with LinuxFUKAUMI Naoki14-289/+2866
2023-10-07configs: rockchip: rock-pi-s: use default bootdelay (2s)FUKAUMI Naoki1-1/+0
2023-10-07configs: rockchip: add DOS_PARTITION to RK3308 boards defconfigMassimo Pegorer3-3/+3
2023-10-07board: rockchip: Add Bananapi R2Pro BoardFrank Wunderlich6-0/+973
2023-10-07configs: rockchip: Enable ethernet driver on RK3588 boardsJonas Karlman5-10/+7
2023-10-07configs: rockchip: Enable ethernet driver on RK356x boardsJonas Karlman11-6/+35