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: allow environment to be amended from control dtb
Rasmus Villemoes
2021-05-04
2
-0
/
+48
*
xilinx: versal: Add support for saving env based on bootmode
Ashok Reddy Soma
2021-04-23
1
-1
/
+1
*
env: Setup default value for ENV_OFFSET_REDUND
Michal Simek
2021-04-23
1
-0
/
+1
*
env: sf: remove the static env_flash variable
Patrick Delaunay
2021-04-16
1
-23
/
+18
*
env: sf: add missing spi_flash_free
Patrick Delaunay
2021-04-16
1
-0
/
+9
*
env: sf: add support of command env erase
Patrick Delaunay
2021-04-16
1
-0
/
+34
*
env: sf: update the use of macro ENV_SAVE_PTR
Patrick Delaunay
2021-04-16
1
-1
/
+1
*
env: add ENV_ERASE_PTR macro
Patrick Delaunay
2021-04-16
2
-7
/
+2
*
env: Fix invalid env handling in env_init()
Marek Vasut
2021-04-16
1
-0
/
+3
*
env/fat.c: support redund environment
Brandon Maier
2021-04-16
2
-8
/
+40
*
env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCE
Martin Fuzzey
2021-04-16
1
-2
/
+3
*
env: increment redund flag on read fail
Brandon Maier
2021-04-16
2
-20
/
+9
*
env: add CONFIG_ENV_SECT_SIZE_AUTO
Rasmus Villemoes
2021-04-16
2
-2
/
+22
*
env/sf.c: use a variable to hold the sector size
Rasmus Villemoes
2021-04-16
1
-10
/
+12
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
14
-0
/
+14
*
env: sf: cosmetic: remove unnecessary space
Patrick Delaunay
2021-01-29
1
-2
/
+2
*
env: Remove all dependencies for SYS_REDUNDAND_ENVIRONMENT
Michal Simek
2021-01-20
1
-2
/
+3
*
env: typo enougth
Heinrich Schuchardt
2020-11-19
1
-1
/
+1
*
env: mmc: Correct partition comparison in mmc_offset_try_partition
Hoyeonjiki Kim
2020-11-18
1
-1
/
+1
*
env: sf: fix init function behaviour
Heiko Schocher
2020-11-03
2
-3
/
+7
*
env: Access Environment in SPI flashes before relocation
Heiko Schocher
2020-10-30
2
-3
/
+105
*
env: split env_import_redund() into 2 functions
Heiko Schocher
2020-10-30
1
-10
/
+32
*
env/ext4.c: allow loading from an EXT4 partition on the MMC boot device
David Woodhouse
2020-10-14
2
-0
/
+18
*
mmc: remove duplicate mmc_get_env_dev() implementations
David Woodhouse
2020-10-14
2
-14
/
+0
*
Kconfig: Move VERSION_VARIABLE under environment
Simon Glass
2020-10-09
1
-0
/
+9
*
env: kconfig: Add default option for ARCH_ZYNQ
Michal Simek
2020-09-23
1
-1
/
+1
*
env: Kconfig: Add missing dependency for ENV_IS_IN_EXT4
Michal Simek
2020-08-27
1
-0
/
+1
*
Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig
Tom Rini
2020-08-08
2
-4
/
+19
*
env: Add support for explicit write access list
Marek Vasut
2020-07-31
2
-11
/
+59
*
env: Add option to only ever append environment
Marek Vasut
2020-07-31
2
-0
/
+11
*
env: Discern environment coming from external storage
Marek Vasut
2020-07-31
13
-22
/
+23
*
env: Add H_DEFAULT flag
Marek Vasut
2020-07-31
1
-1
/
+2
*
env: Warn on force access if ENV_ACCESS_IGNORE_FORCE set
Marek Vasut
2020-07-31
1
-1
/
+3
*
env: ext4: add support of command env erase
Patrick Delaunay
2020-07-31
1
-0
/
+19
*
env: ext4: introduce new function env_ext4_save_buffer
Patrick Delaunay
2020-07-31
1
-8
/
+20
*
cmd: env: add env select command
Patrick Delaunay
2020-07-31
1
-0
/
+42
*
cmd: env: add env load command
Patrick Delaunay
2020-07-31
1
-0
/
+28
*
env: the ops driver load becomes mandatory in struct env_driver
Patrick Delaunay
2020-07-31
1
-3
/
+0
*
env: nowhere: add .load ops
Patrick Delaunay
2020-07-31
1
-0
/
+17
*
env: correctly handle env_load_prio
Patrick Delaunay
2020-07-31
1
-3
/
+4
*
env: sf: avoid space in backend name
Patrick Delaunay
2020-07-31
1
-1
/
+1
*
env: ext4: set gd->env_valid
Patrick Delaunay
2020-07-31
1
-1
/
+8
*
env: add absolute path at CONFIG_ENV_EXT4_FILE
Patrick Delaunay
2020-07-31
1
-1
/
+1
*
Convert CONFIG_ENV_OVERWRITE to Kconfig
Adam Ford
2020-07-28
1
-0
/
+6
*
env: mmc: add redundancy support in mmc_offset_try_partition
Patrick Delaunay
2020-07-26
1
-3
/
+3
*
env: mmc: correct the offset returned by mmc_offset_try_partition
Patrick Delaunay
2020-07-26
1
-2
/
+2
*
env: mmc: allow support of mmc_get_env_dev with OF_CONTROL
Patrick Delaunay
2020-07-26
1
-6
/
+12
*
env: add failing trace in env_save
Patrick Delaunay
2020-07-26
1
-3
/
+7
*
env: correct overflow check of env_has_init size
Patrick Delaunay
2020-07-26
1
-1
/
+1
*
env/fat.c: allow loading from a FAT partition on the MMC boot device
David Woodhouse
2020-07-26
2
-2
/
+34
[next]