aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-25WIP: Make lwIP defaultTEST/v2-lwipTom Rini2-1/+1
2024-05-25WIP: Fix qemu_arm64_lwip_defconfig for buildmanTom Rini1-0/+3
2024-05-25CI: add qemu_arm64_lwip to the test matrixJerome Forissier1-0/+7
2024-05-25MAINTAINERS: net-lwip: add myself as a maintainerJerome Forissier1-0/+11
2024-05-25test/py: net: add _lwip variants of dhcp, ping and tftpboot testsJerome Forissier1-4/+17
2024-05-25configs: add qemu_arm64_lwip_defconfigJerome Forissier1-0/+3
2024-05-25cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=yJerome Forissier1-2/+3
2024-05-25test: dm: dsa, eth: disable tests when CONFIG_NET_LWIP=yJerome Forissier2-0/+6
2024-05-25net-lwip: add wget commandJerome Forissier9-119/+372
2024-05-25net-lwip: add dns commandJerome Forissier5-0/+123
2024-05-25net-lwip: add ping commandJerome Forissier6-1/+190
2024-05-25net-lwip: add TFTP support and tftpboot commandJerome Forissier4-5/+223
2024-05-25net-lwip: add DHCP support and dhcp commmandJerome Forissier15-7/+564
2024-05-25net-lwip: build lwIPJerome Forissier7-1/+301
2024-05-25Merge commit '4d3a200e672d7031fbaeb453a7f820ce3b6bd257' as 'lib/lwip/lwip'Tom Rini726-0/+221755
2024-05-25Squashed 'lib/lwip/lwip/' content from commit 0a0452b2c39bTom Rini726-0/+221755
2024-05-25net: introduce alternative implementation as net-lwip/Jerome Forissier10-7/+26
2024-05-24Merge patch series "FWU: Add support for FWU metadata version 2"Tom Rini21-216/+1152
2024-05-24configs: fwu: re-enable FWU configsSughosh Ganu3-0/+9
2024-05-24MAINTAINERS: add entry for FWU multi bank update featureSughosh Ganu1-0/+8
2024-05-24doc: fwu: make changes to reflect support for FWU metadata v2Sughosh Ganu2-7/+20
2024-05-24test: fwu: make changes to the FWU metadata access testSughosh Ganu1-6/+10
2024-05-24tools: mkfwumdata: add logic to append vendor data to the FWU metadataSughosh Ganu2-15/+91
2024-05-24tools: mkfwumdata: add support for metadata version 2Sughosh Ganu2-30/+127
2024-05-24cmd: fwu: make changes for supporting FWU metadata version 2Sughosh Ganu1-21/+18
2024-05-24fwu: mtd: obtain image information from version agnostic structureSughosh Ganu1-9/+5
2024-05-24fwu: mtd: get MTD partition specific info from driverSughosh Ganu1-6/+11
2024-05-24fwu: mtd: remove unused argument from function callSughosh Ganu1-3/+2
2024-05-24fwu: add config symbols for enabling FWU metadata versionsSughosh Ganu2-0/+16
2024-05-24capsule: fwu: transition the platform state on a successful updateSughosh Ganu1-5/+9
2024-05-24fwu: make changes to access version agnostic structure fieldsSughosh Ganu2-67/+186
2024-05-24fwu: metadata: add functions for handling version specific metadata fieldsSughosh Ganu3-0/+484
2024-05-24fwu: metadata: add a version agnostic structureSughosh Ganu1-0/+18
2024-05-24fwu: metadata: add support for version 2 of the structureSughosh Ganu1-6/+65
2024-05-24drivers: fwu: mtd: allocate buffer for image info dynamicallySughosh Ganu2-25/+52
2024-05-24drivers: fwu: add the size parameter to the metadata access API'sSughosh Ganu4-22/+35
2024-05-24tools: mkfwumdata: fix the size parameter to the fwrite callSughosh Ganu1-1/+1
2024-05-24configs: fwu: remove FWU configs for metadata V2 supportSughosh Ganu3-7/+0
2024-05-24Merge tag 'u-boot-imx-next-20240524' of https://gitlab.denx.de/u-boot/custodi...Tom Rini21-666/+799
2024-05-24imx: hab: add documentation about the required keys/certsClaudius Heine1-0/+17
2024-05-24ARM: imx: mx5: Simplify TFTP server layout on MX53 Menlo boardOlaf Mandel2-2/+2
2024-05-24ARM: imx: mx5: Enable BMODE command on MX53 Menlo boardMarek Vasut1-0/+1
2024-05-24ARM: dts: imx8mm: Update iMX8MM Menlo board configurationMarek Vasut1-2/+26
2024-05-24ARM: imx: Increase PHY auto-negotiation timeout to 20s on MX8MenloMarek Vasut1-0/+3
2024-05-24ARM: imx: Add doc/imx/ to i.MX MAINTAINERS entryMarek Vasut1-0/+1
2024-05-24imx: hab: Use nxp_imx8mcst etype for i.MX8M flash.bin signingMarek Vasut4-235/+34
2024-05-24ARM: dts: imx: Wrap i.MX8M binman SPL and FIT nodes in CST node if IMX_HAB en...Marek Vasut4-334/+424
2024-05-24ARM: dts: imx: Introduce SPL and FIT labels to i.MX8M DTs binman nodesMarek Vasut8-100/+84
2024-05-24binman: Add nxp_imx8mcst etype for i.MX8M flash.bin signingMarek Vasut4-1/+215
2024-05-22Merge patch series "Clean-up patch set for MbedTLS integration"WIP/22May2024-nextTom Rini21-48/+43