index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
env
Commit message (
Expand
)
Author
Age
Files
Lines
*
env/sf.c: honour CONFIG_SPL_SAVEENV
Rasmus Villemoes
2020-05-08
1
-1
/
+1
*
env/sf.c: drop private CMD_SAVEENV logic
Rasmus Villemoes
2020-04-24
1
-11
/
+1
*
env/ext4.c: remove CONFIG_CMD_SAVEENV ifdef
Rasmus Villemoes
2020-04-24
1
-3
/
+1
*
env/fat.c: remove private CMD_SAVEENV logic
Rasmus Villemoes
2020-04-24
1
-8
/
+1
*
env: add SAVEENV as an alias of the CMD_SAVEENV symbol
Rasmus Villemoes
2020-04-24
1
-0
/
+3
*
make env_entry::callback conditional on !CONFIG_SPL_BUILD
Rasmus Villemoes
2020-04-24
2
-1
/
+2
*
env: remove callback.o for an SPL build
Rasmus Villemoes
2020-04-24
1
-1
/
+1
*
env: make file-scope env_ptr variables static
Rasmus Villemoes
2020-04-17
2
-3
/
+3
*
env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE
Michal Simek
2020-04-06
1
-2
/
+1
*
env: Kconfig: Adding default values for Microblaze
Varalaxmi Bingi
2020-04-06
1
-0
/
+2
*
env: Update env_addr for mmc environment driver
Pankit Garg
2020-03-09
1
-0
/
+5
*
env: Enable SPI flash env for rockchip
Jagan Teki
2020-01-30
1
-0
/
+3
*
env: kconfig: Restrict rockchip env for MMC
Jagan Teki
2020-01-30
1
-2
/
+3
*
env: another attempt at fixing SPL build failures
Rasmus Villemoes
2020-01-22
2
-8
/
+8
*
common: Move flash_perror() to flash.h
Simon Glass
2020-01-17
1
-0
/
+1
*
mtd: ensure UBI is compiled when ENV_IS_IN_UBI is selected
Miquel Raynal
2019-12-04
1
-0
/
+2
*
common: Move old EEPROM functions into a new header
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move sorting functions to their own header file
Simon Glass
2019-12-02
1
-0
/
+1
*
crc32: Use the crc.h header for crc functions
Simon Glass
2019-12-02
7
-0
/
+7
*
env: Finish migration of common ENV options
Tom Rini
2019-11-20
5
-18
/
+30
*
env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check
Tom Rini
2019-11-20
5
-23
/
+1
*
env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol
Tom Rini
2019-11-20
1
-0
/
+6
*
defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENT
Tom Rini
2019-11-12
1
-7
/
+11
*
ubi: env: fix redundand management
Philippe Reynes
2019-10-16
1
-0
/
+6
*
env: Kconfig: Add environment default offset in versal
T Karthik Reddy
2019-10-08
1
-2
/
+3
*
Revert "env: solve compilation error in SPL"
Tom Rini
2019-10-04
1
-6
/
+1
*
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
18
-18
/
+18
*
env: Drop the ACTION typedef
Simon Glass
2019-08-11
2
-2
/
+2
*
env: Rename the redundancy flags
Simon Glass
2019-08-11
3
-16
/
+18
*
env: Drop the ENTRY typedef
Simon Glass
2019-08-11
3
-9
/
+9
*
env: Move env_valid to env.h
Simon Glass
2019-08-11
2
-0
/
+2
*
env: Rename environment to embedded_environment
Simon Glass
2019-08-11
1
-1
/
+1
*
env: Move get/set_default_env() to env.h
Simon Glass
2019-08-11
8
-23
/
+30
*
env: Move set_default_vars to env.h
Simon Glass
2019-08-11
1
-1
/
+1
*
env: Move env_get() to env.h
Simon Glass
2019-08-11
3
-0
/
+3
*
env: Move env_set() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
env: Move env_relocate() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
env: Move env_init() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
env: mmc: add erase-function
Frank Wunderlich
2019-07-18
1
-0
/
+51
*
env: register erase command
Frank Wunderlich
2019-07-18
1
-0
/
+30
*
stm32mp1: move CONFIG_ENV in Kconfig
Patrick Delaunay
2019-07-12
1
-3
/
+2
*
env: ubi: support configurable VID offset
Hamish Guthrie
2019-07-09
2
-4
/
+20
*
at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigs
Markus Klotzbuecher
2019-07-09
1
-4
/
+7
*
env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUND
Markus Klotzbuecher
2019-07-09
1
-0
/
+6
*
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2019-06-17
1
-1
/
+1
|
\
|
*
Kconfig: Add SPI / SPI_FLASH as dependencies
Tom Rini
2019-06-13
1
-1
/
+1
*
|
env: allow ENV_IS_NOWHERE with other storage target
Patrice Chotard
2019-06-06
1
-12
/
+6
*
|
env: ext4: Allow overriding interface, device and partition
Patrice Chotard
2019-06-06
1
-13
/
+21
|
/
*
env: solve compilation error in SPL
Patrick Delaunay
2019-05-23
1
-1
/
+6
*
stm32mp1: Move ENV_SIZE and ENV_OFFSET to Kconfig
Patrick Delaunay
2019-05-23
1
-1
/
+1
[next]