index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
env
Age
Commit message (
Expand
)
Author
2017-11-21
env: Remove CONFIG_ENV_AES support
Tom Rini
2017-11-17
env: Save environment at the end of an MMC partition
Jorge Ramirez-Ortiz
2017-10-27
env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default
Bin Meng
2017-10-16
env: Drop CONFIG_ENV_IS_IN_DATAFLASH
Tuomas Tynkkynen
2017-10-15
ARM: uniphier: switch to CONFIG_ENV_IS_NOWHERE
Masahiro Yamada
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-09-08
env: Migrate CONFIG_ENV_AES to Kconfig and deprecate
Tom Rini
2017-09-02
Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set
Adam Ford
2017-08-20
env: Replace all open-coded gd->env_valid values with ENV_ flags
Simon Glass
2017-08-20
env: Allow env_load() to detect errors
Simon Glass
2017-08-20
env: Correct case of no sub-init function
Tom Rini
2017-08-20
env: Sort selection of default choices
Andy Shevchenko
2017-08-16
env: Adjust the load() method to return an error
Simon Glass
2017-08-16
env: Adjust the get_char() method to return an int
Simon Glass
2017-08-16
env: Rename some other getenv()-related functions
Simon Glass
2017-08-16
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
Simon Glass
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-15
env: Drop saveenv() in favour of env_save()
Simon Glass
2017-08-15
env: Drop env_relocate_spec() in favour of env_load()
Simon Glass
2017-08-15
env: Drop env_get_char_spec()
Simon Glass
2017-08-15
env: Drop env_init_new()
Simon Glass
2017-08-15
env: Drop unused env_ptr variables
Simon Glass
2017-08-15
env: Drop the env_name_spec global
Simon Glass
2017-08-15
env: Drop common init() functions
Simon Glass
2017-08-15
env: Switch over to use environment location drivers
Simon Glass
2017-08-15
env: Add a new implementation of environment access
Simon Glass
2017-08-15
env: Convert CONFIG_ENV_IS_IN... to a choice
Simon Glass
2017-08-15
env: Create a location driver for each location
Simon Glass
2017-08-15
env: Rename nand env_location to nand_env_location
Simon Glass
2017-08-15
env: Add an enum for environment state
Simon Glass
2017-08-15
env: common: Drop env_get_char_memory()
Simon Glass
2017-08-15
env: common: Drop env_get_char_init()
Simon Glass
2017-08-15
env: common: Factor out the common env_valid check
Simon Glass
2017-08-15
env: common: Drop env_get_addr()
Simon Glass
2017-08-15
env: common: Make env_get_addr/get_char_memory() static
Simon Glass
2017-08-15
env: Use tabs in ENV_IS_IN_FAT
Simon Glass
2017-08-15
Move environment files from common/ to env/
Simon Glass