aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Create a new file for environment functionsSimon Glass1-0/+1
2019-08-11common: Remove video_setmem()Simon Glass1-7/+0
2019-08-11common: Move lcd_setmem() to lcd.hSimon Glass1-0/+1
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass3-0/+3
2019-08-11spl: implement stack usage checkSimon Goldschmidt3-0/+64
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 Werner1-4/+9
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-07avb: Fix build when CONFIG_OPTEE_TA_AVB is disabledSam Protsenko1-0/+3
2019-08-07autoboot: fix bug using with CAAM and AUTOBOOT_ENCRYPTIONHeiko Schocher1-3/+12
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: Rename CONFIG_MENU_SHOW to include AUTOBOOTSimon Glass1-1/+1
2019-08-02autoboot: Tidy up use of menukeySimon Glass1-12/+14
2019-08-02autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEYSimon Glass1-5/+5
2019-08-02autoboot: Drop unused CONFIG_MENUPROMPTSimon Glass1-4/+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 Glass1-0/+16
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_SHOW_BOOT_PROGRESS to KconfigSimon Glass1-0/+162
2019-08-02main: Use conditional run_preboot_environment_command()Simon Glass1-3/+2
2019-07-30Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-1/+3
2019-07-29edid: fix edid_get_timing_validate() mode_valid lookupNeil Armstrong1-1/+3
2019-07-29Merge branch '2019-07-29-master-imports'Tom Rini4-187/+221
2019-07-29gpio: fixes for gpio-hog supportHeiko Schocher1-2/+2
2019-07-29fit: Support compat string property in configuration nodeJulius Werner1-28/+39
2019-07-29fit: Support compression for non-kernel components (e.g. FDT)Julius Werner1-34/+52
2019-07-29common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner2-128/+133
2019-07-29edid: add edid_get_timing_validate() variant to filter out edid modesNeil Armstrong1-3/+19
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-2/+3
2019-07-24Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-12/+15
2019-07-24common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges()Marek Vasut1-11/+14
2019-07-24fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not foundMasahiro Yamada1-1/+1
2019-07-24spl: sata: support U-Boot load from raw sata diskBaruch Siach2-0/+48
2019-07-24common: Implement A/B metadataRuslan Trofymenko3-0/+311
2019-07-24image: android: allow to wrap uImage into the Android boot imageRoman Stratiienko1-5/+17
2019-07-24menu: don't bother going interactive with just one menu itemLeon Yu1-1/+5
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne1-0/+6
2019-07-19watchdog: Split WDT from SPL_WDTMarek Vasut3-2/+3
2019-07-18Merge branch '2019-07-17-master-imports'Tom Rini1-1/+6
2019-07-18common: Fix autocompletion with CONFIG_CMDLINE_PS_SUPPORTMarek Vasut1-1/+6
2019-07-17spl: Make image loader infrastructure more universalAndreas Dannenberg2-25/+65
2019-07-17spl: Allow performing BSS init early before board_init_f()Andreas Dannenberg1-0/+10
2019-07-15sunxi: move CONFIG_SPL_TEXT_BASE from *_defconfig to KconfigAndre Przywara1-0/+3
2019-07-13gpio: add gpio-hog supportHeiko Schocher1-0/+6
2019-07-13spl: Move SPL_MMC_TINY option to appear under SPL menuEzequiel Garcia1-0/+17
2019-07-11Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2-3/+10