summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-1851-0/+51
* Fix some checkpatch warnings in calls to debug()Simon Glass2020-05-181-3/+3
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-1815-95/+104
* common: Drop init.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop image.h from common headerSimon Glass2020-05-1819-1/+23
* common: Drop bootstage.h from common headerSimon Glass2020-05-189-0/+9
* bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass2020-05-183-6/+6
* common: Drop part.h from common headerSimon Glass2020-05-184-1/+6
* part: Drop disk_partition_t typedefSimon Glass2020-05-183-6/+6
* common: Drop net.h from common headerSimon Glass2020-05-1813-0/+14
* common: Drop flash.h from common headerSimon Glass2020-05-182-0/+2
* flash: Tidy up coding style for flash functionsSimon Glass2020-05-181-5/+5
* board_r: Introduce CONFIG_PCI_INIT_R Kconfig optionOvidiu Panait2020-05-152-3/+12
* board_r: env: Use IS_ENABLED() instead of #ifdefsOvidiu Panait2020-05-151-10/+11
* common/board_f: avoid -Wtype-limits warningHeinrich Schuchardt2020-05-151-1/+1
* spl: Always define preloader_console_initSamuel Holland2020-05-151-4/+3
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-2/+2
* Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2020-05-105-33/+49
|\
| * menu: add support for client defined statusline functionThirupathaiah Annapureddy2020-05-071-5/+8
| * Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-05-041-9/+0
| |\
| * | common/board_r: Drop initr_bedbug wrapperWIP/2020-05-01-master-importsOvidiu Panait2020-05-011-10/+1
| * | common/board_r: arm: Merge initr_enable_interrupts into interrupts_initOvidiu Panait2020-05-011-12/+0
| * | malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple t...Marek Bykowski2020-05-011-3/+38
| * | rsa: sig: fix config signature check for fit with paddingPhilippe Reynes2020-05-011-1/+1
| * | hush: avoid NULL check before free()Heinrich Schuchardt2020-05-011-2/+1
* | | common: board_f: Use cpu_get_current_dev in print_cpuinfoYe Li2020-05-031-5/+5
* | | spl: sdp: Add DM gadget support for sdpSherry Sun2020-05-031-2/+2
* | | spl: sdp: Add a callback to clean up USB driverYe Li2020-05-031-0/+1
* | | spl: sdp: Add CONFIG_SPL_SDP_USB_DEV for USB deviceYe Li2020-05-032-2/+10
* | | spl: sdp: call board_usb_init at spl_sdp_load_imageFrank Li2020-05-031-0/+2
| |/ |/|
* | Revert "imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon ...Harald Seiler2020-05-011-9/+0
|/
* Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dmTom Rini2020-04-284-1/+660
|\
| * log: remove useless castHeinrich Schuchardt2020-04-261-1/+1
| * libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada2020-04-262-0/+658
| * fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada2020-04-261-0/+1
* | spl: spl_legacy: Add lzma decompression support for legacy imageWeijie Gao2020-04-271-2/+60
* | spl: spl_nor: Remove unused variable 'ret' warningStefan Roese2020-04-271-6/+6
* | spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese2020-04-272-8/+27
* | spl: spl_legacy: Use IS_ENABLED() to remove #ifdefStefan Roese2020-04-271-3/+2
* | spl: Extract legacy image handling into separate fileStefan Roese2020-04-273-44/+67
|/
* spl: fit: do not check argument of free()Heinrich Schuchardt2020-04-241-2/+1
* common/board_f: Make reserve_mmu genericOvidiu Panait2020-04-241-3/+6
* common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait2020-04-241-28/+0
* spl: Kconfig: de-dup SPL_DM_GPIO definitionJoel Johnson2020-04-241-6/+0
* dlmalloc: remove unit test support in SPLHeinrich Schuchardt2020-04-241-1/+1
* common: image_sign_info helper functions in SPLHeinrich Schuchardt2020-04-242-1/+12
* riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng2020-04-231-1/+1
* Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2020-04-222-10/+19
|\
| * spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler2020-04-221-3/+2
| * spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler2020-04-221-2/+2