index
:
bootloaders/u-boot-midas
deblob-midas-2018.07
recovery-2018.07
wip/as-boot-img
wip/bl1
wip/forkbomb-midas-2020.01-as-boot-img
wip/s-boot-4.0
Part of research to make the bootloader fully free on midas devices
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
env
Commit message (
Expand
)
Author
Age
Files
Lines
*
env: Remove CONFIG_ENV_AES support
Tom Rini
2017-11-21
2
-69
/
+0
*
env: Save environment at the end of an MMC partition
Jorge Ramirez-Ortiz
2017-11-17
1
-4
/
+58
*
env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default
Bin Meng
2017-10-27
1
-0
/
+1
*
env: Drop CONFIG_ENV_IS_IN_DATAFLASH
Tuomas Tynkkynen
2017-10-16
4
-94
/
+1
*
ARM: uniphier: switch to CONFIG_ENV_IS_NOWHERE
Masahiro Yamada
2017-10-15
1
-1
/
+0
*
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-10-04
2
-5
/
+5
*
env: Migrate CONFIG_ENV_AES to Kconfig and deprecate
Tom Rini
2017-09-08
1
-0
/
+8
*
Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set
Adam Ford
2017-09-02
1
-30
/
+0
*
env: Replace all open-coded gd->env_valid values with ENV_ flags
Simon Glass
2017-08-20
6
-18
/
+18
*
env: Allow env_load() to detect errors
Simon Glass
2017-08-20
1
-1
/
+1
*
env: Correct case of no sub-init function
Tom Rini
2017-08-20
2
-1
/
+14
*
env: Sort selection of default choices
Andy Shevchenko
2017-08-20
1
-3
/
+3
*
env: Adjust the load() method to return an error
Simon Glass
2017-08-16
13
-41
/
+80
*
env: Adjust the get_char() method to return an int
Simon Glass
2017-08-16
3
-3
/
+3
*
env: Rename some other getenv()-related functions
Simon Glass
2017-08-16
2
-2
/
+2
*
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
Simon Glass
2017-08-16
1
-1
/
+1
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
3
-7
/
+7
*
env: Drop saveenv() in favour of env_save()
Simon Glass
2017-08-15
1
-6
/
+0
*
env: Drop env_relocate_spec() in favour of env_load()
Simon Glass
2017-08-15
2
-6
/
+1
*
env: Drop env_get_char_spec()
Simon Glass
2017-08-15
2
-20
/
+3
*
env: Drop env_init_new()
Simon Glass
2017-08-15
1
-5
/
+1
*
env: Drop unused env_ptr variables
Simon Glass
2017-08-15
8
-21
/
+0
*
env: Drop the env_name_spec global
Simon Glass
2017-08-15
15
-27
/
+14
*
env: Drop common init() functions
Simon Glass
2017-08-15
12
-127
/
+10
*
env: Switch over to use environment location drivers
Simon Glass
2017-08-15
15
-114
/
+128
*
env: Add a new implementation of environment access
Simon Glass
2017-08-15
2
-1
/
+146
*
env: Convert CONFIG_ENV_IS_IN... to a choice
Simon Glass
2017-08-15
1
-6
/
+41
*
env: Create a location driver for each location
Simon Glass
2017-08-15
14
-7
/
+176
*
env: Rename nand env_location to nand_env_location
Simon Glass
2017-08-15
1
-3
/
+3
*
env: Add an enum for environment state
Simon Glass
2017-08-15
13
-69
/
+70
*
env: common: Drop env_get_char_memory()
Simon Glass
2017-08-15
1
-7
/
+0
*
env: common: Drop env_get_char_init()
Simon Glass
2017-08-15
1
-6
/
+1
*
env: common: Factor out the common env_valid check
Simon Glass
2017-08-15
1
-11
/
+6
*
env: common: Drop env_get_addr()
Simon Glass
2017-08-15
1
-8
/
+3
*
env: common: Make env_get_addr/get_char_memory() static
Simon Glass
2017-08-15
1
-9
/
+9
*
env: Use tabs in ENV_IS_IN_FAT
Simon Glass
2017-08-15
1
-4
/
+3
*
Move environment files from common/ to env/
Simon Glass
2017-08-15
21
-0
/
+4561