summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-04-091-6/+18
|\
| * spl: fit: nand: allow for non-page-aligned elementsTim Harvey2021-04-081-5/+15
| * spl: fit: nand: skip bad block handling if NAND chip not fully definedTim Harvey2021-04-081-1/+3
* | riscv: sifive: Rename fu540 board to unleashedBin Meng2021-04-081-2/+3
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-04-061-2/+3
|\
| * usb: hub: Fix usb_get_port_status() for big-endian platformsAaron Williams2021-04-061-2/+3
* | Convert CONFIG_MISC_INIT_F to KconfigSimon Glass2021-04-061-0/+6
|/
* Merge tag 'v2021.04-rc5' into nextTom Rini2021-03-292-2/+2
|\
| * avb: Fix error when partition not foundschspa2021-03-171-1/+1
| * image: Avoid -ENODATA in host toolsSimon Glass2021-03-171-1/+1
* | sysinfo: Allow showing model info from sysinfoSimon Glass2021-03-271-8/+29
* | bootm: Skip command-line substitution if !CONFIG_CMDLINESimon Glass2021-03-271-1/+2
* | cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass2021-03-271-1/+1
* | bootstage: Warning if space is exhaustedSimon Glass2021-03-271-6/+12
* | spl: Split out bootstage ID into a functionSimon Glass2021-03-271-4/+19
* | sandbox: image: Allow sandbox to load any imageSimon Glass2021-03-271-0/+4
* | dm: core: Add an option to support SPL in read-only memorySimon Glass2021-03-261-0/+24
* | Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-155-14/+43
|\|
| * arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)Siew Chin Lim2021-03-081-1/+1
| * common: Move initr_addr_map() to a bit earlierBin Meng2021-03-051-3/+3
| * common: fdt_support: Support special case of PCI address in fdt_read_prop()Bin Meng2021-03-051-3/+17
| * bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNTSimon Glass2021-03-032-1/+4
| * Respect that some compression algos can be enabled separately for SPLFrieder Schrempf2021-03-011-6/+18
* | common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz2021-03-133-0/+62
* | log: Handle line continuationSimon Glass2021-03-122-12/+21
* | log: Set up a flag byte for log recordsSimon Glass2021-03-121-3/+6
* | spl: Convert spl_fit to work with sandboxSimon Glass2021-03-122-13/+17
* | bootm: Fix duplicate debugging in bootm_process_cmdline()Simon Glass2021-03-021-1/+1
* | spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass2021-03-021-2/+1
|/
* usb: kbd: Also accept keyboards with Interrupt OUT endpointStefan BrĂ¼ns2021-02-261-9/+14
* Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FITKlaus Heinrich Kiwi2021-02-241-0/+1
* Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATUREKlaus Heinrich Kiwi2021-02-241-0/+1
* cmd: fdt: skip board specific fixup using env variableWasim Khan2021-02-241-5/+12
* Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2021-02-221-2/+2
|\
| * common: splash_source: fix -Wint-to-pointer-cast warningJaehoon Chung2021-02-191-2/+2
* | fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara2021-02-191-8/+1
|/
* Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'Tom Rini2021-02-181-125/+136
|\
| * spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc2021-02-171-3/+15
| * spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc2021-02-171-29/+24
| * spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc2021-02-171-10/+9
| * spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc2021-02-171-11/+1
| * spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc2021-02-171-58/+43
| * spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc2021-02-171-30/+60
| * spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc2021-02-171-2/+2
* | dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne2021-02-181-0/+73
|/
* usb: kbd: destroy device after console is stoppedAndy Shevchenko2021-02-161-8/+8
* IOMUX: Introduce iomux_replace_device()Andy Shevchenko2021-02-161-0/+33
* IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko2021-02-162-13/+6
* IOMUX: Split out iomux_match_device() helperAndy Shevchenko2021-02-162-17/+17
* IOMUX: Switch to use stdio_file_to_flags()Andy Shevchenko2021-02-161-9/+2