summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: image-android-dt: Fix logic in print fdt info routineSam Protsenko2019-08-071-5/+6
* fit: Do not automatically decompress ramdisk imagesJulius Werner2019-08-071-4/+9
* console: execute flush on uart when silent is removedPatrick Delaunay2019-08-071-9/+36
* console: update silent tag after env loadPatrick Delaunay2019-08-071-0/+4
* avb: Fix build when CONFIG_OPTEE_TA_AVB is disabledSam Protsenko2019-08-071-0/+3
* autoboot: fix bug using with CAAM and AUTOBOOT_ENCRYPTIONHeiko Schocher2019-08-071-3/+12
* autoboot: Adjust the implementation in autoboot_command()Simon Glass2019-08-021-6/+9
* autoboot: Move a few more options from #ifdef to if()Simon Glass2019-08-021-10/+9
* autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOTSimon Glass2019-08-021-1/+1
* autoboot: Tidy up use of menukeySimon Glass2019-08-021-12/+14
* autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEYSimon Glass2019-08-021-5/+5
* autoboot: Drop unused CONFIG_MENUPROMPTSimon Glass2019-08-021-4/+0
* autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYEDSimon Glass2019-08-021-9/+8
* autoboot: Use if() for CONFIG_SILENT_CONSOLESimon Glass2019-08-021-3/+1
* autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass2019-08-021-0/+16
* autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass2019-08-021-6/+8
* autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectlySimon Glass2019-08-021-1/+7
* Convert CONFIG_SHOW_BOOT_PROGRESS to KconfigSimon Glass2019-08-021-0/+162
* main: Use conditional run_preboot_environment_command()Simon Glass2019-08-021-3/+2
* Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-301-1/+3
|\
| * edid: fix edid_get_timing_validate() mode_valid lookupNeil Armstrong2019-07-291-1/+3
* | Merge branch '2019-07-29-master-imports'Tom Rini2019-07-294-187/+221
|\ \ | |/ |/|
| * gpio: fixes for gpio-hog supportHeiko Schocher2019-07-291-2/+2
| * fit: Support compat string property in configuration nodeJulius Werner2019-07-291-28/+39
| * fit: Support compression for non-kernel components (e.g. FDT)Julius Werner2019-07-291-34/+52
| * common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner2019-07-292-128/+133
* | edid: add edid_get_timing_validate() variant to filter out edid modesNeil Armstrong2019-07-291-3/+19
|/
* Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-07-273-2/+3
|\
| * watchdog: Split WDT from SPL_WDTMarek Vasut2019-07-193-2/+3
* | Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-241-12/+15
|\ \
| * | common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges()Marek Vasut2019-07-241-11/+14
| * | fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not foundMasahiro Yamada2019-07-241-1/+1
* | | spl: sata: support U-Boot load from raw sata diskBaruch Siach2019-07-242-0/+48
* | | common: Implement A/B metadataRuslan Trofymenko2019-07-243-0/+311
* | | image: android: allow to wrap uImage into the Android boot imageRoman Stratiienko2019-07-241-5/+17
* | | menu: don't bother going interactive with just one menu itemLeon Yu2019-07-241-1/+5
|/ /
* / dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne2019-07-221-0/+6
|/
* Merge branch '2019-07-17-master-imports'Tom Rini2019-07-181-1/+6
|\
| * common: Fix autocompletion with CONFIG_CMDLINE_PS_SUPPORTMarek Vasut2019-07-181-1/+6
* | spl: Make image loader infrastructure more universalAndreas Dannenberg2019-07-172-25/+65
* | spl: Allow performing BSS init early before board_init_f()Andreas Dannenberg2019-07-171-0/+10
|/
* sunxi: move CONFIG_SPL_TEXT_BASE from *_defconfig to KconfigAndre Przywara2019-07-151-0/+3
* gpio: add gpio-hog supportHeiko Schocher2019-07-131-0/+6
* spl: Move SPL_MMC_TINY option to appear under SPL menuEzequiel Garcia2019-07-131-0/+17
* Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2019-07-112-3/+10
|\
| * trace: trace buffer may exceed 2GiBHeinrich Schuchardt2019-07-101-2/+2
| * trace: undefined reference to `trace_early_init'Heinrich Schuchardt2019-07-101-1/+1
| * bootstage: Add support for TPL record countSimon Glass2019-07-101-0/+7
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2019-07-111-3/+17
|\ \
| * | spl: sata: don't force FS_FAT supportBaruch Siach2019-07-111-2/+6