Commit Graph

17 Commits (lime2-spi)

Author SHA1 Message Date
Yaniv Levinsky c5d548a9f8 env: common: accept flags on reset to default env 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Sjoerd Simons d48b8d1138 env: Properly check for BLK support 6 years ago
Faiz Abbas 26862b4a40 env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it 6 years ago
Simon Goldschmidt 2166ebf783 env: make env drivers propagate env_import return value 6 years ago
Simon Goldschmidt 31f044bd91 env: move more common code to env_import_redund 6 years ago
Maxime Ripard 29b8f21053 env: mmc: Make the debug messages play a little nicer 6 years ago
Philipp Tomsich fd374665c9 env: suppress a spurious warning with GCC 7.1 7 years ago
Jorge Ramirez-Ortiz c9e87ba665 env: Save environment at the end of an MMC partition 7 years ago
Simon Glass c595199194 env: Adjust the load() method to return an error 7 years ago
Simon Glass 98b5755fb0 env: Drop unused env_ptr variables 7 years ago
Simon Glass ac358beb85 env: Drop the env_name_spec global 7 years ago
Simon Glass 7938822a6b env: Drop common init() functions 7 years ago
Simon Glass e5bce247b0 env: Switch over to use environment location drivers 7 years ago
Simon Glass 4415f1d1f1 env: Create a location driver for each location 7 years ago
Simon Glass 203e94f6c9 env: Add an enum for environment state 7 years ago
Simon Glass 0649cd0d49 Move environment files from common/ to env/ 7 years ago
Fiach Antaw 9d364af23e env: Switch env_nand, env_mmc and env_ubi to env_import_redund 7 years ago
Simon Glass 01b73fe630 dm: mmc: Ensure that block device is probed 7 years ago
Simon Glass e7017a3c7d dm: mmc: Don't re-init when accessing environment 7 years ago
Philipp Tomsich f8b8a55463 env_mmc: configure environment offsets via device tree 7 years ago
Jean-Jacques Hiblot 687d207374 env_mmc: Allow SPL to use any MMC device to load/save the environment 7 years ago
Simon Glass 5461acba44 dm: env: mmc: Convert env_mmc to support CONFIG_BLK 8 years ago
Simon Glass 69f45cd53b dm: mmc: Use the new select_hwpart() API 8 years ago
Clemens Gruber e92029c0f4 env_mmc: support overriding mmc dev from board code 8 years ago
Stephen Warren 873cc1d777 mmc: store hwpart in the block device 8 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 8 years ago
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