summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* spl: Set up the bloblist in board_init_r()Simon Glass2019-10-081-17/+18
* spl: Add an arch-specific hook for writing to SPL handoffSimon Glass2019-10-081-3/+9
* spl: handoff: Correct Kconfig condition for SPL and TPLSimon Glass2019-10-081-2/+2
* splash: fix splash banner outputAnatolij Gustschin2019-09-211-1/+45
* splash: fix logo drawing if CONFIG_VIDEO_LOGO enabledAnatolij Gustschin2019-09-211-2/+33
* usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-113-6/+9
* usb: storage: submit_int_msg -> usb_int_msgMichal Suchanek2019-09-111-2/+2
* usb: usb_submit_int_msg -> usb_int_msgMichal Suchanek2019-09-112-6/+6
* usb_kdb: only process events successfully receivedMichal Suchanek2019-09-111-4/+3
* board_f: fix noncached reservation calculationStephen Warren2019-08-302-3/+16
* image: add new "copro" image typePatrick Delaunay2019-08-271-0/+1
* Merge branch '2019-08-26-master-imports'Tom Rini2019-08-262-0/+18
|\
| * Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford2019-08-261-0/+1
| * board_f: reserve noncached space below malloc areaVikas Manocha2019-08-261-0/+17
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvWIP/26Aug2019Tom Rini2019-08-266-14/+135
|\ \ | |/ |/|
| * riscv: support SPL stack and global data relocationLukas Auer2019-08-261-1/+1
| * spl: support booting via RISC-V OpenSBILukas Auer2019-08-265-0/+110
| * spl: fit: use U-Boot device tree when FIT image has no device treeLukas Auer2019-08-261-13/+24
* | Convert CONFIG_SYS_SPI_U_BOOT_OFFS to KconfigWIP/2019-08-24-master-importsHannes Schmelzer2019-08-251-0/+8
|/
* Kconfigs: Various: Fix some SPL, TPL and ARM64 dependenciesAdam Ford2019-08-231-0/+2
* 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