aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22pinctrl: sunxi: move PIO_BASE into sunxi_gpio.hAndre Przywara
2023-10-22pinctrl: sunxi: remove GPIO_EXTRA_HEADERAndre Przywara
2023-10-22pinctrl: sunxi: remove struct sunxi_gpioAndre Przywara
2023-10-22pinctrl: sunxi: add GPIO in/out wrappersAndre Przywara
2023-10-22pinctrl: sunxi: move pinctrl codeAndre Przywara
2023-10-22sunxi: remove CONFIG_MACPWRAndre Przywara
2023-10-22net: sunxi_emac: chase DT nodes to find PHY regulatorAndre Przywara
2023-10-22sunxi: remove CONFIG_SATAPWRAndre Przywara
2023-10-22sunxi: dts: arm: add T113s/D1 DT files from Linux-v6.6-rc6Andre Przywara
2023-10-22sunxi: dts: arm: update devicetree files from Linux-v6.6-rc6Andre Przywara
2023-10-22sunxi: dts: arm64: update devicetree files from Linux-v6.6-rc6Andre Przywara
2023-10-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2023-10-20arm: kirkwood: Pogo v4: Enable LTOTony Dinh
2023-10-19Merge branch 'master_uart_test' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2023-10-19serial: sh: Add RZ/G2L SCIF supportPaul Barker
2023-10-19serial: sh: Fix error handlingPaul Barker
2023-10-19Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2023-10-19Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watc...Tom Rini
2023-10-19riscv: Add Zbb support for building U-BootYu Chien Peter Lin
2023-10-19riscv: spl: andes: Move the DTB in front of kernelRandolph
2023-10-19andes: config: add riscv falcon mode for ae350 platformRandolph
2023-10-19spl: riscv: add os type for next booting stageRandolph
2023-10-19Makefile: delete file *.itb when make cleanRandolph
2023-10-19riscv: dts: binman: add condition for opensbi os bootRandolph
2023-10-19riscv: kconfig: introduce SPL_LOAD_FIT_OPENSBI_OS_BOOT symbolRandolph
2023-10-19spl: riscv: opensbi: change the default os_type as varibleRandolph
2023-10-19riscv: andes: Rearrange Andes PLICSW to single-bit-per-hart strategyRandolph
2023-10-19riscv: binman: Fix compilation errorMayuresh Chitale
2023-10-19configs: visionfive2: enable bootstage configsChanho Park
2023-10-19riscv: remove dram_init_banksize()Heinrich Schuchardt
2023-10-19wdt: nuvoton: Fix reset/expire function errorJim Liu
2023-10-19sandbox: watchdog: Avoid an error on startupSimon Glass
2023-10-18Merge branch '2023-10-17-spl-test-some-load-methods'Tom Rini
2023-10-17test: spl: Add a test for the SPI load methodSean Anderson
2023-10-17test: spl: Add a test for the NOR load methodSean Anderson
2023-10-17test: spl: Add a test for the NET load methodSean Anderson
2023-10-17test: spl: Add a test for the MMC load methodSean Anderson
2023-10-17test: spl: Add a test for spl_blk_load_imageSean Anderson
2023-10-17test: spl: Add functions to create filesystemsSean Anderson
2023-10-17test: spl: Add functions to create imagesSean Anderson
2023-10-17test: spl: Fix spl_test_load not failing if fname doesn't existSean Anderson
2023-10-17test: spl: Split tests up and use some configsSean Anderson
2023-10-17sandbox: Support -T in splSean Anderson
2023-10-17spl: Use map_sysmem where appropriateSean Anderson
2023-10-17spl: Add callbacks to invalidate cached devicesSean Anderson
2023-10-17net: bootp: Fall back to BOOTP from DHCP when unit testingSean Anderson
2023-10-17net: bootp: Move port numbers to headerSean Anderson
2023-10-17net: Fix compiling SPL when fastboot is enabledSean Anderson
2023-10-17fs: ext4: Add some defines for testingSean Anderson
2023-10-17fs: ext4: Fix building ext4 in SPL if write is enabledSean Anderson