summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2019-10-08imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic
2019-10-08spl: nor: support loading i.MX container format filePeng Fan
2019-10-08spl: spi: support loading i.MX container format filePeng Fan
2019-10-08spl: nand: support loading i.MX container format filePeng Fan
2019-10-08spl: nand: Introduce spl_nand_get_uboot_raw_pagePeng Fan
2019-10-08spl: nor: introduce spl_nor_get_uboot_basePeng Fan
2019-10-08spl: spi: introduce spl_spi_get_uboot_offsPeng Fan
2019-10-08spl: mmc: introduce spl_mmc_get_uboot_raw_sectorPeng Fan
2019-10-08imx: Kconfig: Reduce default CONFIG_CSF_SIZEBreno Matheus Lima
2019-10-08imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon modeLukasz Majewski
2019-10-08Revert "habv4: tools: Avoid hardcoded CSF size for SPL targets"Stefano Babic
2019-10-08habv4: tools: Avoid hardcoded CSF size for SPL targetsBreno Matheus Lima
2019-10-08spl: mmc: support loading i.MX container format filePeng Fan
2019-10-08ARM: imx: Support larger SPL size on IMX6DQRobert Hancock
2019-10-08spl: pass args to board_return_to_bootromPeng Fan
2019-09-21splash: fix splash banner outputAnatolij Gustschin
2019-09-21splash: fix logo drawing if CONFIG_VIDEO_LOGO enabledAnatolij Gustschin
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek
2019-09-11usb: storage: submit_int_msg -> usb_int_msgMichal Suchanek
2019-09-11usb: usb_submit_int_msg -> usb_int_msgMichal Suchanek
2019-09-11usb_kdb: only process events successfully receivedMichal Suchanek
2019-08-30board_f: fix noncached reservation calculationStephen Warren
2019-08-27image: add new "copro" image typePatrick Delaunay
2019-08-26Merge branch '2019-08-26-master-imports'Tom Rini
2019-08-26Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford
2019-08-26board_f: reserve noncached space below malloc areaVikas Manocha
2019-08-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2019-08-26riscv: support SPL stack and global data relocationLukas Auer
2019-08-26spl: support booting via RISC-V OpenSBILukas Auer
2019-08-26spl: fit: use U-Boot device tree when FIT image has no device treeLukas Auer
2019-08-25Convert CONFIG_SYS_SPI_U_BOOT_OFFS to KconfigHannes Schmelzer
2019-08-23Kconfigs: Various: Fix some SPL, TPL and ARM64 dependenciesAdam Ford
2019-08-11Drop PCMCIASimon Glass
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Move get/set_default_env() to env.hSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move env_get_hex() to env.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-08-11env: Move env_relocate() to env.hSimon Glass
2019-08-11env: Move env_init() to env.hSimon Glass
2019-08-11env: Create a new file for environment functionsSimon Glass
2019-08-11common: Remove video_setmem()Simon Glass
2019-08-11common: Move lcd_setmem() to lcd.hSimon Glass
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass
2019-08-11spl: implement stack usage checkSimon Goldschmidt
2019-08-07common: image-android-dt: Fix logic in print fdt info routineSam Protsenko
2019-08-07fit: Do not automatically decompress ramdisk imagesJulius Werner
2019-08-07console: execute flush on uart when silent is removedPatrick Delaunay