summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* configs: Enable SPL_FSL_PBL for some LayerScape platformsAlison Wang2019-12-261-2/+6
* spl: Add methods to find the position/size of next phaseSimon Glass2019-12-151-0/+20
* x86: fsp: Add a new arch_fsp_init_r() hookSimon Glass2019-12-151-0/+3
* board_r: Move early-timer init laterSimon Glass2019-12-151-5/+14
* binman: Add a library to access binman entriesSimon Glass2019-12-151-0/+10
* spl: opensbi: wait for ack from secondary harts before entering OpenSBILukas Auer2019-12-101-1/+11
* riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer2019-12-101-1/+1
* spl: opensbi: specify main hart as preferred boot hartLukas Auer2019-12-101-0/+1
* spl: cache: Allow cache drivers in SPLRick Chen2019-12-101-0/+7
* Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-12-091-0/+35
|\
| * common: fdt_support: add support for setting usable memoryIgor Opaniuk2019-12-061-0/+35
* | Revert "spl: fix entry_point equal to load_addr"Tom Rini2019-12-061-2/+2
* | spl: fix entry_point equal to load_addrGiulio Benetti2019-12-051-2/+2
* | spl: Introduce SPL_DM_GPIO Kconfig defineLukasz Majewski2019-12-051-0/+6
* | mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2019-12-031-2/+2
* | spl: ymodem: Fix loading of fit imageLokesh Vutla2019-12-031-2/+6
* | bootm: vxworks: Support Linux compatible standard DTB for ARM and PPCLihua Zhao2019-12-031-2/+37
* | cosmetic: Fix spelling and whitespace errorsThomas Hebb2019-12-031-3/+3
|/
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* common: Move command functions out of common.hSimon Glass2019-12-025-0/+5
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-022-0/+2
* common: Move interrupt functions into a new headerSimon Glass2019-12-022-0/+2
* common: Move ARM cache operations out of common.hSimon Glass2019-12-028-0/+8
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-023-0/+3
* 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