summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini2019-10-141-10/+4
|\
| * spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla2019-10-101-10/+4
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2019-10-121-3/+3
|\ \
| * | trace: Remove the const from write functionsSimon Glass2019-10-111-3/+3
| |/
* | Merge branch '2019-10-11-master-imports'Tom Rini2019-10-123-20/+64
|\ \
| * | spl: Introduce SPL_DM_SPI Kconfig defineLukasz Majewski2019-10-111-0/+7
| * | spl: mmc: Add option to set eMMC HW boot partitionMans Rullgard2019-10-112-0/+10
| * | spl: mmc: Fix indentation in spl_mmc.c fileMans Rullgard2019-10-111-20/+20
| * | spl: add a generic function board_init_fPhilippe Reynes2019-10-112-0/+27
* | | spl: ymodem: Make SPL Y-Modem loader framework accessibleAndreas Dannenberg2019-10-111-2/+2
* | | spl: ymodem: Fix FIT loading termination handlingAndreas Dannenberg2019-10-111-2/+3
|/ /
* | Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-092-2/+4
|\ \ | |/ |/|
| * microblaze: Fix lmb memory initializationMichal Simek2019-10-081-2/+3
| * arm64: zynqmp: Define default SPL_TEXT_BASE address in KconfigMichal Simek2019-10-081-0/+1
* | Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-098-17/+93
|\ \
| * | imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic2019-10-081-1/+1
| * | spl: nor: support loading i.MX container format filePeng Fan2019-10-081-2/+7
| * | spl: spi: support loading i.MX container format filePeng Fan2019-10-081-0/+11
| * | spl: nand: support loading i.MX container format filePeng Fan2019-10-081-0/+9
| * | spl: nand: Introduce spl_nand_get_uboot_raw_pagePeng Fan2019-10-081-2/+7
| * | spl: nor: introduce spl_nor_get_uboot_basePeng Fan2019-10-081-4/+9
| * | spl: spi: introduce spl_spi_get_uboot_offsPeng Fan2019-10-081-1/+9
| * | spl: mmc: introduce spl_mmc_get_uboot_raw_sectorPeng Fan2019-10-081-0/+11
| * | imx: Kconfig: Reduce default CONFIG_CSF_SIZEBreno Matheus Lima2019-10-081-3/+4
| * | imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon modeLukasz Majewski2019-10-081-0/+9
| * | Revert "habv4: tools: Avoid hardcoded CSF size for SPL targets"Stefano Babic2019-10-081-5/+3
| * | habv4: tools: Avoid hardcoded CSF size for SPL targetsBreno Matheus Lima2019-10-081-3/+5
| * | spl: mmc: support loading i.MX container format filePeng Fan2019-10-081-0/+10
| * | ARM: imx: Support larger SPL size on IMX6DQRobert Hancock2019-10-081-1/+2
| * | spl: pass args to board_return_to_bootromPeng Fan2019-10-081-3/+4
| |/
* | spl: Convert CONFIG_SPL_SIZE_LIMIT to hexSimon Glass2019-10-081-1/+1
* | spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2019-10-082-2/+2
* | 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-riscvTom 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