summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-024-0/+4
* common: Add a new lz4.h header fileSimon Glass2019-12-021-0/+1
* common: Move serial functions out of common.hSimon Glass2019-12-024-0/+4
* common: Move sorting functions to their own header fileSimon Glass2019-12-021-0/+1
* spl: bootcount: Move code out of header fileSimon Glass2019-12-021-0/+11
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-028-0/+8
* common: Drop global inclusion of status_led.hSimon Glass2019-12-021-0/+1
* Drop CONFIG_SHOW_ACTIVITYSimon Glass2019-12-021-6/+0
* usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.hHeinrich Schuchardt2019-11-251-6/+0
* usb: kbd: implement special keysHeinrich Schuchardt2019-11-251-0/+42
* usb: kbd: simplify coding for arrow keysHeinrich Schuchardt2019-11-251-35/+12
* usb: kbd: signature of usb_kbd_put_queue()Heinrich Schuchardt2019-11-251-1/+1
* usb: kbd: fix typoHeinrich Schuchardt2019-11-251-1/+1
* env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbolTom Rini2019-11-201-1/+1
* Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2019-11-172-1/+9
|\
| * spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner2019-11-172-1/+9
* | image: fdt: copy possible optee nodes to a loaded devicetreeHeiko Stuebner2019-11-141-0/+8
|/
* Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2019-11-111-14/+34
|\
| * common: spl: atf: support booting bl32 imageJoseph Chen2019-11-101-14/+34
* | hush: re-sequence includesHeinrich Schuchardt2019-11-071-1/+1
* | dlmalloc: calloc: fix zeroing early allocationsSimon Goldschmidt2019-11-071-1/+1
* | spl: fix SPI config dependenciesSimon Goldschmidt2019-11-071-10/+11
* | common/console.c: Fix unused warning with console_doenv()Tom Rini2019-11-061-0/+4
|/
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-11-061-24/+25
|\
| * usb: storage: Only clear READY flag on errorMarek Vasut2019-10-311-3/+3
| * usb: storage: Limit transfer size to 120 kiBMarek Vasut2019-10-311-21/+22
* | Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-11-041-0/+5
|\ \
| * | spl: nor: Provide falcon boot support for NOR memoriesLukasz Majewski2019-11-031-0/+5
* | | spl: Add a size check for TPLSimon Glass2019-11-031-0/+8
|/ /
* | Merge tag 'video-for-2020.01-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-11-011-2/+2
|\ \
| * | splash: fix build breakage with newer llvm-7Anatolij Gustschin2019-10-311-2/+2
| |/
* | Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2019-11-015-24/+57
|\ \
| * | fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot2019-10-271-1/+1
| * | bootstage: Allow SPL to obtain bootstage info from TPLSimon Glass2019-10-271-1/+13
| * | bootstage: Mark the start/end of TPL and SPL separatelySimon Glass2019-10-271-3/+6
| * | bootstage: Correct relocation algorithmSimon Glass2019-10-273-4/+23
| * | bootstage: Avoid conflicts between stash/unstashSimon Glass2019-10-271-1/+4
| * | bootstage: Fix counting of entries in stashSimon Glass2019-10-271-10/+2
| * | bootstage: Store the next ID in the stashSimon Glass2019-10-271-4/+7
| * | bloblist: Reserve an aligned baseSimon Glass2019-10-271-0/+1
* | | common: Kconfig: Fix typo in TPL_LOG_CONSOLE descriptionSimon South2019-10-311-1/+1
| |/ |/|
* | spl: spl_mmc: fix getting raw_sect when boot from emmc boot partitionPeng Fan2019-10-291-2/+3
|/
* common: command: Fix manual relocation for repeatable commandMichal Simek2019-10-241-0/+5
* common: image-sig.c: Add manual relocationT Karthik Reddy2019-10-241-0/+29
* common: hash: Manually relocate struct hash_algoT Karthik Reddy2019-10-241-0/+29
* spl: mmc: make eMMC HW boot partition configuration optionalAnatolij Gustschin2019-10-181-6/+22
* image: android: Support boot image v1 and v2Sam Protsenko2019-10-151-11/+33
* 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