aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-30Merge tag 'u-boot-imx-next-20240330' of https://gitlab.denx.de/u-boot/custodi...WIP/30Mar2024-nextTom Rini41-2551/+149
2024-03-30config: xea: Add limits for SPL and u-boot proper sizesLukasz Majewski1-0/+3
2024-03-30arm: xea: Add support for reading SoM (CPU) board HW revisionLukasz Majewski4-0/+62
2024-03-30arm: spl: Add definition for PHY reset GPIO for XEA HW rev. 2Lukasz Majewski1-1/+2
2024-03-30arm: spl: xea: Remove I2S pins configuration from early initializationLukasz Majewski1-7/+0
2024-03-30imx8mq_evk: Remove FEC and Ethernet PHY board codeFabio Estevam1-30/+0
2024-03-30net: fec_mxc: Avoid enable regulator failureYe Li1-1/+1
2024-03-30image-container: Fix incorrect return valueYe Li1-1/+1
2024-03-30thermal: imx_tmu: Fix TMU error on iMX8MQYe Li1-0/+3
2024-03-30arm: imx9: Fix MMU map table overlapYe Li1-1/+1
2024-03-30configs: colibri-imx7: allow accessing job-rings from non-TrustZoneEmanuele Ghidoli2-0/+2
2024-03-30configs: colibri-imx7: set non-secure boot mode as defaultEmanuele Ghidoli1-1/+0
2024-03-30crypto/fsl: allow accessing Job Ring from non-TrustZoneEmanuele Ghidoli3-0/+27
2024-03-30imx: imx8mp_evk: convert to OF_UPSTREAMPeng Fan4-686/+2
2024-03-30imx: imx8mn-evk: convert to OF_UPSTREAMPeng Fan6-292/+4
2024-03-30imx: imx8mm_evk: convert to OF_UPSTREAMPeng Fan6-746/+3
2024-03-30imx: imx8mq_evk: convert to OF_UPSTREAMPeng Fan4-714/+2
2024-03-30board: toradex: colibri-imx8x: Remove board_gpio_initHiago De Franco1-11/+0
2024-03-30imx8: Add a default reset_cpu() implementationFabio Estevam8-58/+4
2024-03-30arm: dts: imx8m*-venice-gw72xx: add TPM deviceTim Harvey2-0/+16
2024-03-30arm: dts: imx8mm-venice-gw7901: add digital I/O direction control GPIO'sTim Harvey1-0/+14
2024-03-30phycore_pcl063: Drop leading zero from USB vendor numberFabio Estevam2-2/+2
2024-03-29Merge patch series "Clean up arm linker scripts"WIP/29Mar2024-next-ldsTom Rini12-308/+71
2024-03-29arm: remove redundant section alignmentsIlias Apalodimas3-7/+14
2024-03-29arm: move image_copy_start/end to linker symbolsIlias Apalodimas9-32/+15
2024-03-29arm: fix __efi_runtime_start/end definitionsIlias Apalodimas4-20/+7
2024-03-29arm: clean up v7 and v8 linker scripts for __rel_dyn_start/endIlias Apalodimas4-37/+9
2024-03-29arm: fix __efi_runtime_rel_start/end definitionsIlias Apalodimas6-31/+10
2024-03-29arm: clean up v7 and v8 linker scripts for bss_start/endIlias Apalodimas6-66/+29
2024-03-29arm: baltos: remove custom linker scriptIlias Apalodimas1-128/+0
2024-03-28Merge branch '2024-03-28-assorted-net-changes' into nextTom Rini12-87/+357
2024-03-28Merge tag 'acpi-next-20240328' of https://source.denx.de/u-boot/custodians/u-...WIP/28Mar2024-nextTom Rini11-49/+124
2024-03-27smbios: fill wake-up typeHeinrich Schuchardt2-0/+28
2024-03-27cmd: smbios: type 1 wake-up time, familyHeinrich Schuchardt1-2/+23
2024-03-27acpi: remove duplicate declaration of acpi_fill_header()Heinrich Schuchardt1-10/+0
2024-03-27acpi: document HETP tableHeinrich Schuchardt1-23/+58
2024-03-27MAINTAINERS: add include/acpi/ to ACPIHeinrich Schuchardt1-0/+1
2024-03-27acpi: rename aslc_id, aslc_revisionHeinrich Schuchardt7-15/+15
2024-03-26configs/am62x_beagleplay_a53_defconfig: enable DM_ETH_PHYRoger Quadros1-1/+1
2024-03-26net: mdio-uclass: Bind and probe generic Ethernet PHY driverRoger Quadros1-0/+41
2024-03-26net: phy: Factor out PHY GPIO reset codeMarek Vasut3-32/+69
2024-03-26e1000: add support for i225-ITMarjolaine Amate3-1/+18
2024-03-26net: phy: ncsi: reslove the unaligned access issueJacky Chou1-5/+5
2024-03-26net: phy: ncsi: Correct the endian of the checksumJacky Chou1-1/+1
2024-03-26net: hifemac: make some functions staticYang Xiwen1-2/+2
2024-03-26net: hifemac: implement `net stats` needed opsYang Xiwen1-0/+87
2024-03-26net: hifemac: register MDIO bus device for subnodeYang Xiwen1-0/+28
2024-03-26net: hifemac: fix log reportingYang Xiwen1-37/+73
2024-03-26net: hifemac_mdio: use log_msg_ret() correctly, report error by dev_err()Yang Xiwen1-3/+8
2024-03-26net: phy: the NC-SI phy device do not require mdio busJacky Chou1-1/+2