summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Drop PCMCIASimon Glass2019-08-111-12/+0
* env: Rename environment.h to env_internal.hSimon Glass2019-08-113-3/+3
* env: Drop environment.h header file where not neededSimon Glass2019-08-112-2/+0
* env: Move get/set_default_env() to env.hSimon Glass2019-08-112-2/+2
* env: Move env_get() to env.hSimon Glass2019-08-1111-0/+11
* env: Move env_set() to env.hSimon Glass2019-08-118-0/+8
* env: Move env_get_hex() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-113-0/+3
* env: Move env_relocate() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_init() to env.hSimon Glass2019-08-112-0/+2
* env: Create a new file for environment functionsSimon Glass2019-08-111-0/+1
* common: Remove video_setmem()Simon Glass2019-08-111-7/+0
* common: Move lcd_setmem() to lcd.hSimon Glass2019-08-111-0/+1
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-113-0/+3
* spl: implement stack usage checkSimon Goldschmidt2019-08-113-0/+64
* 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...WIP/30Jul2019Tom 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