aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-15board: mx6sabresd: Remove the enet reset gpio handlingAbel Vesa
2019-02-15board: mx6sabresd: Remove non-DM codeAbel Vesa
2019-02-15configs: mx6sabresd: Add DM_SPI_FLASH necessary configsAbel Vesa
2019-02-15board: mx6sabreauto: Remove the non-DM codeAbel Vesa
2019-02-15configs: mx6sabreauto: Add DM_SPI_FLASH necessary configsAbel Vesa
2019-02-15mx6sabreauto: Add DM_GPIO supportAbel Vesa
2019-02-15mx6sabresd: Add DM_GPIO supportAbel Vesa
2019-02-15configs: mx6sabresd: Add SPL FIT and DM supportAbel Vesa
2019-02-15configs: mx6sabreauto: Add SPL FIT and DM supportAbel Vesa
2019-02-15arm: dts: Update all the dts[i] files for imx6[q|qp|dl] sabre[auto|sd]Abel Vesa
2019-02-15arm: dts: Add all the imx6[q|qp|dl] sabre[auto|sd] u-boot dts[i] filesAbel Vesa
2019-02-15board: mx6sabreauto: Add board_fit_config_name_match to support FIT in SPLAbel Vesa
2019-02-15board: mx6sabresd: Add board_fit_config_name_match to support FIT in SPLAbel Vesa
2019-02-15mmc: fsl_esdhc: Fix DM_REGULATOR ifdefs for SPL buildsAbel Vesa
2019-02-15configs: imx6sabreauto: Add DM_USB supportAbel Vesa
2019-02-15configs: imx6sabreauto: Add DM_MMC supportAbel Vesa
2019-02-15usb: ehci-mx6: Make regulator DM_REGULATOR dependentAbel Vesa
2019-02-15usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGEAbel Vesa
2019-02-15net: mv88e61xx: fix autonegotiation on portsTim Harvey
2019-02-15doc: imx: habv4: Remove secure_boot.txt guideBreno Matheus Lima
2019-02-15doc: imx: habv4: Move encrypted boot guideBreno Matheus Lima
2019-02-15doc: imx: habv4: Add Secure Boot guide for i.MX6 and i.MX7 SPL targetsBreno Matheus Lima
2019-02-15doc: imx: habv4: Add Secure Boot guide for i.MX6 and i.MX7 non-SPL targetsBreno Matheus Lima
2019-02-15doc: imx: habv4: Add HABv4 introductionBreno Matheus Lima
2019-02-15doc: imx: habv4: Remove extra hab directory for a cleaner documentation struc...Breno Matheus Lima
2019-02-15ARM: dts: imx6ul-lite*: add DTS files for liteSOM and liteboardMarcin Niestroj
2019-02-15MTD: nand: mxs_nand: Allow driver to auto setup ECC in SPLAdam Ford
2019-02-15net: dm: fec: Fix regulator enable when using DM_REGULATORAdam Ford
2019-02-15ARM: imx6q_logic: Correct phy fixup for broken ethernetAdam Ford
2019-02-15ARM: imx6q_logic: Enable SPL Booting from NANDAdam Ford
2019-02-15MTD: NAND: mxs_nand_init_dma: Make mxs_nand_init_dma staticAdam Ford
2019-02-15MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECCAdam Ford
2019-02-15ddr: vybrid: Add calibration code to memory controler's (DDRMC) setup codeLukasz Majewski
2019-02-15ddr: vybrid: Provide code to perform on-boot calibrationLukasz Majewski
2019-02-15ddr: vybrid: Add DDRMC calibration related registers (DQS to DQ)Lukasz Majewski
2019-02-13Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2019-02-13efi_loader: fix EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt
2019-02-13lib: vsprintf: avoid overflow printing UTF16 stringsHeinrich Schuchardt
2019-02-13efi_loader: Make HII a config optionAlexander Graf
2019-02-13arm: Leave smccc calls in .text when efi_loader=nAlexander Graf
2019-02-13efi_loader: debug output for HII protocolsHeinrich Schuchardt
2019-02-13efi_selftest: fix HII testsHeinrich Schuchardt
2019-02-13efi_selftest: add HII database protocols testAKASHI Takahiro
2019-02-13efi: hii: add HII config routing/access protocolsAKASHI Takahiro
2019-02-13efi: hii: add keyboard layout package supportAKASHI Takahiro
2019-02-13efi: hii: add guid package supportAKASHI Takahiro
2019-02-13efi_loader: Initial HII database protocolsLeif Lindholm
2019-02-13x86: do not use i386 code for x86_64 memory functionsHeinrich Schuchardt
2019-02-13efi_loader: GetNextVariableName() relies on REGEXHeinrich Schuchardt
2019-02-13efi_loader: fix GetNextVariableNameHeinrich Schuchardt