summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-06clk/qcom: add initial clock driver for sc7280Caleb Connolly
2024-09-06regulator: qcom-rpmh-regulator: add support for PM8550 & related regulatorsNeil Armstrong
2024-09-06soc: qcom: rpmh-rsc: add back __tcs_set_trigger() for SM8550/SM8650Neil Armstrong
2024-09-06qcom_defconfig: bump CONFIG_NR_DRAM_BANKSCaleb Connolly
2024-09-06soc: qcom: cmd-db: map cmd-db regionCaleb Connolly
2024-09-06soc: qcom: cmd-db: use strncmp() instead of memcmp()Caleb Connolly
2024-09-06armv8: mmu: add a way to map additional regionsCaleb Connolly
2024-09-06mach-snapdragon: set loadaddrCaleb Connolly
2024-09-06mach-snapdragon: populate fallback FDTCaleb Connolly
2024-09-06mach-snapdragon: allocate fastboot buffer dynamicallyCaleb Connolly
2024-09-06mach-snapdragon: set serial numberCaleb Connolly
2024-09-06mach-snapdragon: use 1MiB for get_page_table_size()Neil Armstrong
2024-09-06mach-snapdragon: parse memory ourselvesCaleb Connolly
2024-09-06mach-snapdragon: refactor board_fdt_blob_setup()Caleb Connolly
2024-09-05regulator: fixed: fix regulator-fixed-clockJohn Keeping
2024-09-05power: regulator: tps6287x: Add driver for TPS6287x step down convertorsKeerthy
2024-09-05mmc: consider cd-gpios in Synopsys DesignWare driverHeinrich Schuchardt
2024-09-05mmc: msm_sdhci: program core_vendor_specCaleb Connolly
2024-09-05mmc: Change the frequency to MMC_HS_52 when selecting hs400Venkatesh Yadav Abbarapu
2024-09-05mmc: sdhci-cadence: Add support for Cadence sdmmc v6Kuan Lim Lee
2024-09-05Merge patch series "provide names for emmc hardware partitions"Tom Rini
2024-09-05venice: show emmc boot hardware partitionTim Harvey
2024-09-05mmc: allow use of hardware partition names for mmc partconfTim Harvey
2024-09-05mmc: use an enumerated type to represent PARTITION_CONFIG fieldsTim Harvey
2024-09-05android_ab: Fixes: Fix backup offset calculationJoshua Watt
2024-09-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2024-09-03Merge patch series "Make LMB memory map global and persistent"Tom Rini
2024-09-03lmb: add logic to print lmb flag stringsSughosh Ganu
2024-09-03stm32mp: compute ram_top based on the optee base addressSughosh Ganu
2024-09-03stm32mp: allow calling optee_get_reserved_memory() from U-BootSughosh Ganu
2024-09-03zynq: lmb: do not add to lmb map before relocationSughosh Ganu
2024-09-03sandbox: iommu: remove lmb allocation in the driverSughosh Ganu
2024-09-03sandbox: spl: enable lmb config for SPLSughosh Ganu
2024-09-03spl: sandbox: initialise the ram banksize in splSughosh Ganu
2024-09-03spl: call spl_board_init() at the end of the spl init sequenceSughosh Ganu
2024-09-03sandbox: move the TCG event log to the start of ram memorySughosh Ganu
2024-09-03lmb: remove the unused board_lmb_reserve() functionSughosh Ganu
2024-09-03lmb: do away with arch_lmb_reserve()Sughosh Ganu
2024-09-03ppc: lmb: move arch specific lmb reservations to arch_misc_init()Sughosh Ganu
2024-09-03lmb: init: initialise the lmb data structures during board initSughosh Ganu
2024-09-03lmb: bootm: remove superfluous lmb stub functionsSughosh Ganu
2024-09-03lmb: remove lmb_init_and_reserve_range() functionSughosh Ganu
2024-09-03lmb: remove the lmb_init_and_reserve() functionSughosh Ganu
2024-09-03lmb: reserve common areas during board initSughosh Ganu
2024-09-03lmb: introduce a function to add memory to the lmb memory mapSughosh Ganu
2024-09-03lmb: allow lmb module to be used in SPLSughosh Ganu
2024-09-03lmb: config: add lmb config symbols for SPLSughosh Ganu
2024-09-03lmb: remove config symbols used for lmb region countSughosh Ganu
2024-09-03lmb: allow for resizing lmb regionsSughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu