summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-23board: imx8mp: add boot.cmd for distro boot on iMX8MPAlice Guo1-0/+25
2021-01-23imx8mp: configs: add support for distro boot commandsAlice Guo2-52/+13
2021-01-23board: imx8mm: add boot.cmd for distro boot on iMX8MMAlice Guo1-0/+35
2021-01-23imx8mm: configs: add support for distro boot commandsAlice Guo2-52/+14
2021-01-23imx: timer: Modify GPT timer driver for mx7Ye Li1-7/+9
2021-01-23imx8m: add QSPI boot devPeng Fan2-2/+6
2021-01-23imx6: Remove AHCI device before boot OSYe Li1-0/+16
2021-01-23imx: Fix market segment fuse offset on iMX8MPYe Li1-1/+7
2021-01-23nandbcb: nand support for i.MX8MPHan Xu1-8/+8
2021-01-23imx: nandbcb: Fix potential overflow in nandbcb_set_boot_configYe Li1-1/+2
2021-01-23imx: nandbcb: Fix potential overflow in fill_dbbt_dataYe Li1-1/+1
2021-01-23imx: nandbcb: Fix resource leak in read_fcbYe Li1-2/+7
2021-01-23imx: nandbcb: Fix resource leakYe Li1-2/+0
2021-01-23nandbcb: Fix uninitialized variableYe Li1-1/+1
2021-01-23imx: imx8mn/p: drop CONFIG_SYS_[I,D]CACHE_OFFPeng Fan2-4/+0
2021-01-23imx8m: lowlevel_init: tune alignmentPeng Fan1-1/+1
2021-01-23arm: dts: imx8mq: sync dts from Linux KernelPeng Fan4-45/+1097
2021-01-23arm: dts: imx8mm: sync dts from Linux KernelPeng Fan3-462/+614
2021-01-23arm: dts: imx8mp: sync dts from Linux KernelPeng Fan4-278/+528
2021-01-23imx8m: clock: add type of set_clk_eqosPeng Fan1-0/+1
2021-01-23arm: dts: imx8mn: sync dts from Linux KernelPeng Fan5-887/+1501
2021-01-23imx: imx8mn_evk: correct stack/malloc adressPeng Fan2-9/+6
2021-01-23imx: ddr: imx8m: Move selfref_en after DDR scrubYe Li1-2/+3
2021-01-23imx: imx8mn_ddr4_evk: Use CONFIG_TARGET_IMX8MN_DDR4_EVK for DDR4 EVK boardPeng Fan3-3/+3
2021-01-23imx: imx8mp_evk: enable eth supportPeng Fan5-2/+94
2021-01-23efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlockHeinrich Schuchardt1-9/+21
2021-01-23efi_loader: notification with TPL_APPLICATION not allowedHeinrich Schuchardt1-1/+8
2021-01-23mkeficapsule: Miscellaneous fixes in the utilitySughosh Ganu1-15/+23
2021-01-23tools: mkeficapsule: fill reserved members of structureAKASHI Takahiro1-0/+3
2021-01-23efi_loader: capsule: fix SIZEOF_MISMATCH warningAKASHI Takahiro1-1/+1
2021-01-23cmd: efidebug: always check return code from get_variable()AKASHI Takahiro1-5/+7
2021-01-23efi_loader: fix efi_load_image_from_path()Heinrich Schuchardt1-4/+1
2021-01-23fs: fat: structure for name and extensionHeinrich Schuchardt3-28/+31
2021-01-23fs: fat: consistent error handling for flush_dir()Heinrich Schuchardt1-27/+31
2021-01-23tools: env: return error if ubi_update_start() failsMartin Hundebøll1-1/+1
2021-01-23mkimage: Move padding commands outside of FIT_SIGNATUREJoel Stanley1-5/+6
2021-01-23image-fit: Fix FIT_CIPHER linkingJoel Stanley2-14/+15
2021-01-23tools/Makefile: FIT_CIPHER requires libsslJoel Stanley1-1/+1
2021-01-23tools: image-host: add support for several sub-imagesPhilippe Reynes1-15/+21
2021-01-23tools: image-host: clean function fit_config_get_hash_listPhilippe Reynes1-56/+76
2021-01-23doc: FIT image: Clarify format and simplify syntaxAlexandru Gagniuc1-19/+14
2021-01-23Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.gitTom Rini3-71/+0
2021-01-22ARM: at91: spl: add spl_early_init for sama5d2 platformsGreg Gallagher1-0/+7
2021-01-22configs: sama5d27_som1_ek: Set FDT filename based on defconfigGreg Gallagher1-5/+2
2021-01-22board: atmel: Add SAMA5D27 giant boardGreg Gallagher4-1/+233
2021-01-22net: macb: take into account all RGMII interface typesClaudiu Beznea1-1/+4
2021-01-22net: macb: add support for sama7g5 emacClaudiu Beznea1-0/+9
2021-01-22net: macb: add support for sama7g5 gmacClaudiu Beznea1-0/+33
2021-01-22net: macb: check clk_set_rate return value to be negativeClaudiu Beznea1-1/+1
2021-01-22net: macb: add user io config data structureClaudiu Beznea1-12/+41