aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge patch series "Clean-up patch set for MbedTLS integration"WIP/22May2024-nextTom Rini3-22/+22
2024-05-22include: Move snprintf to stdio.hRaymond Mao2-17/+17
2024-05-22md5: Use typedef for MD5 contextRaymond Mao1-5/+5
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini56-57/+476
2024-05-20Merge tag 'v2024.07-rc3' into nextTom Rini66-4624/+57
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini56-476/+57
2024-05-17Init virtio before loading ENV from EXT4 or FATWIP/17May2024Fiona Klute1-0/+1
2024-05-16Merge patch series "Enable OF_UPSTREAM for J721s2 and AM68"WIP/16May2024-nextTom Rini1-1/+0
2024-05-16configs: j721s2_evm_a72_defconfig: Switch to bootstdNeha Malcom Francis1-1/+0
2024-05-13Init virtio before loading ENV from EXT4 or FATFiona Klute1-0/+1
2024-05-13zfs: recognize zpools formatted with features supportWHR1-0/+1
2024-05-13Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/13May2024Tom Rini56-57/+476
2024-05-07Merge patch series "arm: Add Analog Devices SC5xx Machine Type"WIP/07May2024-nextTom Rini2-0/+393
2024-05-07drivers: clk: adi: Add in SC5XX-family clock driverNathan Barrett-Morrison1-0/+271
2024-05-07arch: arm: Add Analog Devices SC5xx machine typeNathan Barrett-Morrison1-0/+122
2024-05-07common.h: Remove this file and all referencesTom Rini1-33/+0
2024-05-07api: Remove <common.h> and add needed includesTom Rini1-0/+2
2024-05-07xen: Remove <common.h> and add needed includesTom Rini1-0/+1
2024-05-07virtio: Remove <common.h> and add needed includesTom Rini1-0/+1
2024-05-07include/linux/compat.h: Add <time.h>Tom Rini1-0/+1
2024-05-07fsl_ifc.h: Add <asm/ppc.h>Tom Rini1-0/+2
2024-05-07include: Add missing <linux/types.h>Tom Rini6-1/+9
2024-05-07mmc: Migrate MMC_SUPPORTS_TUNING to KconfigTom Rini4-19/+1
2024-05-07board: ti: Remove <common.h> and add needed includesTom Rini1-0/+2
2024-05-07rockchip: rk3588: Remove redundant device tree filesJonas Karlman3-1589/+0
2024-05-07rockchip: rk356x: Remove redundant device tree filesJonas Karlman2-958/+0
2024-05-07rockchip: rk3399: Remove redundant device tree filesJonas Karlman2-804/+0
2024-05-07rockchip: rk3328: Remove redundant device tree filesJonas Karlman2-412/+0
2024-05-07rockchip: rk3308: Remove redundant device tree filesJonas Karlman1-387/+0
2024-05-07clk: rockchip: rk3399: Rename SCLK_DDRCLK to SCLK_DDRCJonas Karlman1-14/+16
2024-05-06extension_board.h: Add missing <linux/list.h>Tom Rini1-0/+2
2024-05-06splash.h: Add missing <linux/types.h>Tom Rini1-0/+1
2024-05-06eeprom.h: Add missing <linux/types.h>Tom Rini1-0/+2
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini2-2/+1
2024-05-06include: Add missing headers in a few instancesTom Rini6-0/+12
2024-05-06fs: Remove <common.h> and add needed includesTom Rini1-0/+1
2024-05-06env: Remove <common.h> and add needed includesTom Rini3-0/+4
2024-05-06common: Remove <common.h> and add needed includesTom Rini9-2/+14
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini1-0/+2
2024-05-06test: Remove <common.h> and add needed includesTom Rini7-0/+15
2024-05-06powerpc: Remove <common.h> and add needed includesTom Rini1-0/+3
2024-05-06x86: Remove <common.h> and add needed includesTom Rini1-0/+3
2024-05-06mpc85xx.h: Use <config.h> directlyTom Rini1-0/+1
2024-05-06pci.h: Add missing <linux/types.h>Tom Rini1-0/+1
2024-05-06init.h: Add "struct cmd_tbl"Tom Rini1-0/+2
2024-05-03configs: arbel: increase u-boot mapping sizeJim Liu1-1/+1
2024-05-03Arm: npcm: fix npcm7xx boot to kernel errorJim Liu1-2/+2
2024-05-03event: typo arguemntsHeinrich Schuchardt1-1/+1
2024-05-02mmc: sdhci: Correct ADMA_DESC_LEN to 12WIP/01May2024Alexander Sverdlin1-1/+1
2024-05-01efi_loader: pass GUID by address to efi_dp_from_loHeinrich Schuchardt1-1/+1