summaryrefslogtreecommitdiff
path: root/include/env_default.h
Commit message (Expand)AuthorAgeFilesLines
* global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFGTom Rini2022-12-231-2/+2
* Convert CONFIG_HOSTNAME et al to KconfigTom Rini2022-12-221-11/+11
* Fix usage of CONFIG_PREBOOTPali Rohár2022-11-211-1/+1
* Complete migration of MTDPARTS_DEFAULT / MTDIDS_DEFAULT, include in environmentTom Rini2022-06-281-0/+6
* Rename CONFIG_SYS_AUTOLAOD to CONFIG_SYS_DISABLE_AUTOLOADTom Rini2022-06-281-2/+2
* env: Do not make CONFIG_EXTRA_ENV_TEXT and CONFIG_EXTRA_ENV_SETTINGS conflictTom Rini2022-06-281-3/+0
* Convert CONFIG_BOOTFILE to KconfigTom Rini2022-03-031-1/+1
* Convert CONFIG_USE_BOOTCOMMAND et al to KconfigTom Rini2021-12-011-6/+0
* env: Allow U-Boot scripts to be placed in a .env fileSimon Glass2021-11-161-0/+11
* env: Use static_assert() to check if default_environment is too largeMarek Behún2021-10-311-0/+6
* env: Always use char for default_environmentMarek Behún2021-10-311-2/+2
* global: Convert CONFIG_LOADADDR to CONFIG_SYS_LOADADDRTom Rini2021-08-311-2/+2
* env: allow environment to be amended from control dtbRasmus Villemoes2021-05-041-0/+3
* env: Allow to set default_environment[] from board code via compile option DE...Pali Rohár2021-02-081-0/+2
* Kconfig: Remove CONFIG_CLOCKS_IN_MHZTom Rini2020-06-261-3/+0
* common: Drop linux/stringify.h from common headerSimon Glass2020-05-181-0/+1
* env: Rename environment to embedded_environmentSimon Glass2019-08-111-1/+1
* Add BOOTCOUNT_BOOTLIMIT to set reboot limitAlex Kiernan2018-08-171-0/+3
* env: Include bootdelay in environment if negativeAlex Kiernan2018-07-201-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* treewide: Convert CONFIG_HOSTNAME to a string optionMario Six2018-04-081-1/+1
* Allow providing default environment from fileRasmus Villemoes2018-04-061-0/+4
* common: env_embedded: allow fine placement of environment objectChristophe Leroy2018-04-061-1/+1
* common: Move CONFIG_BOOTARGS to KconfigSam Protsenko2017-08-141-1/+1
* common/env_embedded.c: rename PPCENV/PPCTEXT macrosThomas Petazzoni2017-08-041-1/+1
* env: avoid build error for boards without CONFIG_SYS_{CPU, BOARD}Masahiro Yamada2016-06-241-0/+4
* net: Remove all references to CONFIG_ETHADDR and friendsJoe Hershberger2015-05-191-18/+0
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* env: Add environment variable flagsJoe Hershberger2012-12-131-0/+3
* env: Add support for callbacks to environment varsJoe Hershberger2012-12-131-0/+5
* Add board_name to CONFIG_ENV_VARS_UBOOT_CONFIGStephen Warren2012-11-021-0/+1
* env: cosmetic: Consilidate the default env definitionJoe Hershberger2012-10-191-0/+135