aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-05Merge tag 'xilinx-for-v2023.01-rc3-v2' of https://source.denx.de/u-boot/custo...WIP/05Dec2022Tom Rini30-74/+186
2022-12-05Merge tag 'i2cfixes-for-v2023.01-rc3' of https://source.denx.de/u-boot/custod...Tom Rini1-0/+0
2022-12-05mtd: spi-nor-core: Invert logic to reflect sst26 flash unlockedAlgapally Santosh Sagar1-1/+1
2022-12-05xilinx: zynqmp: Fix SPL_FS_LOAD_PAYLOAD_NAME usageMichal Simek1-21/+24
2022-12-05arm64: versal-net: Enable defconfig for Micron octal flashesAshok Reddy Soma1-0/+1
2022-12-05spi: cadence-qspi: Remove condition for calling enable linear modeAshok Reddy Soma1-5/+1
2022-12-05ARM: zynq: Add missing twd timer for mini configurationsMichal Simek3-0/+21
2022-12-05arm64: zynqmp: Do not enable IPI by defaultMichal Simek7-2/+8
2022-12-05arm64: zynqmp: Do not include psu_init to U-Boot by defaultMichal Simek10-14/+10
2022-12-05board/xilinx/zynqmp/MAINTAINERS: change e-mail address for Luca CeresoliLuca Ceresoli1-1/+1
2022-12-05xilinx: Remove unused ZYNQ_MAC_IN_EEPROM/ZYNQ_GEM_I2C_MAC_OFFSET entriesMichal Simek4-23/+0
2022-12-05xilinx: Add option to select SC id instead of DUT id for SC supportMichal Simek3-1/+15
2022-12-05spi: zynqmp_qspi: Add support for 64-bit read/writeVenkatesh Yadav Abbarapu1-2/+4
2022-12-05arm64: versal: Enable REMAKE_ELF for mini_ospi/mini_qspiVenkatesh Yadav Abbarapu2-0/+2
2022-12-05spi: zynqmp_gqspi: Update tapdelay valueT Karthik Reddy1-1/+1
2022-12-05arm64: zynqmp: dynamically mark r5 cores as usedLukas Funke2-1/+29
2022-12-05net: xilinx_axi: check PCS/PMA PHY status in setup_phyAndy Chiu1-0/+44
2022-12-05net: xilinx_axi: add PCS/PMA PHYAndy Chiu1-2/+24
2022-12-05i2c: nuvoton: renamed the NPCM i2c driverJim Liu1-0/+0
2022-12-04Merge tag 'efi-2023-01-rc3' of https://source.denx.de/u-boot/custodians/u-boo...WIP/04Dec2022Tom Rini15-124/+600
2022-12-02doc: eficonfig: add description for UEFI Secure Boot ConfigurationMasahisa Kojima1-29/+61
2022-12-02eficonfig: use efi_get_next_variable_name_int()Masahisa Kojima1-24/+117
2022-12-02efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima3-22/+35
2022-12-02eficonfig: use u16_strsize() to get u16 string buffer sizeMasahisa Kojima1-2/+1
2022-12-02eficonfig: fix going one directory up issueMasahisa Kojima1-1/+1
2022-12-02doc: board: typo GIUD Microchip MPFS Icicle Kit docHeinrich Schuchardt1-2/+2
2022-12-02efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt2-3/+3
2022-12-02efi_loader: fix handling of DHCP acknowledgeHeinrich Schuchardt1-3/+10
2022-12-02efi_selftest: test FatToStr() truncationHeinrich Schuchardt1-1/+1
2022-12-02efi_loader: add an EFI binary to print boot hart IDHeinrich Schuchardt2-0/+341
2022-12-02doc: board: j721e_evm: Fix code-block type and indentsAndrew Davis1-12/+12
2022-12-02doc: board: j721e_evm: Add DM firmware stepsAndrew Davis1-6/+10
2022-12-02net: CONFIG_NET_DEVICES in dhcp_handler()Heinrich Schuchardt1-1/+1
2022-12-02disk: fix blk_get_device_part_str()Heinrich Schuchardt1-18/+5
2022-12-02console: file should always be non-negativeHeinrich Schuchardt1-5/+5
2022-12-02Merge branch '2022-12-02-assorted-updates'Tom Rini13-10/+111
2022-12-02MAINTAINERS: Adopt SanCloud boardsWIP/2022-12-02-assorted-updatesPaul Barker1-0/+6
2022-12-02am335x-sancloud-bbe: Add -u-boot.dtsi filesPaul Barker2-0/+50
2022-12-02am335x-sancloud-bbe-lite: SPI flash is JEDEC compatiblePaul Barker1-1/+1
2022-12-02am335x-evm: Support STMicro/Micron SPI flashPaul Barker2-0/+2
2022-12-02am335x-evm: Fix spiboot configurationPaul Barker1-0/+4
2022-12-02am335x-evm: Enable required dtb nodes in SPLPaul Barker1-2/+28
2022-12-02bus: Optionally include TI sysc driver in SPL/TPLPaul Barker3-2/+12
2022-12-02bus: TI sysc driver requires DMPaul Barker1-1/+1
2022-12-02dm: core: Fix iteration over driver_info recordsPaul Barker1-3/+3
2022-12-02MAINTAINERS: Move usb_storage from DFU to USBMarek Vasut1-1/+1
2022-12-02config: tools only: add VIDEO to build bmp_logoPeter Robinson1-0/+1
2022-12-02MAINTAINERS: add RaspberryPi co-maintainerMatthias Brugger2-0/+2
2022-11-28Merge branch '2022-11-28-networking-updates-and-improvements'Tom Rini28-96/+2423
2022-11-28phy: add driver for Intel XWAY PHYTim Harvey5-0/+58