aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2020-05-31spl: add fixed memory node in target fdt also when loading ATFHeiko Stuebner1-6/+13
2020-05-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini1-0/+8
2020-05-19board_r: Detect ifc-nor flash at run-timePankit Garg1-0/+8
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass6-0/+6
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop log.h from common headerSimon Glass51-0/+51
2020-05-18Fix some checkpatch warnings in calls to debug()Simon Glass1-3/+3
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass15-95/+104
2020-05-18common: Drop init.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop image.h from common headerSimon Glass19-1/+23
2020-05-18common: Drop bootstage.h from common headerSimon Glass9-0/+9
2020-05-18bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass3-6/+6
2020-05-18common: Drop part.h from common headerSimon Glass4-1/+6
2020-05-18part: Drop disk_partition_t typedefSimon Glass3-6/+6
2020-05-18common: Drop net.h from common headerSimon Glass13-0/+14
2020-05-18common: Drop flash.h from common headerSimon Glass2-0/+2
2020-05-18flash: Tidy up coding style for flash functionsSimon Glass1-5/+5
2020-05-15board_r: Introduce CONFIG_PCI_INIT_R Kconfig optionOvidiu Panait2-3/+12
2020-05-15board_r: env: Use IS_ENABLED() instead of #ifdefsOvidiu Panait1-10/+11
2020-05-15common/board_f: avoid -Wtype-limits warningHeinrich Schuchardt1-1/+1
2020-05-15spl: Always define preloader_console_initSamuel Holland1-4/+3
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-2/+2
2020-05-10Merge branch 'master' of git://git.denx.de/u-bootStefano Babic5-33/+49
2020-05-07menu: add support for client defined statusline functionThirupathaiah Annapureddy1-5/+8
2020-05-04Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-9/+0
2020-05-03common: board_f: Use cpu_get_current_dev in print_cpuinfoYe Li1-5/+5
2020-05-03spl: sdp: Add DM gadget support for sdpSherry Sun1-2/+2
2020-05-03spl: sdp: Add a callback to clean up USB driverYe Li1-0/+1
2020-05-03spl: sdp: Add CONFIG_SPL_SDP_USB_DEV for USB deviceYe Li2-2/+10
2020-05-03spl: sdp: call board_usb_init at spl_sdp_load_imageFrank Li1-0/+2
2020-05-01Revert "imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon ...Harald Seiler1-9/+0
2020-05-01common/board_r: Drop initr_bedbug wrapperOvidiu Panait1-10/+1
2020-05-01common/board_r: arm: Merge initr_enable_interrupts into interrupts_initOvidiu Panait1-12/+0
2020-05-01malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple t...Marek Bykowski1-3/+38
2020-05-01rsa: sig: fix config signature check for fit with paddingPhilippe Reynes1-1/+1
2020-05-01hush: avoid NULL check before free()Heinrich Schuchardt1-2/+1
2020-04-28Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dmTom Rini4-1/+660
2020-04-27spl: spl_legacy: Add lzma decompression support for legacy imageWeijie Gao1-2/+60
2020-04-27spl: spl_nor: Remove unused variable 'ret' warningStefan Roese1-6/+6
2020-04-27spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese2-8/+27
2020-04-27spl: spl_legacy: Use IS_ENABLED() to remove #ifdefStefan Roese1-3/+2
2020-04-27spl: Extract legacy image handling into separate fileStefan Roese3-44/+67
2020-04-26log: remove useless castHeinrich Schuchardt1-1/+1
2020-04-26libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada2-0/+658
2020-04-26fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada1-0/+1
2020-04-24spl: fit: do not check argument of free()Heinrich Schuchardt1-2/+1
2020-04-24common/board_f: Make reserve_mmu genericOvidiu Panait1-3/+6
2020-04-24common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait1-28/+0