Commit Graph

8 Commits (891b3d9051690d0ba39da4eda1d15773ebfee2b6)

Author SHA1 Message Date
Simon Glass c595199194 env: Adjust the load() method to return an error 8 years ago
Simon Glass 98b5755fb0 env: Drop unused env_ptr variables 8 years ago
Simon Glass ac358beb85 env: Drop the env_name_spec global 8 years ago
Simon Glass 7938822a6b env: Drop common init() functions 8 years ago
Simon Glass e5bce247b0 env: Switch over to use environment location drivers 8 years ago
Simon Glass 4415f1d1f1 env: Create a location driver for each location 8 years ago
Simon Glass 203e94f6c9 env: Add an enum for environment state 8 years ago
Simon Glass 0649cd0d49 Move environment files from common/ to env/ 8 years ago
Fiach Antaw 9d364af23e env: Switch env_nand, env_mmc and env_ubi to env_import_redund 8 years ago
Simon Glass 01b73fe630 dm: mmc: Ensure that block device is probed 8 years ago
Simon Glass e7017a3c7d dm: mmc: Don't re-init when accessing environment 8 years ago
Philipp Tomsich f8b8a55463 env_mmc: configure environment offsets via device tree 8 years ago
Jean-Jacques Hiblot 687d207374 env_mmc: Allow SPL to use any MMC device to load/save the environment 8 years ago
Simon Glass 5461acba44 dm: env: mmc: Convert env_mmc to support CONFIG_BLK 9 years ago
Simon Glass 69f45cd53b dm: mmc: Use the new select_hwpart() API 9 years ago
Clemens Gruber e92029c0f4 env_mmc: support overriding mmc dev from board code 9 years ago
Stephen Warren 873cc1d777 mmc: store hwpart in the block device 9 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 9 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 10 years ago
Hans de Goede a85da21f75 env_mmc: Properly prefix mmc errors with '!' 10 years ago
Tim Harvey c75648d75e env_mmc: add error message to pass to set_default_env 10 years ago
Peter Bigot 19345d7c94 env_mmc: correct fini partition to match init partition 11 years ago
Dmitry Lifshitz 6e7b7df4df env_mmc: support env partition setup in runtime 11 years ago
Tom Rini 39b924a304 env_mmc.c: Remove NULL check on tmp_env1/2 11 years ago
Tom Rini b9c8ccaba7 env_mmc.c: Allow environment to be used within SPL 11 years ago
Marek Vasut 7ce1526ed2 env: Add env_export() wrapper 11 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 12 years ago
Markus Niebel 452a2722ec env_mmc: fix buffer allocation for armv7 12 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Stephen Warren 5c088ee841 env_mmc: allow negative CONFIG_ENV_OFFSET 12 years ago
Michael Heimpold d196bd8803 env_mmc: add support for redundant environment 12 years ago
Tom Rini cd0f4fa1ca Revert "env: fix potential stack overflow in environment functions" 12 years ago
Rob Herring 60d7d5a631 env: fix potential stack overflow in environment functions 12 years ago
Fabio Estevam b56540801f common: env_mmc: Use __weak annotation to simplify code 12 years ago
Joe Hershberger be11235ab8 env: Hide '.' variables in env print by default 13 years ago
Stephen Warren 300feff324 env_mmc: allow environment to be in an eMMC partition 13 years ago
Stephen Warren 9404a5fc7c env_mmc: allow environment to be in an eMMC partition 13 years ago
Stephen Warren 4036b6301e env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFER 13 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 14 years ago
Igor Grinberg 994bc671cf env: move extern environment[] to environment.h 14 years ago
Igor Grinberg d1459f0fab env: move extern default_environment[] to environment.h 14 years ago
Wolfgang Denk 37f2fe7472 env: allow to export only selected variables 14 years ago
Mingkai Hu 97039ab98c env_mmc: Allow board code to override the environment address 14 years ago
Mike Frysinger 2eb1573f01 hashtable: drop all non-reentrant versions 15 years ago
Lei Wen 6d1d51b32b env_mmc: fix compile warning 15 years ago
Lei Wen e79f48393d env_mmc: fix cannot save env issue 15 years ago
Steve Sakoman d470a6f60a env_mmc: Fix crashing bug encountered after enabling ARM relocation 15 years ago
Steve Sakoman a2f69d35f9 env_mmc: Fix broken build due to set_default_env() change 15 years ago
Terry Lv a80603598c Save environment data to mmc. 15 years ago