aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-10Merge branch 'next_net/phy_connect_dev' of https://source.denx.de/u-boot/cust...WIP/11Jun2023WIP/10Jun2023-nextTom Rini14-92/+59
2023-06-10Merge branch 'next_mtd/rpc-spi' of https://source.denx.de/u-boot/custodians/u...Tom Rini2-103/+105
2023-06-10ARM: renesas: Enable DM_ETH_PHY and SMSC PHY driverMarek Vasut1-0/+3
2023-06-10ARM: dts: renesas: Add compatible properties to LAN8710A Ethernet PHYsGeert Uytterhoeven1-0/+2
2023-06-10net: sh_eth: Fix RX error handlingValentine Barshak1-9/+7
2023-06-10net: sh_eth: Workaround cache issuesValentine Barshak1-4/+6
2023-06-10net: sh_eth: Drop reset GPIO handling in favor of common codeMarek Vasut2-17/+1
2023-06-10net: ravb: Drop reset GPIO handling in favor of common codeMarek Vasut2-22/+1
2023-06-10net: phy: Handle reset-delay-us/reset-post-delay-us propertiesMarek Vasut1-0/+8
2023-06-10net: phy: Bind ETH_PHY uclass driver to each new PHYMarek Vasut1-0/+17
2023-06-10net: phy: Unpublish phy_connect_dev()Marek Vasut2-11/+2
2023-06-10net: sunxi_emac: Switch to new U-Boot PHY APIMarek Vasut1-4/+3
2023-06-10net: sh_eth: Switch to new U-Boot PHY APIMarek Vasut1-4/+1
2023-06-10net: pch_gbe: Switch to new U-Boot PHY APIMarek Vasut1-4/+1
2023-06-10net: ethoc: Switch to new U-Boot PHY APIMarek Vasut1-5/+3
2023-06-10net: ave: Switch to new U-Boot PHY APIMarek Vasut1-4/+2
2023-06-10net: altera_tsa: Switch to new U-Boot PHY APIMarek Vasut1-7/+1
2023-06-10net: eth-phy: staticize eth_phy_reset()Marek Vasut1-1/+1
2023-06-10mtd: spi: renesas: Add 4 bytes address mode supportCong Dang1-94/+78
2023-06-10mtd: spi: renesas: Add R-Car Gen4 supportHai Pham1-0/+5
2023-06-10mtd: spi: renesas: Enable SPI_FLASH_SFDP_SUPPORTHai Pham1-1/+1
2023-06-10mtd: spi: renesas: Extract strobe delay setting code into separate functionHai Pham1-8/+21
2023-06-09Merge branch '2023-06-09-fwu-updates' into nextTom Rini23-676/+1516
2023-06-09fwu: provide default fwu_plat_get_bootidxJassi Brar1-0/+18
2023-06-09fwu: DeveloperBox: add support for FWUJassi Brar6-6/+212
2023-06-09config: developerbox: move to new flash layout and boot flowJassi Brar1-2/+2
2023-06-09dt: fwu: developerbox: enable fwu banks and mdata regionsJassi Brar1-3/+46
2023-06-09tools: Add mkfwumdata tool for FWU metadata imageMasami Hiramatsu4-0/+436
2023-06-09FWU: Add FWU metadata access driver for MTD storage regionsMasami Hiramatsu6-0/+503
2023-06-09test: dm: fwu: fix for the updated apiJassi Brar1-19/+3
2023-06-09fwu: rename fwu_get_verified_mdata to fwu_get_mdataJassi Brar3-6/+6
2023-06-09fwu: meta-data: switch to management by common codeJassi Brar5-702/+38
2023-06-09fwu: gpt: implement read_mdata and write_mdata callbacksJassi Brar1-0/+36
2023-06-09fwu: move meta-data management in coreJassi Brar3-6/+202
2023-06-09fwu: gpt: use cached meta-data partition numbersJassi Brar1-19/+24
2023-06-09dt/bindings: fwu-mdata-mtd: drop changes outside FWUJassi Brar1-14/+91
2023-06-09Merge branch 'next_soc/v3x' of https://source.denx.de/u-boot/custodians/u-boo...WIP/09Jun2023-nextTom Rini32-244/+1618
2023-06-08ARM: renesas: Add R8A77980 V3HSK board and CPLD codeValentine Barshak8-0/+370
2023-06-08ARM: dts: renesas: Add R8A77980 V3HSK DTsValentine Barshak1-0/+292
2023-06-08ARM: renesas: Add R8A77970 V3MSK board and CPLD codeValentine Barshak9-0/+564
2023-06-08ARM: dts: renesas: Add R8A77970 V3MSK DTsValentine Barshak1-0/+303
2023-06-08ARM: rmobile: Introduce weak default board_init()Marek Vasut6-35/+7
2023-06-08ARM: rmobile: Drop eagle.h config of R8A77970 V3M Eagle boardMarek Vasut2-20/+1
2023-06-08ARM: rmobile: Factor out common R-Car V3M/V3H board codeMarek Vasut2-26/+2
2023-06-08ARM: rmobile: Reduce R-Car V3H Condor header usageMarek Vasut1-11/+0
2023-06-08ARM: rmobile: Reduce R-Car E3 Ebisu header usageMarek Vasut1-22/+0
2023-06-08ARM: rmobile: Deduplicate R-Car Gen3/Gen4 reset_cpu()Marek Vasut9-90/+39
2023-06-08Merge tag 'efi-next-20230608' of https://source.denx.de/u-boot/custodians/u-b...WIP/08Jun2023-nextTom Rini27-677/+1102
2023-06-08test/py: efi_capsule: test for FMP versioningMasahisa Kojima6-2/+404
2023-06-08test: efi_capsule: refactor efi_capsule testMasahisa Kojima5-642/+287