Commit Graph

33 Commits (cf92e05c0135bc2b1a1b25a3218e31e6d79bad59)

Author SHA1 Message Date
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 9 years ago
Hans de Goede a85da21f75 env_mmc: Properly prefix mmc errors with '!' 9 years ago
Tim Harvey c75648d75e env_mmc: add error message to pass to set_default_env 9 years ago
Peter Bigot 19345d7c94 env_mmc: correct fini partition to match init partition 10 years ago
Dmitry Lifshitz 6e7b7df4df env_mmc: support env partition setup in runtime 10 years ago
Tom Rini 39b924a304 env_mmc.c: Remove NULL check on tmp_env1/2 10 years ago
Tom Rini b9c8ccaba7 env_mmc.c: Allow environment to be used within SPL 10 years ago
Marek Vasut 7ce1526ed2 env: Add env_export() wrapper 10 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 11 years ago
Markus Niebel 452a2722ec env_mmc: fix buffer allocation for armv7 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Stephen Warren 5c088ee841 env_mmc: allow negative CONFIG_ENV_OFFSET 11 years ago
Michael Heimpold d196bd8803 env_mmc: add support for redundant environment 11 years ago
Tom Rini cd0f4fa1ca Revert "env: fix potential stack overflow in environment functions" 11 years ago
Rob Herring 60d7d5a631 env: fix potential stack overflow in environment functions 11 years ago
Fabio Estevam b56540801f common: env_mmc: Use __weak annotation to simplify code 11 years ago
Joe Hershberger be11235ab8 env: Hide '.' variables in env print by default 12 years ago
Stephen Warren 300feff324 env_mmc: allow environment to be in an eMMC partition 12 years ago
Stephen Warren 9404a5fc7c env_mmc: allow environment to be in an eMMC partition 12 years ago
Stephen Warren 4036b6301e env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFER 12 years ago
Igor Grinberg bf95df44ff env: factor out the env_get_char_spec() function 13 years ago
Igor Grinberg e8db8f71c9 env: clean env_mmc.c checkpatch and code style 13 years ago
Igor Grinberg 994bc671cf env: move extern environment[] to environment.h 13 years ago
Igor Grinberg d1459f0fab env: move extern default_environment[] to environment.h 13 years ago
Wolfgang Denk 37f2fe7472 env: allow to export only selected variables 13 years ago
Mingkai Hu 97039ab98c env_mmc: Allow board code to override the environment address 13 years ago
Mike Frysinger 2eb1573f01 hashtable: drop all non-reentrant versions 14 years ago
Lei Wen 6d1d51b32b env_mmc: fix compile warning 14 years ago
Lei Wen e79f48393d env_mmc: fix cannot save env issue 14 years ago
Steve Sakoman d470a6f60a env_mmc: Fix crashing bug encountered after enabling ARM relocation 14 years ago
Steve Sakoman a2f69d35f9 env_mmc: Fix broken build due to set_default_env() change 14 years ago
Terry Lv a80603598c Save environment data to mmc. 14 years ago