aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-01MAINTAINERS: Add new drivers for ARM U8500bisect-testStephan Gerhold1-0/+5
2021-09-01loadb: Properly indicate aborted kermit transferPali Rohár1-0/+3
2021-09-01scripts/checkpatch.pl: Resync with v5.13Tom Rini4-247/+1919
2021-09-01mkimage: clarify error message for empty input filesThomas Hebb1-0/+6
2021-09-01lib: -Wformat-truncation in rsa_engine_get_priv_keyHeinrich Schuchardt1-1/+1
2021-09-01fit: Use DM hash driver if supportedChia-Wei Wang1-0/+30
2021-09-01crypto: hash: Add software hash DM driverChia-Wei Wang3-0/+313
2021-09-01dm: hash: Add new UCLASS_HASH supportChia-Wei Wang7-0/+196
2021-09-01lib/md5: Export progressive APIsChia-Wei Wang2-3/+7
2021-09-01lib/rsa: Remove support for OpenSSL < 1.1.0 and libressl < 2.7.0Alexandru Gagniuc1-72/+4
2021-09-01HACK: Limit testsTom Rini1-2/+0
2021-08-31Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvel...WIP/31Aug2021-nextTom Rini12-61/+349
2021-08-31Merge branch '2021-08-31-kconfig-migrations-part2' into nextTom Rini1568-3018/+2880
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek65-224/+1
2021-08-31Convert CONFIG_SYS_MALLOC_LEN to KconfigTom Rini953-740/+690
2021-08-31Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini457-310/+512
2021-08-31Finish converting CONFIG_SYS_CACHELINE_SIZE to KconfigTom Rini35-103/+68
2021-08-31ls1046ardb_qspi*: Enable RAMBOOT_PBLTom Rini3-0/+9
2021-08-31Convert CONFIG_RAMBOOT_PBL et al to KconfigTom Rini66-274/+201
2021-08-31Convert CONFIG_QSPI_BOOT to KconfigTom Rini18-18/+6
2021-08-31Convert CONFIG_SYS_FSL_DDR4 to KconfigTom Rini11-14/+4
2021-08-31configs: Remove unused IMX_NAND symbolTom Rini2-2/+0
2021-08-31nitrogen6x: Populate FDTFILE at build-time for all platformsTom Rini2-10/+1
2021-08-31nitrogen6x: Migrate DDR_MB to KconfigTom Rini10-9/+11
2021-08-31Convert CONFIG_SPL to KconfigTom Rini2-2/+1
2021-08-31imx: Finish migration of IMX_CONFIG to KconfigTom Rini193-137/+198
2021-08-31imx: Introduce CONFIG_MACH_IMXTom Rini2-0/+16
2021-08-31Convert CONFIG_MX7D to KconfigTom Rini3-2/+3
2021-08-31Convert CONFIG_SYS_LOAD_ADDR to KconfigTom Rini935-564/+636
2021-08-31global: Convert CONFIG_LOADADDR to CONFIG_SYS_LOADADDRTom Rini166-355/+141
2021-08-31qfw: Switch to CONFIG_SYS_LOAD_ADDR from CONFIG_LOADADDRTom Rini2-6/+2
2021-08-31Convert CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT to KconfigTom Rini4-2/+2
2021-08-31nxp: Migrate a number of DDR related symbols to KconfigTom Rini159-91/+262
2021-08-31nxp: Migrate CONFIG_DDR_CLK_FREQ to KconfigTom Rini152-89/+166
2021-08-31ddr: Migrate DDR_SPD to KconfigTom Rini3-0/+11
2021-08-31mvebe: Migrate CONFIG_DDR_LOG_LEVEL to KconfigTom Rini2-4/+14
2021-08-31mvebu: ddr: Rename CONFIG_DDR_FIXED_SIZE to CONFIG_SYS_SDRAM_SIZETom Rini3-4/+8
2021-08-31mvebu: Migrate CONFIG_DDR_32BIT/64BIT to KconfigTom Rini3-3/+14
2021-08-31sandbox: add test of wdt-uclass' watchdog_reset()Rasmus Villemoes2-0/+56
2021-08-31sandbox: add test of wdt_gpio driverRasmus Villemoes4-1/+43
2021-08-31watchdog: add gpio watchdog driverRasmus Villemoes4-0/+97
2021-08-31watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()Rasmus Villemoes2-26/+36
2021-08-31board: x530: switch to wdt_stop_all()Rasmus Villemoes1-3/+2
2021-08-31watchdog: wdt-uclass.c: add wdt_stop_all() helperRasmus Villemoes2-0/+33
2021-08-31sandbox: disable CONFIG_WATCHDOG_AUTOSTARTRasmus Villemoes2-0/+2
2021-08-31watchdog: wdt-uclass.c: keep track of each device's running stateRasmus Villemoes1-4/+16
2021-08-31watchdog: wdt-uclass.c: refactor initr_watchdog()Rasmus Villemoes1-16/+21
2021-08-31watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definitionRasmus Villemoes1-4/+4
2021-08-31watchdog: wdt-uclass.c: introduce struct wdt_privRasmus Villemoes1-20/+54
2021-08-31watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now()Rasmus Villemoes1-3/+1