summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-09mmc: s5p: fix uninitialized pointer deref on probePeng Fan1-2/+2
2019-08-09mmc: pci: fix uninitialized pointer deref on probePeng Fan1-2/+2
2019-08-09mmc: msm_sdhci: fix uninitialized pointer deref on probePeng Fan1-2/+2
2019-08-09mmc: bcm: fix uninitialized pointer deref on probePeng Fan2-2/+5
2019-08-09mmc: atmel_sdhci: fix uninitialized pointer deref on probePeng Fan1-2/+2
2019-08-09test/py: Fix MMC/SD block write test dependencyMichal Simek1-1/+1
2019-08-09mmc: zynq_sdhci: fix uninitialized pointer deref on probeMatwey V. Kornilov1-3/+4
2019-08-09mmc: Select SPL_HS200_SUPPORT if SPL_HS400_SUPPORT is selectedFaiz Abbas1-0/+1
2019-08-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini5-57/+16
2019-08-08test/py: avb: Move AVB test to android dirSam Protsenko1-0/+0
2019-08-08Merge branch '2019-08-07-master-imports'Tom Rini18-86/+274
2019-08-07Update include/android_image.h from AOSPAlex Deymo1-30/+90
2019-08-07common: image-android-dt: Fix logic in print fdt info routineSam Protsenko1-5/+6
2019-08-07fit: Do not automatically decompress ramdisk imagesJulius Werner2-5/+18
2019-08-07console: execute flush on uart when silent is removedPatrick Delaunay1-9/+36
2019-08-07console: update silent tag after env loadPatrick Delaunay1-0/+4
2019-08-07cmd: avb: Fix compiler warningsSam Protsenko1-2/+2
2019-08-07avb: Fix build when CONFIG_OPTEE_TA_AVB is disabledSam Protsenko1-0/+3
2019-08-07pci_ep: Fix Coverity warningRamon Fried1-1/+1
2019-08-07clk: MediaTek: add hifsys entry for MT7623 SoC.Ryder Lee3-23/+51
2019-08-07ARM: dts: add hifsys reset for MediaTek SoCsRyder Lee2-0/+16
2019-08-07MAINTAINERS: MediaTek: add MediaTek team in the entryRyder Lee1-0/+1
2019-08-07autoboot: fix bug using with CAAM and AUTOBOOT_ENCRYPTIONHeiko Schocher1-3/+12
2019-08-07log: document the assign() macroHeinrich Schuchardt1-0/+12
2019-08-07arm: dts: change MT7629 to use spi-mem rather than qspiWeijie Gao2-9/+23
2019-08-05watchdog: mtk_wdt: Cosmetic cleanup of latest changesStefan Roese1-9/+16
2019-08-05watchdog: bcm2835_wdt: Remove unused BCM283x watchdog driver and its referencesStefan Roese4-48/+0
2019-08-05Merge tag 'efi-2019-10-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini13-187/+275
2019-08-02Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clkTom Rini18-14/+759
2019-08-02gitlab-ci: Add qemu-riscv64 testingTom Rini1-1/+9
2019-08-02gitlab-ci: Remove unused TOOLCHAIN environment variableTom Rini1-8/+0
2019-08-02travis.yml: run Python tests on qemu-riscv64_defconfigHeinrich Schuchardt1-0/+7
2019-08-02Merge branch '2019-08-02-autoboot-cleanup'Tom Rini431-458/+709
2019-08-02autoboot: Adjust the implementation in autoboot_command()Simon Glass1-6/+9
2019-08-02autoboot: Move a few more options from #ifdef to if()Simon Glass1-10/+9
2019-08-02autoboot: Add comments for menu_show()Simon Glass1-2/+15
2019-08-02Convert CONFIG_AUTOBOOT_MENU_SHOW to KconfigSimon Glass4-4/+9
2019-08-02autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOTSimon Glass8-8/+8
2019-08-02autoboot: Tidy up use of menukeySimon Glass1-12/+14
2019-08-02snow: Define CONFIG_AUTOBOOT_MENUKEYSimon Glass1-0/+2
2019-08-02autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEYSimon Glass6-8/+32
2019-08-02autoboot: Drop unused CONFIG_MENUPROMPTSimon Glass2-5/+0
2019-08-02autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYEDSimon Glass1-9/+8
2019-08-02autoboot: Use if() for CONFIG_SILENT_CONSOLESimon Glass1-3/+1
2019-08-02autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass4-1/+41
2019-08-02autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass1-6/+8
2019-08-02autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectlySimon Glass1-1/+7
2019-08-02Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to KconfigSimon Glass380-264/+362
2019-08-02Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOTSimon Glass59-1/+60
2019-08-02Convert CONFIG_SHOW_BOOT_PROGRESS to KconfigSimon Glass48-186/+193