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
/
common.c
Age
Commit message (
Expand
)
Author
2024-01-19
Merge branch '2024-01-18-assorted-fixes'
Tom Rini
2024-01-19
env: migrate env_get_default to call env_get_default_into
Quentin Schulz
2024-01-19
env: allow to copy value from default environment into a buffer
Quentin Schulz
2024-01-18
cmd: nvedit: Fix typo in 'illegal character' error
Ivan Orlov
2023-11-07
env: Move env_set() out of cmd/nvedit.c and in to env/common.c
Tom Rini
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-09-14
env: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-09-14
cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-07-17
env: Fix default environment saving issue
Ashok Reddy Soma
2022-09-29
dm: core: Rename ofnode_get_property_by_prop()
Simon Glass
2022-09-29
dm: core: Rename ofnode_get_first/next_property()
Simon Glass
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-11-16
bootm: Tidy up use of autostart env var
Simon Glass
2021-11-13
env: Simplify env_get_default()
Marek Behún
2021-11-13
env: Fix env_get() when returning empty string using env_get_f()
Marek Behún
2021-11-13
env: Don't set ready flag if import failed in env_set_default()
Marek Behún
2021-10-31
env: Use static_assert() to check if default_environment is too large
Marek Behún
2021-10-31
env: Always use char for default_environment
Marek Behún
2021-10-21
env: Move non-cli env functions to env/common.c
Marek Behún
2021-05-04
env: allow environment to be amended from control dtb
Rasmus Villemoes
2021-04-16
env: increment redund flag on read fail
Brandon Maier
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-10-30
env: split env_import_redund() into 2 functions
Heiko Schocher
2020-07-31
env: Discern environment coming from external storage
Marek Vasut
2020-07-31
env: Add H_DEFAULT flag
Marek Vasut
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop bootstage.h from common header
Simon Glass
2019-12-02
common: Move sorting functions to their own header file
Simon Glass
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
2019-10-04
Revert "env: solve compilation error in SPL"
Tom Rini
2019-08-11
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
env: Drop the ENTRY typedef
Simon Glass
2019-08-11
env: Move get/set_default_env() to env.h
Simon Glass
2019-08-11
env: Move set_default_vars to env.h
Simon Glass
2019-08-11
env: Move env_relocate() to env.h
Simon Glass
2019-05-23
env: solve compilation error in SPL
Patrick Delaunay
2019-01-26
env: common: Return specific error code on bad CRC
Sam Protsenko
2019-01-15
common: command: Add support for $ auto-completion
Boris Brezillon
2018-07-20
env: add the same prefix to error messages to make it detectable by tests
Quentin Schulz
2018-07-19
env: common: accept flags on reset to default env
Yaniv Levinsky
2018-07-19
cmd: nvedit: set H_INTERACTIVE in do_env_default
Yaniv Levinsky
2018-07-19
cmd: nvedit: propagate envflag to set_default_vars
Yaniv Levinsky
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-16
env: Relocate env drivers if manual reloc is required
Siva Durga Prasad Paladugu
2018-02-01
env: move more common code to env_import_redund
Simon Goldschmidt
2018-01-31
env: make env_import(_redund) return 0 on success, not 1
Simon Goldschmidt
2018-01-27
env: common: Make the debug messages play a little nicer
Maxime Ripard
2017-11-21
env: Remove CONFIG_ENV_AES support
Tom Rini
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
[next]