aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-27usb: xhci: Fix root hub descriptorWIP/2023-01-27-apple-soc-updatesMark Kettenis2-7/+9
2023-01-27arm: apple: Enable PCIe USB controllerMark Kettenis1-0/+1
2023-01-27pci: Add Apple PCIe controller driverMark Kettenis5-0/+367
2023-01-27test: Add test for mapping IOMMUs for PCI devicesMark Kettenis2-0/+32
2023-01-27iommu: Implement mapping IOMMUs for PCI devicesMark Kettenis1-0/+65
2023-01-27usb: xhci: Implement DMA mappingMark Kettenis4-67/+130
2023-01-27iommu: apple: Implement DMA mapping operations for Apple DARTMark Kettenis1-34/+277
2023-01-27test: Add test for IOMMU uclass map/unmap opsMark Kettenis2-1/+101
2023-01-27iommu: Add DMA mapping operationsMark Kettenis3-0/+55
2023-01-27serial: s5p: Use IS_ENABLED where appropriateMark Kettenis1-4/+4
2023-01-27Merge branch '2023-01-27-assorted-updates'Tom Rini28-135/+2284
2023-01-27mkimage: fit: Support signed configurations in 'auto' FITsMassimo Pegorer5-67/+353
2023-01-27common: bouncebuf: Use dma-mapping for cache opsAndrew Davis1-6/+7
2023-01-27include: configs: Update env for selecting right dtbSinthu Raja1-0/+4
2023-01-27arm: dts: k3-am68-sk: Add r5 specific dt supportSinthu Raja2-0/+195
2023-01-27arm: dts: Add support for A72 specific AM68 Starter Kit Base BoardSinthu Raja3-1/+505
2023-01-27arm: dts: Add initial support for AM68 Starter Kit System on ModuleSinthu Raja1-0/+127
2023-01-27board: ti: j721s2: Add board_init and support for selecting DT based on EEPROMSinthu Raja1-0/+64
2023-01-27arch: mach-k3: Update board specific API name to K3 generic API nameSinthu Raja2-1/+15
2023-01-27board: ti: j721s2: Add support for detecting multiple device treesSinthu Raja1-10/+25
2023-01-27board: ti: j721s2: Enable support for reading EEPROM at next alternate addressSinthu Raja1-3/+9
2023-01-27board: ti: j721s2: Add support to update board_name for am68-skSinthu Raja1-2/+10
2023-01-27configs: j721s2_evm: Enable configs to store env in MMC FAT partitionSinthu Raja2-1/+3
2023-01-27configs: j721s2_evm_a72: Enable support for building multiple dtbs into FITSinthu Raja1-0/+1
2023-01-27configs: j721s2_evm_r5: Enable support for building multiple dtbs into FITSinthu Raja1-0/+3
2023-01-27MAINTAINERS: add include/power/ to POWERJohn Keeping1-0/+1
2023-01-27ifwitool: Fix member accessSimon Glass1-20/+20
2023-01-27pinctrl: fix docstringMichael Walle1-1/+1
2023-01-27pinctrl: get rid of some ifdefferyMichael Walle1-12/+5
2023-01-27pinctrl: don't fall back to pinctrl_select_state_simple()Michael Walle1-10/+5
2023-01-27arm: npcm8xx: add security feature headerJim Liu4-0/+223
2023-01-27ARM: config: enable function for nuvoton npcm845 bmcJim Liu1-1/+18
2023-01-27ARM: dts: npcm8xx: add npcm845 function nodeJim Liu3-0/+690
2023-01-27Merge tag 'xilinx-for-v2023.04-rc1' of https://source.denx.de/u-boot/custodia...WIP/27Jan2023Tom Rini58-1026/+1446
2023-01-27fru: ops: Display FRU fields properly for 0xc1 fieldsAlgapally Santosh Sagar1-15/+28
2023-01-27xilinx: board: Update logic in xilinx_read_eeprom_legacyMichal Simek1-10/+14
2023-01-27xilinx: board: Fix xilinx_eeprom_legacy_cleanup()Michal Simek1-2/+6
2023-01-27xilinx: board: Use ETH_ALEN macro for mac address sizeMichal Simek1-1/+1
2023-01-27net: zynq_gem: Wait for SGMII PCS link in zynq_gem_init()Stefan Roese1-3/+33
2023-01-27drivers: mmc: Change datatype of tuning_loop_counter to intAlgapally Santosh Sagar1-1/+1
2023-01-27xilinx: versal: Add missing headerAlgapally Santosh Sagar1-0/+1
2023-01-27gpio: zynqmp: Handle error from get_gpio_modepinAlgapally Santosh Sagar1-0/+3
2023-01-27xilinx: common: Include header file to fix warningAlgapally Santosh Sagar1-0/+1
2023-01-27arm64: versal-net: Enable remaking ELF from binMichal Simek1-0/+1
2023-01-27microblaze: spl: disable falcon mode by defaultOvidiu Panait1-3/+0
2023-01-27microblaze: spl: drop boot_linuxOvidiu Panait1-6/+1
2023-01-27microblaze: spl: wrap spl_start_uboot() in SPL_OS_BOOT ifdefsOvidiu Panait1-3/+1
2023-01-26Merge tag 'dm-pull-26jan23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/26Jan2023Tom Rini15-23/+441
2023-01-26Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini19-78/+824
2023-01-26binman: Fix a test-coverage regressionSimon Glass3-1/+32