aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-imx-next-20240911' of https://gitlab.denx.de/u-boot/custodi...WIP/11Sep2024-nextTom Rini2024-09-115-5/+50
|\
| * pwm: imx: Don't drop the enable bit once setMiquel Raynal2024-09-111-2/+3
| * configs: venice: enable DM_RNGTim Harvey2024-09-113-3/+0
| * ARM: imx: Enable MMU and dcache very early on i.MX8MMarek Vasut2024-09-111-0/+47
|/
* Merge patch series "phycore-am62/4: Add more boot sources"WIP/10Sep2024-nextTom Rini2024-09-109-12/+81
|\
| * configs: phycore_am62x_*_defconfig: Set PHYTEC as ManufacturerDaniel Schultz2024-09-102-1/+2
| * configs: phycore_am62x_a53_defconfig: Fix CONFIG_ENV_SIZEDaniel Schultz2024-09-101-1/+1
| * configs: Add phycore_am62x_r5_usbdfu_defconfigDaniel Schultz2024-09-101-0/+2
| * configs: phycore_am62x_a53_defconfig: Merge am62x_a53_usbdfu.configDaniel Schultz2024-09-101-1/+1
| * configs: phycore_am64x_a53_defconfig: Make BOOTCMD genericDaniel Schultz2024-09-101-1/+1
| * configs: phycore_am62x_a53_defconfig: Make BOOTCMD genericDaniel Schultz2024-09-101-1/+1
| * board: phytec: phycore_am64x: Add Network/SPI BootDaniel Schultz2024-09-101-0/+8
| * board: phytec: phycore_am62x: Add Network/SPI BootDaniel Schultz2024-09-101-0/+8
| * include: env: phytec: Add K3 boot logic for OSPI/QSPI flashesDaniel Schultz2024-09-101-0/+18
| * include: net: phytec: Add K3 network boot logicDaniel Schultz2024-09-101-0/+22
| * include: env: phytec: Add raucinit to k3_mmc environmentDaniel Schultz2024-09-101-2/+4
| * include: env: phytec: k3_mmc: Rename variablesDaniel Schultz2024-09-101-5/+5
| * configs: phycore_am64x_a53_defconfig: Enable CONFIG_OF_BOARD_SETUPWadim Egorov2024-09-101-0/+1
* | spl: spl_load: fix comparison between negative error code and unsigned sizeDaniel Palmer2024-09-101-0/+4
* | test/py: spi: Set the expected error messageLove Kumar2024-09-101-2/+2
* | treewide: drop redundant "type string" for SYS_SOC and friendsRasmus Villemoes2024-09-1025-59/+0
* | arm: Remove ethernut5 boardTom Rini2024-09-1021-1318/+6
* | net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT)Jerome Forissier2024-09-101-9/+14
* | Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-usb in...WIP/09Sep2024-nextTom Rini2024-09-0910-18/+131
|\ \
| * | phy: test: Implement sandbox PHY .set_mode and DM testMarek Vasut2024-09-092-0/+20
| * | phy: rcar: Split init and set_mode operationsMarek Vasut2024-09-091-5/+85
| * | phy: Extend generic_setup_phy() with PHY mode and submodeMarek Vasut2024-09-098-13/+26
* | | Merge branch 'qcom-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-s...Tom Rini2024-09-0920-26/+661
|\ \ \ | |/ / |/| |
| * | board/qualcomm: add debug config fragments for some SoCsCaleb Connolly2024-09-063-0/+15
| * | doc: board/qualcomm: document rb3gen2 building/flashingCaleb Connolly2024-09-062-0/+54
| * | configs: add qcm6490_defconfigCaleb Connolly2024-09-062-0/+22
| * | qcom_defconfig: enable SC7280 clocksCaleb Connolly2024-09-061-0/+1
| * | iommu: qcom-smmu: add sc7280-smmu-500 compatibleCaleb Connolly2024-09-061-0/+1
| * | dts: qcs6490-rb3gen2-u-boot: USB host modeCaleb Connolly2024-09-061-0/+5
| * | dts: qcs6490-rb3gen2-u-boot: add override dtsiCaleb Connolly2024-09-061-0/+23
| * | clk/qcom: add initial clock driver for sc7280Caleb Connolly2024-09-064-0/+142
| * | regulator: qcom-rpmh-regulator: add support for PM8550 & related regulatorsNeil Armstrong2024-09-061-0/+136
| * | soc: qcom: rpmh-rsc: add back __tcs_set_trigger() for SM8550/SM8650Neil Armstrong2024-09-061-0/+43
| * | qcom_defconfig: bump CONFIG_NR_DRAM_BANKSCaleb Connolly2024-09-061-0/+1
| * | soc: qcom: cmd-db: map cmd-db regionCaleb Connolly2024-09-061-2/+7
| * | soc: qcom: cmd-db: use strncmp() instead of memcmp()Caleb Connolly2024-09-061-1/+1
| * | armv8: mmu: add a way to map additional regionsCaleb Connolly2024-09-062-0/+35
| * | mach-snapdragon: set loadaddrCaleb Connolly2024-09-061-5/+7
| * | mach-snapdragon: populate fallback FDTCaleb Connolly2024-09-061-1/+7
| * | mach-snapdragon: allocate fastboot buffer dynamicallyCaleb Connolly2024-09-061-0/+7
| * | mach-snapdragon: set serial numberCaleb Connolly2024-09-061-0/+62
| * | mach-snapdragon: use 1MiB for get_page_table_size()Neil Armstrong2024-09-061-1/+1
| * | mach-snapdragon: parse memory ourselvesCaleb Connolly2024-09-061-11/+76
| * | mach-snapdragon: refactor board_fdt_blob_setup()Caleb Connolly2024-09-061-11/+21
* | | buildman: Support building within a Python venvWIP/06Sep2024-nextSimon Glass2024-09-063-4/+114