aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-21Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/21Apr2022Tom Rini33-432/+628
2022-04-21Merge branch '2022-04-21-assorted-improvements'Tom Rini25-249/+1359
2022-04-21treewide: Enable SPL_SEPARATE_BSS if SPL_BSS_START_ADDR is usedWIP/2022-04-21-assorted-improvementsSean Anderson2-0/+8
2022-04-21board: ti: am335x: Add support for BBE Extended WiFiPaul Barker2-2/+10
2022-04-21board: ti: am335x: Add BBE Lite supportPaul Barker2-2/+10
2022-04-21arm: dts: Resync dts for BeagleBone and derivativesPaul Barker16-241/+1288
2022-04-21fs: Allow to compile FS_SQUASHFS only for proper U-BootPali Rohár1-1/+1
2022-04-21ARM: imx: imx8m: env: Switch to arch_env_get_location()Marek Vasut1-1/+1
2022-04-21armv8: layerscape: env: Switch to arch_env_get_location()Marek Vasut1-1/+1
2022-04-21env: Implement lower priority arch_env_get_location()Marek Vasut2-3/+42
2022-04-21arm: kirkwood: Sheevaplug : Use Marvell uclass mvgbe and PHY driver for EthernetTony Dinh4-110/+20
2022-04-21arm: mvebu: turris_omnia: Enable CONFIG_CMD_FUSEPali Rohár1-0/+2
2022-04-21board: turris: Rename atsha204a@64 DT node to crypto@64Pali Rohár2-2/+2
2022-04-21board: turris: Allow to specify first eth idx of first MAC addressPali Rohár3-6/+6
2022-04-21board: turris: Do not cache Atsha device in BSSPali Rohár1-4/+2
2022-04-21board: turris: Move Turris Atsha OTP code to separate filePali Rohár4-105/+135
2022-04-21arm: mvebu: a37xx: Add support for writing Security OTP valuesPali Rohár1-2/+48
2022-04-21arm: mvebu: Enable CONFIG_SPL_SYS_NO_VECTOR_TABLE for 32-bit mvebuPali Rohár1-0/+1
2022-04-21arm: Do not compile vector table when SYS_NO_VECTOR_TABLE is enabledPali Rohár1-0/+6
2022-04-21arm: Introduce new CONFIG_SPL_SYS_NO_VECTOR_TABLE optionPali Rohár3-3/+6
2022-04-21tools: kwboot: Replace fstat()+st_size by lseek()+SEEK_ENDPali Rohár1-8/+11
2022-04-21arm: mvebu: Add support for reading LD0 and LD1 eFusePali Rohár2-0/+33
2022-04-21mvebu: uDPU: update defconfigRobert Marko1-6/+4
2022-04-21arm: mvebu: dts: uDPU: fix non-working networkingRobert Marko1-0/+24
2022-04-21net: mvneta: add SFP TX disable handlingRobert Marko1-0/+12
2022-04-21arm: mvebu: dts: uDPU: update DTSRobert Marko1-8/+13
2022-04-21arm: mvebu: a37xx: Add support for reading Security OTP valuesPali Rohár1-2/+37
2022-04-21arm: mvebu: a37xx: Extend mbox_do_cmd() codePali Rohár3-5/+38
2022-04-21arm: mvebu: a37xx: Move generic mbox code to arch/arm/mach-mvebuPali Rohár4-69/+92
2022-04-21arm: mvebu: a37xx: Enable fuse command on all Armada 3720 boardsPali Rohár4-0/+8
2022-04-21arm: mvebu: a37xx: Add support for reading NB and SB fuse OTP valuePali Rohár4-0/+141
2022-04-21arm: mvebu: Fix Espressobin build for configs where ENV is not in SPIRogier Stam2-1/+5
2022-04-21tools/mrvl_uart.sh: Remove scriptPali Rohár1-119/+0
2022-04-20configs: Resync with savedefconfigTom Rini23-33/+19
2022-04-20Merge branch '2022-04-20-assorted-improvements'Tom Rini267-167/+244
2022-04-20cmd: gpio: Add `gpio read` subcommandDiego Rondini4-3/+64
2022-04-20ram: k3-ddrss: Allow use of dt provided initial frequencyDave Gerlach2-5/+12
2022-04-20image: fdt: Fix DT relocation handling with multiple DRAM banks with gapMarek Vasut1-4/+36
2022-04-20am33xx: Update SYS_MALLOC_F_LEN to use 0x2000 as the defaultTom Rini1-1/+1
2022-04-20Kconfig: Change SYS_MALLOC_F_LEN default to 0x2000Tom Rini260-152/+129
2022-04-20ram: k3-ddrss: Fix register name and explain its usageDominic Rath1-3/+3
2022-04-19Merge branch '2022-04-19-assorted-updates'Tom Rini34-75/+56
2022-04-19fs: Allow to compile FS_BTRFS when SPL is enabledWIP/2022-04-19-assorted-udpatesPali Rohár1-0/+2
2022-04-19btrfs: Fix compilation on big endian systemsPali Rohár2-2/+2
2022-04-19IOMUX: Fix access past end of console_devicesSean Anderson1-4/+4
2022-04-19Convert CONFIG_SYS_MEM_TOP_HIDE to KconfigTom Rini18-41/+21
2022-04-19tools: add boot/ to .gitignoreDu Huanpeng1-0/+1
2022-04-19fs/squashfs: simplify sqfs_read()Heinrich Schuchardt1-8/+5
2022-04-19image-fit: don't check free() argumentHeinrich Schuchardt1-9/+3
2022-04-19gpio: aspeed: Fix incorrect offset of read back register.Billy Tsai1-2/+2