aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-03configs: Resync with savedefconfigWIP/03Jan2024-nextTom Rini890-1612/+1398
2024-01-03Merge tag 'v2024.01-rc6' into nextTom Rini35-920/+1287
2024-01-03Prepare v2024.01-rc6v2024.01-rc6Tom Rini2-2/+2
2024-01-03configs: Resync with savedefconfigTom Rini5-9/+1
2024-01-03arm: dts: k3-am62a*: Sync with kernel v6.7-rc1Nishanth Menon9-128/+1224
2024-01-03arm: mach-k3: am62a: Add main_timer0 id to the dev listNishanth Menon1-0/+1
2024-01-03Merge patch series "sync am65x device tree with Linux v6.7-rc1"Tom Rini11-650/+878
2024-01-03arm: dts: k3-am654: convert bootph-pre-ram to bootph-allBryan Brattlof1-37/+37
2024-01-03arm: dts: k3-am654: remove duplicate mcu secure proxy nodeBryan Brattlof1-12/+7
2024-01-03arm: dts: k3-am654: move dummy_clock to root nodeBryan Brattlof1-7/+7
2024-01-03arm: dts: k3-am654: remove un-needed aliasesBryan Brattlof1-1/+0
2024-01-03arm: dts: k3-am654: remove duplicate root propertiesBryan Brattlof1-3/+0
2024-01-03arm: dts: k3-am654: remove duplicate vtt pinmuxBryan Brattlof2-11/+1
2024-01-03arm: dts: k3-am654: remove duplicate mdioBryan Brattlof1-9/+0
2024-01-03arm: dts: k3-am654: remove usb0Bryan Brattlof2-41/+0
2024-01-03arm: dts: k3-am654: remove duplicate ospi0 nodeBryan Brattlof1-37/+0
2024-01-03arm: dts: k3-am654: remove duplicate wkup_i2c0Bryan Brattlof1-25/+0
2024-01-03arm: dts: k3-am654: remove duplicate sdhci1 pinmux nodeBryan Brattlof1-15/+8
2024-01-03arm: dts: k3-am654: remove duplicate sdhci0 pinmux nodeBryan Brattlof1-18/+8
2024-01-03arm: dts: k3-am654: remove duplicate main_uart0Bryan Brattlof1-17/+0
2024-01-03arm: dts: k3-am654: remove duplicate mcu_uart0 nodeBryan Brattlof1-12/+0
2024-01-03arm: dts: k3-am654: add needed regs to udmap nodesBryan Brattlof1-0/+34
2024-01-03arm: dts: k3-am654: remove duplicate mcu_udmapBryan Brattlof1-13/+0
2024-01-03arm: dts: k3-am654: remove duplicate mcu_ringaccBryan Brattlof1-10/+0
2024-01-03arm: dts: k3-am654: remove duplicate timerBryan Brattlof2-15/+27
2024-01-03arm: dts: k3-am654: remove duplicate wkup_uart0Bryan Brattlof1-12/+0
2024-01-03arm: dts: k3-am654: remove duplicate vtt_supplyBryan Brattlof1-9/+0
2024-01-03arm: dts: k3-am654: include a53 board dtb for r5 buildBryan Brattlof1-1/+2
2024-01-03arm: dts: k3-am654: copy bootph properties to a53 dtsBryan Brattlof2-83/+162
2024-01-03arm: dts: k3-am654: pull in dtb update from LinuxBryan Brattlof6-209/+626
2024-01-03arm: dts: k3-am654-r5: Merge board file and U-Boot overlayBryan Brattlof3-214/+119
2024-01-03configs: am65x_evm_a53: disable CONSOLE_MUXBryan Brattlof1-1/+0
2024-01-03configs: am65x_evm_r5: enable driver for fixed regulatorsBryan Brattlof1-0/+2
2024-01-01Merge tag 'dm-next-1124' of https://source.denx.de/u-boot/custodians/u-boot-d...WIP/01Jan2024-nextTom Rini11-248/+401
2023-12-31bloblist: Update documentation and header commentSimon Glass2-1/+4
2023-12-31bloblist: Add alignment to bloblist_new()Simon Glass3-21/+27
2023-12-31bloblist: Adjust the bloblist headerSimon Glass3-72/+95
2023-12-31bloblist: Reduce blob-header sizeSimon Glass3-27/+45
2023-12-31bloblist: Handle alignment with a void entrySimon Glass1-4/+19
2023-12-31bloblist: Checksum the entire bloblistSimon Glass3-14/+14
2023-12-31bloblist: Drop spare value from bloblist recordSimon Glass2-3/+1
2023-12-31bloblist: Access record hdr_size and tag via a functionSimon Glass1-13/+25
2023-12-31bloblist: Set version to 1Simon Glass1-1/+1
2023-12-31bloblist: Change the magic valueSimon Glass1-1/+1
2023-12-31bloblist: Adjust API to align in powers of 2Simon Glass4-21/+22
2023-12-31bloblist: Update the tag numberingSimon Glass3-37/+52
2023-12-31Makefile: Use the fdtgrep -u flagSimon Glass1-1/+12
2023-12-31fdtgrep: Allow propagating properties up to supernodesSimon Glass1-1/+17
2023-12-31sandbox: Correct SPL condition for building devicetreeSimon Glass1-1/+1
2023-12-31fdtgrep: Move property checking into a functionSimon Glass1-13/+35