summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove including timestamp.h in version.hWIP/2021-09-01-reduce-timestamp-usagePali Rohár2021-09-018-4/+13
* version: Remove global macro U_BOOT_VERSION_STRING from version.hPali Rohár2021-09-013-12/+15
* x86: quark: MRC: Remove U_BOOT_DATE and U_BOOT_TIME from debug logPali Rohár2021-09-011-3/+1
* version: Do not make version_string[] variable as a weakPali Rohár2021-09-011-1/+1
* powerpc: mpc: Put U-Boot version string at correct place by linker scriptPali Rohár2021-09-018-18/+28
* version: Put version_string[] variable into section .text_version_stringPali Rohár2021-09-011-1/+1
* m68k: mcf: Remove overloading version_stringPali Rohár2021-09-016-38/+0
* version: Move version_string[] from version.h to version_string.hPali Rohár2021-09-0111-12/+17
* efi_loader: Use directly version_string variablePali Rohár2021-09-011-2/+2
* Remove #include <version.h> from files which do not need itPali Rohár2021-09-018-8/+0
* Remove #include <timestamp.h> from files which do not need itPali Rohár2021-09-012-4/+0
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvel...WIP/31Aug2021-nextTom Rini2021-08-3112-61/+349
|\
| * sandbox: add test of wdt-uclass' watchdog_reset()Rasmus Villemoes2021-08-312-0/+56
| * sandbox: add test of wdt_gpio driverRasmus Villemoes2021-08-314-1/+43
| * watchdog: add gpio watchdog driverRasmus Villemoes2021-08-314-0/+97
| * watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()Rasmus Villemoes2021-08-312-26/+36
| * board: x530: switch to wdt_stop_all()Rasmus Villemoes2021-08-311-3/+2
| * watchdog: wdt-uclass.c: add wdt_stop_all() helperRasmus Villemoes2021-08-312-0/+33
| * sandbox: disable CONFIG_WATCHDOG_AUTOSTARTRasmus Villemoes2021-08-312-0/+2
| * watchdog: wdt-uclass.c: keep track of each device's running stateRasmus Villemoes2021-08-311-4/+16
| * watchdog: wdt-uclass.c: refactor initr_watchdog()Rasmus Villemoes2021-08-311-16/+21
| * watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definitionRasmus Villemoes2021-08-311-4/+4
| * watchdog: wdt-uclass.c: introduce struct wdt_privRasmus Villemoes2021-08-311-20/+54
| * watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now()Rasmus Villemoes2021-08-311-3/+1
* | Merge branch '2021-08-31-kconfig-migrations-part2' into nextTom Rini2021-08-311568-3018/+2880
|\ \ | |/ |/|
| * Kconfig: Remove all default n/no optionsMichal Simek2021-08-3165-224/+1
| * Convert CONFIG_SYS_MALLOC_LEN to KconfigTom Rini2021-08-31953-740/+690
| * Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini2021-08-31457-310/+512
| * Finish converting CONFIG_SYS_CACHELINE_SIZE to KconfigTom Rini2021-08-3135-103/+68
| * ls1046ardb_qspi*: Enable RAMBOOT_PBLTom Rini2021-08-313-0/+9
| * Convert CONFIG_RAMBOOT_PBL et al to KconfigTom Rini2021-08-3166-274/+201
| * Convert CONFIG_QSPI_BOOT to KconfigTom Rini2021-08-3118-18/+6
| * Convert CONFIG_SYS_FSL_DDR4 to KconfigTom Rini2021-08-3111-14/+4
| * configs: Remove unused IMX_NAND symbolTom Rini2021-08-312-2/+0
| * nitrogen6x: Populate FDTFILE at build-time for all platformsTom Rini2021-08-312-10/+1
| * nitrogen6x: Migrate DDR_MB to KconfigTom Rini2021-08-3110-9/+11
| * Convert CONFIG_SPL to KconfigTom Rini2021-08-312-2/+1
| * imx: Finish migration of IMX_CONFIG to KconfigTom Rini2021-08-31193-137/+198
| * imx: Introduce CONFIG_MACH_IMXTom Rini2021-08-312-0/+16
| * Convert CONFIG_MX7D to KconfigTom Rini2021-08-313-2/+3
| * Convert CONFIG_SYS_LOAD_ADDR to KconfigTom Rini2021-08-31935-564/+636
| * global: Convert CONFIG_LOADADDR to CONFIG_SYS_LOADADDRTom Rini2021-08-31166-355/+141
| * qfw: Switch to CONFIG_SYS_LOAD_ADDR from CONFIG_LOADADDRTom Rini2021-08-312-6/+2
| * Convert CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT to KconfigTom Rini2021-08-314-2/+2
| * nxp: Migrate a number of DDR related symbols to KconfigTom Rini2021-08-31159-91/+262
| * nxp: Migrate CONFIG_DDR_CLK_FREQ to KconfigTom Rini2021-08-31152-89/+166
| * ddr: Migrate DDR_SPD to KconfigTom Rini2021-08-313-0/+11
| * mvebe: Migrate CONFIG_DDR_LOG_LEVEL to KconfigTom Rini2021-08-312-4/+14
| * mvebu: ddr: Rename CONFIG_DDR_FIXED_SIZE to CONFIG_SYS_SDRAM_SIZETom Rini2021-08-313-4/+8
| * mvebu: Migrate CONFIG_DDR_32BIT/64BIT to KconfigTom Rini2021-08-313-3/+14