summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2022-04-2133-432/+628
|\ \
| * | arm: kirkwood: Sheevaplug : Use Marvell uclass mvgbe and PHY driver for EthernetTony Dinh2022-04-214-110/+20
| * | arm: mvebu: turris_omnia: Enable CONFIG_CMD_FUSEPali Rohár2022-04-211-0/+2
| * | board: turris: Rename atsha204a@64 DT node to crypto@64Pali Rohár2022-04-212-2/+2
| * | board: turris: Allow to specify first eth idx of first MAC addressPali Rohár2022-04-213-6/+6
| * | board: turris: Do not cache Atsha device in BSSPali Rohár2022-04-211-4/+2
| * | board: turris: Move Turris Atsha OTP code to separate filePali Rohár2022-04-214-105/+135
| * | arm: mvebu: a37xx: Add support for writing Security OTP valuesPali Rohár2022-04-211-2/+48
| * | arm: mvebu: Enable CONFIG_SPL_SYS_NO_VECTOR_TABLE for 32-bit mvebuPali Rohár2022-04-211-0/+1
| * | arm: Do not compile vector table when SYS_NO_VECTOR_TABLE is enabledPali Rohár2022-04-211-0/+6
| * | arm: Introduce new CONFIG_SPL_SYS_NO_VECTOR_TABLE optionPali Rohár2022-04-213-3/+6
| * | tools: kwboot: Replace fstat()+st_size by lseek()+SEEK_ENDPali Rohár2022-04-211-8/+11
| * | arm: mvebu: Add support for reading LD0 and LD1 eFusePali Rohár2022-04-212-0/+33
| * | mvebu: uDPU: update defconfigRobert Marko2022-04-211-6/+4
| * | arm: mvebu: dts: uDPU: fix non-working networkingRobert Marko2022-04-211-0/+24
| * | net: mvneta: add SFP TX disable handlingRobert Marko2022-04-211-0/+12
| * | arm: mvebu: dts: uDPU: update DTSRobert Marko2022-04-211-8/+13
| * | arm: mvebu: a37xx: Add support for reading Security OTP valuesPali Rohár2022-04-211-2/+37
| * | arm: mvebu: a37xx: Extend mbox_do_cmd() codePali Rohár2022-04-213-5/+38
| * | arm: mvebu: a37xx: Move generic mbox code to arch/arm/mach-mvebuPali Rohár2022-04-214-69/+92
| * | arm: mvebu: a37xx: Enable fuse command on all Armada 3720 boardsPali Rohár2022-04-214-0/+8
| * | arm: mvebu: a37xx: Add support for reading NB and SB fuse OTP valuePali Rohár2022-04-214-0/+141
| * | arm: mvebu: Fix Espressobin build for configs where ENV is not in SPIRogier Stam2022-04-212-1/+5
| * | tools/mrvl_uart.sh: Remove scriptPali Rohár2022-04-211-119/+0
| |/
* | Merge branch '2022-04-21-assorted-improvements'Tom Rini2022-04-2125-249/+1359
|\ \ | |/ |/|
| * treewide: Enable SPL_SEPARATE_BSS if SPL_BSS_START_ADDR is usedSean Anderson2022-04-212-0/+8
| * board: ti: am335x: Add support for BBE Extended WiFiPaul Barker2022-04-212-2/+10
| * board: ti: am335x: Add BBE Lite supportPaul Barker2022-04-212-2/+10
| * arm: dts: Resync dts for BeagleBone and derivativesPaul Barker2022-04-2116-241/+1288
| * fs: Allow to compile FS_SQUASHFS only for proper U-BootPali Rohár2022-04-211-1/+1
| * ARM: imx: imx8m: env: Switch to arch_env_get_location()Marek Vasut2022-04-211-1/+1
| * armv8: layerscape: env: Switch to arch_env_get_location()Marek Vasut2022-04-211-1/+1
| * env: Implement lower priority arch_env_get_location()Marek Vasut2022-04-212-3/+42
|/
* configs: Resync with savedefconfigTom Rini2022-04-2023-33/+19
* Merge branch '2022-04-20-assorted-improvements'Tom Rini2022-04-20267-167/+244
|\
| * cmd: gpio: Add `gpio read` subcommandDiego Rondini2022-04-204-3/+64
| * ram: k3-ddrss: Allow use of dt provided initial frequencyDave Gerlach2022-04-202-5/+12
| * image: fdt: Fix DT relocation handling with multiple DRAM banks with gapMarek Vasut2022-04-201-4/+36
| * am33xx: Update SYS_MALLOC_F_LEN to use 0x2000 as the defaultTom Rini2022-04-201-1/+1
| * Kconfig: Change SYS_MALLOC_F_LEN default to 0x2000Tom Rini2022-04-20260-152/+129
| * ram: k3-ddrss: Fix register name and explain its usageDominic Rath2022-04-201-3/+3
|/
* Merge branch '2022-04-19-assorted-updates'Tom Rini2022-04-1934-75/+56
|\
| * fs: Allow to compile FS_BTRFS when SPL is enabledPali Rohár2022-04-191-0/+2
| * btrfs: Fix compilation on big endian systemsPali Rohár2022-04-192-2/+2
| * IOMUX: Fix access past end of console_devicesSean Anderson2022-04-191-4/+4
| * Convert CONFIG_SYS_MEM_TOP_HIDE to KconfigTom Rini2022-04-1918-41/+21
| * tools: add boot/ to .gitignoreDu Huanpeng2022-04-191-0/+1
| * fs/squashfs: simplify sqfs_read()Heinrich Schuchardt2022-04-191-8/+5
| * image-fit: don't check free() argumentHeinrich Schuchardt2022-04-191-9/+3
| * gpio: aspeed: Fix incorrect offset of read back register.Billy Tsai2022-04-191-2/+2