index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
env
Age
Commit message (
Expand
)
Author
2018-01-27
env: sunxi: Enable FAT-based environment support by default
Maxime Ripard
2018-01-27
env: Mark env_get_location as weak
Maxime Ripard
2018-01-27
env: Allow to build multiple environments in Kconfig
Maxime Ripard
2018-01-27
env: mmc: depends on the MMC framework
Maxime Ripard
2018-01-27
env: Initialise all the environments
Maxime Ripard
2018-01-27
env: Support multiple environments
Maxime Ripard
2018-01-27
env: common: Make the debug messages play a little nicer
Maxime Ripard
2018-01-27
env: mmc: Make the debug messages play a little nicer
Maxime Ripard
2018-01-27
env: fat: Make the debug messages play a little nicer
Maxime Ripard
2018-01-27
env: Make it explicit where we're loading our environment from
Maxime Ripard
2018-01-27
env: Make the env save message a bit more explicit
Maxime Ripard
2018-01-27
env: Pass additional parameters to the env lookup function
Maxime Ripard
2018-01-27
env: Rename env_driver_lookup_default and env_get_default_location
Maxime Ripard
2018-01-27
cmd: nvedit: Get rid of the env lookup
Maxime Ripard
2018-01-22
env: ENV_IS_IN_FAT improvements
Tuomas Tynkkynen
2018-01-17
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2018-01-17
env: sf: Add support for env init for QSPI-NOR
Ashish Kumar
2018-01-15
env: enable accessing the environment in an EXT4 partition
Jorge Ramirez-Ortiz
2017-12-18
rockchip: move CONFIG_ENV_SIZE and CONFIG_ENV_OFFSET to Kconfig
Klaus Goger
2017-11-29
env: suppress a spurious warning with GCC 7.1
Philipp Tomsich
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
[next]