summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-10layerscape: fdt.c: Check for NULL return value from fdt_getprop()Priyanka Singh1-4/+6
2020-12-10board: freescale: powerpc: add support for all RGMII modesMadalin Bucur8-10/+55
2020-12-10armv8: ls1043/ls1046aqds: add support for all RGMII modesMadalin Bucur2-0/+4
2020-12-10board: freescale: vid.c: Initialize variable 'i2caddress'Priyanka Singh1-1/+1
2020-12-10include/configs: ls1012aqds: add default environment variableBiwen Li1-0/+62
2020-12-10board/freescale/common: fix a bug that failed to read/write eeprom on ls1021atsnBiwen Li1-2/+4
2020-12-10pci: layerscape: fix a dead loop issueHou Zhiqiang1-0/+2
2020-12-10configs: lx2162aqds: enable eMMC HS400 mode supportYangbo Lu3-0/+3
2020-12-10configs: lx2162aqds: enable CONFIG_BOARD_EARLY_INIT_RYangbo Lu3-0/+3
2020-12-10configs: lx2162a: Enable OPTEE supportRuchika Gupta1-0/+5
2020-12-10armv8: lx2162aqds: Add support for LX2162AQDS platformMeenakshi Aggarwal28-150/+1935
2020-12-10armv8: lx2162a: Add Soc changes to support LX2162AMeenakshi Aggarwal21-42/+171
2020-12-10drivers/net/phy: Add CORTINA_NO_FW_UPLOAD to KconfigMeenakshi Aggarwal9-6/+18
2020-12-10pci: ls_pcie_g4: Add size check for config resourceWasim Khan1-0/+8
2020-12-10pci: layerscape: Add size check for config resourceWasim Khan1-1/+7
2020-12-10arm: dts: ls1028a: add label to pcie nodes in dtsWasim Khan1-3/+3
2020-12-10arm: dts: ls1043a: add label to pcie nodes in dtsWasim Khan1-4/+5
2020-12-10arm: dts: ls1012a: add label to pcie nodes in dtsWasim Khan1-1/+2
2020-12-10arm: dts: ls1088a: add label to pcie nodes in dtsWasim Khan1-4/+4
2020-12-10arm: dts: ls2080a: add label to pcie nodes in dtsWasim Khan1-5/+6
2020-12-10arm: dts: ls1046a: add label to pcie nodes in dtsWasim Khan1-6/+6
2020-12-10arm: dts: lx2160a: add label to pcie nodes in dtsWasim Khan1-6/+6
2020-12-10pci: ls_pcie_g4: Print pcie controller number starting from 1Wasim Khan1-4/+7
2020-12-10pci: layerscape: Update print of pcie controllerWasim Khan2-3/+7
2020-12-10configs: lx2160a: Enable CONFIG_PCIE_LAYERSCAPE_GEN4Wasim Khan5-0/+5
2020-12-10efi_loader: link partition to block deviceHeinrich Schuchardt1-0/+20
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt2-1/+6
2020-12-10efi_selftest: test EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt2-0/+478
2020-12-10efi_selftest: clean up MakefileHeinrich Schuchardt1-8/+6
2020-12-10efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt1-1/+48
2020-12-10efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt1-9/+36
2020-12-10efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt1-7/+9
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt4-6/+10
2020-12-10efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt1-82/+82
2020-12-10efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOLHeinrich Schuchardt3-7/+8
2020-12-10efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULEHeinrich Schuchardt1-4/+0
2020-12-10fs: fat: deletion of long file namesHeinrich Schuchardt1-12/+76
2020-12-10fs: fat: first dentry of long name in FAT iteratorHeinrich Schuchardt1-2/+18
2020-12-10fs: fat: use constant DELETED_FLAGHeinrich Schuchardt1-1/+1
2020-12-10fs: fat: search file should not allocate clusterHeinrich Schuchardt1-23/+6
2020-12-10fs: fat: reuse deleted directory entriesHeinrich Schuchardt1-12/+22
2020-12-10fs: fat: fat_find_empty_dentries()Heinrich Schuchardt1-1/+61
2020-12-10fs: fat: flush new directory clusterHeinrich Schuchardt1-9/+19
2020-12-10fs: fat: set start cluster for root directoryHeinrich Schuchardt1-1/+3
2020-12-10fs: fat: dentry iterator for fill_dir_slot()Heinrich Schuchardt1-1/+1
2020-12-10fs: fat: generate unique short namesHeinrich Schuchardt1-5/+36
2020-12-10fs: fat: call set_name() only onceHeinrich Schuchardt1-33/+54
2020-12-10fs: fat: pass shortname to fill_dir_slotHeinrich Schuchardt1-8/+12
2020-12-10fs: fat: create correct short namesHeinrich Schuchardt2-77/+140
2020-12-10fs: fat: export fat_next_cluster()Heinrich Schuchardt2-33/+80