summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-09scsi: ceva: rename the resource name to match the linux kernel oneMichael Walle7-7/+7
2021-11-09serial: lpuart: add new compatible fsl, ls1028a-lpuartMichael Walle2-12/+8
2021-11-09spi: fsl_dspi: rename num-cs to spi-num-chipselectsMichael Walle10-19/+20
2021-11-09spi: fsl_dspi: add new compatible fsl, ls1021a-v1.0-dspiMichael Walle2-3/+4
2021-11-09watchdog: sp805_wdt: use correct compatible stringMichael Walle3-4/+4
2021-11-09arm: dts: ls1028a: update the labelsMichael Walle23-81/+81
2021-11-09arm: dts: ls1028a: move the iRC node and its devices into /socMichael Walle1-99/+103
2021-11-09arm: dts: ls1028a: move the watchdog node into /socMichael Walle1-5/+5
2021-11-09arm: dts: ls1028a: move the PCIe controller nodes into /socMichael Walle1-32/+32
2021-11-09arm: dts: ls1028a: move SATA and USB controller nodes into /socMichael Walle1-25/+25
2021-11-09arm: dts: ls1028a: move the GPIO controller nodes into /socMichael Walle1-33/+33
2021-11-09arm: dts: ls1028a: move the low-power UART nodes into /socMichael Walle1-60/+60
2021-11-09arm: dts: ls1028a: move the UART controller nodes into /socMichael Walle1-16/+16
2021-11-09arm: dts: ls1028a: move the SPI and eSDHC controller nodes into /socMichael Walle1-58/+58
2021-11-09arm: dts: ls1028a: move the FlexSPI controller nodeMichael Walle1-13/+13
2021-11-09arm: dts: ls1028a: move I2C controller nodes into /socMichael Walle12-115/+115
2021-11-09arm: dts: ls1028a: move the clockgen node into /socMichael Walle1-7/+7
2021-11-09arm: dts: ls1028a: add an empty /socMichael Walle2-0/+11
2021-11-09arm: dts: ls1028a-{rdb, qds}: remove dm-pre-reloc propertyMichael Walle2-2/+0
2021-11-09arm: dts: ls1028a: remove /memory nodeMichael Walle1-6/+0
2021-11-09armv8: ls1028a: use the official compatible string for the GPUMichael Walle2-2/+2
2021-11-09drivers: ddr: lc_common_dimm_params.c : Fix Divison by zero issueManinder Singh1-2/+8
2021-11-09drivers: net: fsl-mc: add a command which dumps the MC logCosmin-Florin Aluchenesei2-1/+97
2021-11-09ppc: mpc8xx: Drop -mstring from PLATFORM_CPPFLAGSTom Rini1-1/+1
2021-11-09arm: dts: ls1088a: Update qspi node propertiesKuldeep Singh1-1/+1
2021-11-09board: sl28: add update image documentationMichael Walle1-0/+15
2021-11-09doc: board: kontron: sl28: Reduce section levels and change titleFrieder Schrempf1-15/+15
2021-11-09board: sl28: enable EFI UpdateCapsule supportMichael Walle2-0/+8
2021-11-09board: sl28: generate FIT update imageMichael Walle1-2/+33
2021-11-09board: sl28: enable EFI_SET_TIME supportMichael Walle1-0/+1
2021-11-09board: freescale: lx216x : increase fdt blob sizeWasim Khan1-0/+8
2021-11-09board: fsl_validate: Fix Double free IssueKshitiz Varshney2-29/+13
2021-11-09configs: lx2162a: Enable CONFIG_SPI_FLASH_MT35XU for lx2162a-qdsKuldeep Singh3-0/+3
2021-11-09armv8: fsl-layerscape: Erratum A010315 needs PCIE supportAlban Bedel1-2/+2
2021-11-09lx2162a : Rename emmc boot command variableMeenakshi Aggarwal1-2/+2
2021-11-09board: freescale: t104xrdb: Set popts->cpo_sample to 0x54 for DDR3Priyanka Singh1-0/+2
2021-11-09drivers: ddr: main.c: Fix Bad Shift operator issuePriyanka Singh1-3/+8
2021-11-09drivers: ddr: fsl_ddr_gen4.c: Fix divide by zero issuePriyanka Singh1-3/+11
2021-11-09drivers: ddr: util.c: Fix divide by zero issuePriyanka Singh1-4/+8
2021-11-08Merge tag 'efi-2022-01-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini39-183/+2582
2021-11-07dfu: newline after updatingHeinrich Schuchardt1-0/+1
2021-11-07ARM: renesas: reduce rcar3_salvator-x image sizeHeinrich Schuchardt1-0/+1
2021-11-07efi_selftest: add selftest for EFI_TCG2_PROTOCOL and Measured BootMasahisa Kojima7-1/+2023
2021-11-07efi: Add video support to the appSimon Glass6-13/+50
2021-11-07efi: Add a way to obtain boot services in the appSimon Glass2-1/+17
2021-11-07x86: Don't duplicate global_ptr in 64-bit EFI appSimon Glass3-14/+26
2021-11-07efi: Create a 64-bit appSimon Glass13-28/+106
2021-11-07x86: Create a 32/64-bit selection for the appSimon Glass2-9/+27
2021-11-07efi: Drop the OF_EMBED warning for EFISimon Glass1-1/+1
2021-11-07efi: Enable DM_ETH for the appSimon Glass1-1/+0