summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2019-10-08spl: nand: support loading i.MX container format filePeng Fan1-0/+9
2019-10-08spl: nand: Introduce spl_nand_get_uboot_raw_pagePeng Fan1-2/+7
2019-10-08spl: nor: introduce spl_nor_get_uboot_basePeng Fan1-4/+9
2019-10-08spl: spi: introduce spl_spi_get_uboot_offsPeng Fan1-1/+9
2019-10-08spl: mmc: introduce spl_mmc_get_uboot_raw_sectorPeng Fan1-0/+11
2019-10-08imx: Kconfig: Reduce default CONFIG_CSF_SIZEBreno Matheus Lima1-3/+4
2019-10-08imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon modeLukasz Majewski1-0/+9
2019-10-08Revert "habv4: tools: Avoid hardcoded CSF size for SPL targets"Stefano Babic1-5/+3
2019-10-08habv4: tools: Avoid hardcoded CSF size for SPL targetsBreno Matheus Lima1-3/+5
2019-10-08spl: mmc: support loading i.MX container format filePeng Fan1-0/+10
2019-10-08ARM: imx: Support larger SPL size on IMX6DQRobert Hancock1-1/+2
2019-10-08spl: pass args to board_return_to_bootromPeng Fan1-3/+4
2019-10-08microblaze: Fix lmb memory initializationMichal Simek1-2/+3
2019-10-08arm64: zynqmp: Define default SPL_TEXT_BASE address in KconfigMichal Simek1-0/+1
2019-10-08spl: Convert CONFIG_SPL_SIZE_LIMIT to hexSimon Glass1-1/+1
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2-2/+2
2019-10-08spl: Set up the bloblist in board_init_r()Simon Glass1-17/+18
2019-10-08spl: Add an arch-specific hook for writing to SPL handoffSimon Glass1-3/+9
2019-10-08spl: handoff: Correct Kconfig condition for SPL and TPLSimon Glass1-2/+2
2019-09-21splash: fix splash banner outputAnatolij Gustschin1-1/+45
2019-09-21splash: fix logo drawing if CONFIG_VIDEO_LOGO enabledAnatolij Gustschin1-2/+33
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek3-6/+9
2019-09-11usb: storage: submit_int_msg -> usb_int_msgMichal Suchanek1-2/+2
2019-09-11usb: usb_submit_int_msg -> usb_int_msgMichal Suchanek2-6/+6
2019-09-11usb_kdb: only process events successfully receivedMichal Suchanek1-4/+3
2019-08-30board_f: fix noncached reservation calculationStephen Warren2-3/+16
2019-08-27image: add new "copro" image typePatrick Delaunay1-0/+1
2019-08-27Merge branch '2019-08-26-master-imports'Tom Rini2-0/+18
2019-08-26Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford1-0/+1
2019-08-26board_f: reserve noncached space below malloc areaVikas Manocha1-0/+17
2019-08-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini6-14/+135
2019-08-26riscv: support SPL stack and global data relocationLukas Auer1-1/+1
2019-08-26spl: support booting via RISC-V OpenSBILukas Auer5-0/+110
2019-08-26spl: fit: use U-Boot device tree when FIT image has no device treeLukas Auer1-13/+24
2019-08-26Convert CONFIG_SYS_SPI_U_BOOT_OFFS to KconfigHannes Schmelzer1-0/+8
2019-08-23Kconfigs: Various: Fix some SPL, TPL and ARM64 dependenciesAdam Ford1-0/+2
2019-08-12Drop PCMCIASimon Glass1-12/+0
2019-08-12env: Rename environment.h to env_internal.hSimon Glass3-3/+3
2019-08-11env: Drop environment.h header file where not neededSimon Glass2-2/+0
2019-08-11env: Move get/set_default_env() to env.hSimon Glass2-2/+2
2019-08-11env: Move env_get() to env.hSimon Glass11-0/+11
2019-08-11env: Move env_set() to env.hSimon Glass8-0/+8
2019-08-11env: Move env_get_hex() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass3-0/+3
2019-08-11env: Move env_relocate() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_init() to env.hSimon Glass2-0/+2
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