aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-22Merge tag 'dm-pull-20aug22' of https://source.denx.de/u-boot/custodians/u-boo...WIP/22Aug2022Tom Rini40-203/+1099
2022-08-22Merge branch '2022-08-22-platform-removals-CI-updates'Tom Rini31-1731/+23
2022-08-22CI: Move to Ubuntu 2022.04 "Jammy" for CI baseTom Rini4-22/+18
2022-08-20CI: Azure: Merge PowerPC jobs in to oneTom Rini1-12/+2
2022-08-20powerpc: remove support for kmtergr1 and MPC8309Holger Brunck18-1089/+3
2022-08-20arm: Remove warp boardTom Rini9-608/+0
2022-08-20Merge branch '2022-08-20-enforce-DM_ETH-migration'Tom Rini117-7546/+50
2022-08-20net: Make DM_ETH be selected by NETDEVICETom Rini2-58/+21
2022-08-20smdkc100: Remove legacy non-DM_ETH codeTom Rini1-9/+0
2022-08-20warp7: Remove legacy non-DM_ETH codeTom Rini1-13/+0
2022-08-20vinco: Remove legacy non-DM_ETH codeTom Rini1-3/+0
2022-08-20ls1021aqds/ls1021aiot: Remove legacy non-DM_ETH codeTom Rini6-364/+0
2022-08-20am335x_sl50: Disable SPL_NETTom Rini1-2/+0
2022-08-20igep00x0: Disable networkingTom Rini2-62/+1
2022-08-20net: ks8851_mll: Remove legacy non-DM_ETH code and callersTom Rini2-110/+0
2022-08-20mpc8548cds: Guard old ethernet code with !DM_ETHTom Rini1-1/+3
2022-08-20ppc: Remove corenet_ds boardsTom Rini37-4035/+8
2022-08-20layerscape: Disable CONFIG_FMAN_ENET on *aqds* platformsTom Rini23-35/+15
2022-08-20fsl-mc: Update dependencies for DM_ETHTom Rini1-0/+2
2022-08-20net: lpc32xx_eth.c ethernet driverTom Rini5-668/+0
2022-08-20arm: Remove kzm9g boardTom Rini7-506/+0
2022-08-20arm: Remove armadillo-800eva boardTom Rini7-469/+0
2022-08-20arm: Remove cm_t335 boardTom Rini11-726/+0
2022-08-20arm: Remove edminiv2 boardTom Rini7-304/+0
2022-08-20mx28evk: Remove AUART/NAND/SPI variantsFabio Estevam4-181/+0
2022-08-20binman: Add zstd bintoolStefan Herbrechtsmeier5-3/+61
2022-08-20binman: Add xz bintoolStefan Herbrechtsmeier3-2/+33
2022-08-20binman: Add lzop bintoolStefan Herbrechtsmeier3-3/+33
2022-08-20binman: Add gzip bintoolStefan Herbrechtsmeier4-4/+43
2022-08-20binman: Add bzip2 bintoolStefan Herbrechtsmeier3-2/+32
2022-08-20binman: Add BintoolPacker class to bintoolStefan Herbrechtsmeier1-0/+103
2022-08-20binman: Add compression testsStefan Herbrechtsmeier1-0/+26
2022-08-20binman: Support missing compression toolsStefan Herbrechtsmeier3-3/+29
2022-08-20binman: Move compression bintool management into entry classStefan Herbrechtsmeier4-83/+41
2022-08-20binman: Select compression bintools in cbfs_util classStefan Herbrechtsmeier2-11/+13
2022-08-20binman: Move compression bintools creation into test setupStefan Herbrechtsmeier1-7/+19
2022-08-20binman: Remove obsolete compressed data header handlingStefan Herbrechtsmeier4-24/+15
2022-08-20binman: Disable compressed data headerStefan Herbrechtsmeier2-7/+9
2022-08-20binman: Add length header attribute to dtb entryStefan Herbrechtsmeier5-0/+105
2022-08-20binman: Add DecompressData function to entry classStefan Herbrechtsmeier2-2/+16
2022-08-20binman: Check only section data in multi section testStefan Herbrechtsmeier1-4/+6
2022-08-20binman: Collect bintools before usageStefan Herbrechtsmeier1-1/+4
2022-08-20binman: Forward AddBintools calls to base classStefan Herbrechtsmeier5-0/+5
2022-08-20binman: Forward AddBintools calls to sub entries in cbfs_utilStefan Herbrechtsmeier1-0/+5
2022-08-20binman: Avoid duplicates in bintool listsStefan Herbrechtsmeier1-2/+6
2022-08-20binman: Skip elf tests if python elftools is not availableStefan Herbrechtsmeier2-0/+32
2022-08-20binman: Allow collection to use entries from other sectionsSimon Glass8-4/+110
2022-08-20binman: Allow passing entries using -nSimon Glass6-1/+155
2022-08-20binman: Allow the image name to be the data fileSimon Glass4-2/+75
2022-08-20binman: Improve mkimage documentationSimon Glass2-14/+45