aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-19configs: Enable EXT4 and ISO partitions for the DeveloperBoxIlias Apalodimas1-0/+2
2022-04-19.mailmap: Start to use new amd.com email addressMichal Simek5-7/+8
2022-04-19image-fdt: save name of FIT configuration in '/chosen' nodeDaniel Golle1-0/+6
2022-04-19Merge tag 'u-boot-rockchip-20220418' of https://source.denx.de/u-boot/custodi...WIP/19Apr2022Tom Rini123-596/+5570
2022-04-19Merge branch '2022-04-18-dm-reducing-spl-memory-usage'Tom Rini13-21/+31
2022-04-18dm: core: Deal with a wrinkle with linker listsWIP/2022-04-18-dm-reducing-spl-memory-usageSimon Glass3-2/+17
2022-04-18dm: core: Allow devres to be disabled in SPLSimon Glass6-9/+9
2022-04-18sandbox: Align linker lists to a 32-byte boundarySimon Glass2-2/+2
2022-04-18sandbox: Allow link flags to be givenSimon Glass1-2/+2
2022-04-18Makefile: Avoid resetting link flags in config.mkSimon Glass1-1/+0
2022-04-18Makefile: Drop a stale comment about linkingSimon Glass1-4/+0
2022-04-18sandbox: Correct loss of early output in SPLSimon Glass1-1/+1