summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2019-12-03bootm: vxworks: Support Linux compatible standard DTB for ARM and PPCLihua Zhao1-2/+37
2019-12-03cosmetic: Fix spelling and whitespace errorsThomas Hebb1-3/+3
2019-12-03common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-03common: Move command functions out of common.hSimon Glass5-0/+5
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass2-0/+2
2019-12-03common: Move interrupt functions into a new headerSimon Glass2-0/+2
2019-12-03common: Move ARM cache operations out of common.hSimon Glass8-0/+8
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass3-0/+3
2019-12-03common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass4-0/+4
2019-12-03common: Add a new lz4.h header fileSimon Glass1-0/+1
2019-12-03common: Move serial functions out of common.hSimon Glass4-0/+4
2019-12-03common: Move sorting functions to their own header fileSimon Glass1-0/+1
2019-12-03spl: bootcount: Move code out of header fileSimon Glass1-0/+11
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass8-0/+8
2019-12-03common: Drop global inclusion of status_led.hSimon Glass1-0/+1
2019-12-03Drop CONFIG_SHOW_ACTIVITYSimon Glass1-6/+0
2019-11-25usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.hHeinrich Schuchardt1-6/+0
2019-11-25usb: kbd: implement special keysHeinrich Schuchardt1-0/+42
2019-11-25usb: kbd: simplify coding for arrow keysHeinrich Schuchardt1-35/+12
2019-11-25usb: kbd: signature of usb_kbd_put_queue()Heinrich Schuchardt1-1/+1
2019-11-25usb: kbd: fix typoHeinrich Schuchardt1-1/+1
2019-11-20env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbolTom Rini1-1/+1
2019-11-18Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2-1/+9
2019-11-17spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner2-1/+9
2019-11-14image: fdt: copy possible optee nodes to a loaded devicetreeHeiko Stuebner1-0/+8
2019-11-11Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-14/+34
2019-11-10common: spl: atf: support booting bl32 imageJoseph Chen1-14/+34
2019-11-08hush: re-sequence includesHeinrich Schuchardt1-1/+1
2019-11-08dlmalloc: calloc: fix zeroing early allocationsSimon Goldschmidt1-1/+1
2019-11-08spl: fix SPI config dependenciesSimon Goldschmidt1-10/+11
2019-11-07common/console.c: Fix unused warning with console_doenv()Tom Rini1-0/+4
2019-11-06Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-24/+25
2019-11-04Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+5
2019-11-03spl: nor: Provide falcon boot support for NOR memoriesLukasz Majewski1-0/+5
2019-11-03spl: Add a size check for TPLSimon Glass1-0/+8
2019-11-01Merge tag 'video-for-2020.01-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-2/+2
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini5-24/+57
2019-10-31common: Kconfig: Fix typo in TPL_LOG_CONSOLE descriptionSimon South1-1/+1
2019-10-31usb: storage: Only clear READY flag on errorMarek Vasut1-3/+3
2019-10-31usb: storage: Limit transfer size to 120 kiBMarek Vasut1-21/+22
2019-10-31splash: fix build breakage with newer llvm-7Anatolij Gustschin1-2/+2
2019-10-29spl: spl_mmc: fix getting raw_sect when boot from emmc boot partitionPeng Fan1-2/+3
2019-10-27fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot1-1/+1
2019-10-27bootstage: Allow SPL to obtain bootstage info from TPLSimon Glass1-1/+13
2019-10-27bootstage: Mark the start/end of TPL and SPL separatelySimon Glass1-3/+6
2019-10-27bootstage: Correct relocation algorithmSimon Glass3-4/+23
2019-10-27bootstage: Avoid conflicts between stash/unstashSimon Glass1-1/+4
2019-10-27bootstage: Fix counting of entries in stashSimon Glass1-10/+2
2019-10-27bootstage: Store the next ID in the stashSimon Glass1-4/+7