index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
env_mmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-25
env_mmc: support overriding mmc dev from board code
Clemens Gruber
1
-7
/
+12
2016-01-14
mmc: store hwpart in the block device
Stephen Warren
1
-7
/
+7
2016-01-14
block: pass block dev not num to read/write/erase()
Stephen Warren
1
-7
/
+3
2015-09-12
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
1
-0
/
+1
2015-08-28
env_mmc: Properly prefix mmc errors with '!'
Hans de Goede
1
-3
/
+3
2015-05-27
env_mmc: add error message to pass to set_default_env
Tim Harvey
1
-16
/
+24
2014-10-03
env_mmc: correct fini partition to match init partition
Peter Bigot
1
-1
/
+1
2014-08-01
env_mmc: support env partition setup in runtime
Dmitry Lifshitz
1
-12
/
+23
2014-05-09
Merge branch 'u-boot/master'
Albert ARIBAUD
1
-10
/
+2
2014-04-17
env_mmc.c: Remove NULL check on tmp_env1/2
Tom Rini
1
-6
/
+0
2014-04-17
env_mmc.c: Allow environment to be used within SPL
Tom Rini
1
-8
/
+37
2014-03-22
env: Add env_export() wrapper
Marek Vasut
1
-10
/
+2
2013-10-15
Coding Style cleanup: remove trailing white space
Wolfgang Denk
1
-1
/
+1
2013-10-15
env_mmc: fix buffer allocation for armv7
Markus Niebel
1
-5
/
+4
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2013-06-14
env_mmc: allow negative CONFIG_ENV_OFFSET
Stephen Warren
1
-2
/
+10
2013-05-02
env_mmc: add support for redundant environment
Michael Heimpold
1
-9
/
+123
2013-04-05
Revert "env: fix potential stack overflow in environment functions"
Tom Rini
1
-7
/
+6
2013-04-03
env: fix potential stack overflow in environment functions
Rob Herring
1
-6
/
+7
2013-02-04
common: env_mmc: Use __weak annotation to simplify code
Fabio Estevam
1
-3
/
+1
2012-12-13
env: Hide '.' variables in env print by default
Joe Hershberger
1
-1
/
+1
2012-09-06
env_mmc: allow environment to be in an eMMC partition
Stephen Warren
1
-8
/
+56
2012-07-07
env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFER
Stephen Warren
1
-5
/
+5
2012-01-05
env: factor out the env_get_char_spec() function
Igor Grinberg
1
-5
/
+0
2011-11-22
env: clean env_mmc.c checkpatch and code style
Igor Grinberg
1
-49
/
+23
2011-11-22
env: move extern environment[] to environment.h
Igor Grinberg
1
-2
/
+1
2011-11-22
env: move extern default_environment[] to environment.h
Igor Grinberg
1
-3
/
+0
2011-11-08
env: allow to export only selected variables
Wolfgang Denk
1
-1
/
+1
2011-04-05
env_mmc: Allow board code to override the environment address
Mingkai Hu
1
-4
/
+27
2010-12-17
hashtable: drop all non-reentrant versions
Mike Frysinger
1
-1
/
+1
2010-11-15
env_mmc: fix compile warning
Lei Wen
1
-0
/
+1
2010-10-17
Merge branch 'master' of git://git.denx.de/u-boot-arm
Wolfgang Denk
1
-7
/
+10
2010-10-14
env_mmc: fix cannot save env issue
Lei Wen
1
-1
/
+12
2010-10-13
env_mmc: Fix crashing bug encountered after enabling ARM relocation
Steve Sakoman
1
-7
/
+10
2010-10-07
env_mmc: Fix broken build due to set_default_env() change
Steve Sakoman
1
-2
/
+1
2010-09-19
Save environment data to mmc.
Terry Lv
1
-0
/
+153