aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/12Nov2023Tom Rini2023-11-1222-259/+688
|\
| * sunxi: H616: add LPDDR4 DRAM supportMikhail Kalashnikov2023-11-125-39/+294
| * sunxi: H616: DRAM: refactor mctl_phy_configure_odt()Andre Przywara2023-11-121-53/+31
| * power: regulator: add AXP313 supportAndre Przywara2023-11-123-0/+19
| * power: pmic: sunxi: add AXP313 SPL driverAndre Przywara2023-11-125-3/+155
| * arm: dts: icnova-a20-adb4006: Add board supportLudwig Kormann2023-11-123-0/+27
| * pinctrl: sunxi: Avoid using .bss for SPLSamuel Holland2023-11-121-1/+1
| * sunxi: mmc: Sort compatible strings numericallySamuel Holland2023-11-121-1/+1
| * clk: sunxi: Use the right symbol in the MakefileSamuel Holland2023-11-121-1/+1
| * sunxi: mmc: Move header to the driver directorySamuel Holland2023-11-123-135/+146
| * net: sun8i_emac: Drop DM_GPIO checksSamuel Holland2023-11-121-10/+0
| * arm: sunxi: Correct warning in board_fit_config_name_matchTom Rini2023-11-121-1/+2
| * sunxi: board: simplify early PMIC setup conditionsAndre Przywara2023-11-122-19/+15
* | Merge tag 'doc-2024-01-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2023-11-1149-271/+268
|\ \ | |/ |/|
| * doc: typo 'form' in qfw.rstHeinrich Schuchardt2023-11-111-1/+1
| * doc: board: ti: k3 docs: Use ::promptNishanth Menon2023-11-117-133/+133
| * doc: board: ti: Use prompt prompt_style to simplify documentationNishanth Menon2023-11-114-60/+41
| * doc: build: fix wrongly written targests instead of targetsMilan P. Stanić2023-11-111-1/+1
| * doc: shorten overlong title underlinesHeinrich Schuchardt2023-11-1143-70/+86
| * doc: ti: j7200_evm: Fix OPTEE platform nameNishanth Menon2023-11-111-1/+1
| * hikey960: Fix 404 linksDylan Corrales2023-11-111-7/+7
|/
* Merge patch series "arm: dts: k3-am6: Fix Ethernet/DMA"Tom Rini2023-11-104-4/+93
|\
| * arm: dts: k3-am642: Update main_bcdma and main_pktdma nodesSiddharth Vadapalli2023-11-102-4/+43
| * arm: dts: k3-am625-verdin-wifi-dev-u-boot.dtsi: Fix DMA/EthernetRoger Quadros2023-11-101-0/+27
| * arm: dts: k3-am625-sk-u-boot.dtsi: Update main_bcdma and main_pktdma nodesSiddharth Vadapalli2023-11-101-0/+23
* | Merge tag 'u-boot-stm32-20231110' of https://source.denx.de/u-boot/custodians...Tom Rini2023-11-108-17/+67
|\ \
| * | stm32mp1: read auth stats and boot_partition from tampIgor Opaniuk2023-11-103-0/+30
| * | arm: stm32: Limit u-boot.itb size to 0x160000 bytes on DH STM32MP15 DHSOMMarek Vasut2023-11-102-0/+4
| * | arm: stm32: Enable TCP, IPv6, wget on DH STM32MP15 DHSOMMarek Vasut2023-11-102-0/+10
| * | ARM: dts: stm32mp: Repair damage from alignment with v6.3Marek Vasut2023-11-103-15/+21
| * | arm: stm32mp: Really fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCA...Bhupesh Sharma2023-11-101-2/+2
* | | Merge branch '2023-11-10-assorted-fixes'Tom Rini2023-11-10379-410/+404
|\ \ \
| * | | boot: Fix syntax in fdt_overlay_apply_verbose() error messageHugo Villeneuve2023-11-101-1/+1
| * | | tools: gitignore: Fix tools/generated pathSam Protsenko2023-11-102-2/+1
| * | | bootstd: Skip over bad device during bootflows scanningTony Dinh2023-11-103-3/+3
| * | | tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon2023-11-10369-386/+386
| * | | test: cmd: mbr: Remove unreachable codeAlexander Gendin2023-11-101-9/+7
| * | | firmware: scmi: correct a validity check against power domain idAKASHI Takahiro2023-11-101-4/+4
| * | | scsi: Have scsi_init_dev_desc_priv() use memsetTom Rini2023-11-101-4/+1
| * | | MAINTAINERS: Fix Sam Protsenko mailSam Protsenko2023-11-101-1/+1
| |/ /
* | | Merge tag 'u-boot-rockchip-20231110' of https://source.denx.de/u-boot/custodi...Tom Rini2023-11-1018-5/+1543
|\ \ \ | |/ / |/| |
| * | rockchip: include: asm: fix entering download mode rk3066Johan Jonker2023-11-103-2/+85
| * | rockchip: ringneck-px30: enable SPL_BOARD_INITQuentin Schulz2023-11-101-0/+1
| * | rockchip: ringneck-px30: always reset STM32 companion controller on bootQuentin Schulz2023-11-101-0/+53
| * | rockchip: rv1126: Read cpuid from otp and set ethaddrTim Lunn2023-11-102-0/+14
| * | rockchip: otp: Add support for RV1126Tim Lunn2023-11-101-0/+76
| * | rockchip: dts: fix bootph tags for rv1126Tim Lunn2023-11-101-3/+3
| * | rockchip: ringneck-px30: enable i2c commandQuentin Schulz2023-11-091-0/+1
| * | board: rockchip: add Pine64 QuartzPro64 RK3588 boardTom Fitzhenry2023-11-0911-0/+1310
|/ /
* | Merge tag 'xilinx-for-v2024.01-rc3' of https://source.denx.de/u-boot/custodia...WIP/07Nov2023Tom Rini2023-11-0778-145/+1138
|\ \