aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-12mcheck: let mcheck_abortfunc_t print the pointerEugene Uriev
2024-04-12mcheck: add stats, add a comment with test resultsEugene Uriev
2024-04-12mcheck: introduce mcheck_on_ramrelocation(.)Eugene Uriev
2024-04-12mcheck: add pedantic mode supportEugene Uriev
2024-04-12mcheck: support memalignEugene Uriev
2024-04-12mcheck: integrate mcheck into dlmalloc.cEugene Uriev
2024-04-12mcheck: introduce essentials of mcheckEugene Uriev
2024-04-12mcheck: Use memset/memcpy instead of MALLOC_ZERO/MALLOC_COPY for mcheck.Eugene Uriev
2024-04-12mcheck: prepare +1 tier for mcheck-wrappers, in dl-*alloc commandsEugene Uriev
2024-03-30Merge tag 'u-boot-imx-next-20240330' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2024-03-30config: xea: Add limits for SPL and u-boot proper sizesLukasz Majewski
2024-03-30arm: xea: Add support for reading SoM (CPU) board HW revisionLukasz Majewski
2024-03-30arm: spl: Add definition for PHY reset GPIO for XEA HW rev. 2Lukasz Majewski
2024-03-30arm: spl: xea: Remove I2S pins configuration from early initializationLukasz Majewski
2024-03-30imx8mq_evk: Remove FEC and Ethernet PHY board codeFabio Estevam
2024-03-30net: fec_mxc: Avoid enable regulator failureYe Li
2024-03-30image-container: Fix incorrect return valueYe Li
2024-03-30thermal: imx_tmu: Fix TMU error on iMX8MQYe Li
2024-03-30arm: imx9: Fix MMU map table overlapYe Li
2024-03-30configs: colibri-imx7: allow accessing job-rings from non-TrustZoneEmanuele Ghidoli
2024-03-30configs: colibri-imx7: set non-secure boot mode as defaultEmanuele Ghidoli
2024-03-30crypto/fsl: allow accessing Job Ring from non-TrustZoneEmanuele Ghidoli
2024-03-30imx: imx8mp_evk: convert to OF_UPSTREAMPeng Fan
2024-03-30imx: imx8mn-evk: convert to OF_UPSTREAMPeng Fan
2024-03-30imx: imx8mm_evk: convert to OF_UPSTREAMPeng Fan
2024-03-30imx: imx8mq_evk: convert to OF_UPSTREAMPeng Fan
2024-03-30board: toradex: colibri-imx8x: Remove board_gpio_initHiago De Franco
2024-03-30imx8: Add a default reset_cpu() implementationFabio Estevam
2024-03-30arm: dts: imx8m*-venice-gw72xx: add TPM deviceTim Harvey
2024-03-30arm: dts: imx8mm-venice-gw7901: add digital I/O direction control GPIO'sTim Harvey
2024-03-30phycore_pcl063: Drop leading zero from USB vendor numberFabio Estevam
2024-03-29Merge patch series "Clean up arm linker scripts"Tom Rini
2024-03-29arm: remove redundant section alignmentsIlias Apalodimas
2024-03-29arm: move image_copy_start/end to linker symbolsIlias Apalodimas
2024-03-29arm: fix __efi_runtime_start/end definitionsIlias Apalodimas
2024-03-29arm: clean up v7 and v8 linker scripts for __rel_dyn_start/endIlias Apalodimas
2024-03-29arm: fix __efi_runtime_rel_start/end definitionsIlias Apalodimas
2024-03-29arm: clean up v7 and v8 linker scripts for bss_start/endIlias Apalodimas
2024-03-29arm: baltos: remove custom linker scriptIlias Apalodimas
2024-03-28Merge branch '2024-03-28-assorted-net-changes' into nextTom Rini
2024-03-28Merge tag 'acpi-next-20240328' of https://source.denx.de/u-boot/custodians/u-...Tom Rini
2024-03-27smbios: fill wake-up typeHeinrich Schuchardt
2024-03-27cmd: smbios: type 1 wake-up time, familyHeinrich Schuchardt
2024-03-27acpi: remove duplicate declaration of acpi_fill_header()Heinrich Schuchardt
2024-03-27acpi: document HETP tableHeinrich Schuchardt
2024-03-27MAINTAINERS: add include/acpi/ to ACPIHeinrich Schuchardt
2024-03-27acpi: rename aslc_id, aslc_revisionHeinrich Schuchardt
2024-03-26configs/am62x_beagleplay_a53_defconfig: enable DM_ETH_PHYRoger Quadros
2024-03-26net: mdio-uclass: Bind and probe generic Ethernet PHY driverRoger Quadros
2024-03-26net: phy: Factor out PHY GPIO reset codeMarek Vasut