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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-14
common: Add support for environment file in EXT4.
Stuart Longland
2
-0
/
+129
2016-03-08
malloc: remove !gd handling
Stephen Warren
1
-1
/
+1
2016-02-26
timer: Set up the real timer after driver model is available
Simon Glass
2
-2
/
+18
2016-02-26
Revert "image-fit: Fix signature checking"
Simon Glass
1
-3
/
+8
2016-02-26
image: Correct the OS location code to work on sandbox
Simon Glass
2
-1
/
+6
2016-02-19
spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS
Guillaume GARDET
1
-1
/
+1
2016-02-15
tools: fix env_flags build
Lubomir Rintel
1
-0
/
+1
2016-02-12
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
1
-0
/
+8
2016-02-11
dm: video: Add a temporary work-around for old stdout var
Simon Glass
1
-0
/
+8
2016-02-10
Revert "common/memsize.c: Simplify RAM size detection"
Hans de Goede
1
-21
/
+26
2016-02-08
Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.
David Müller (ELSOFT AG)
4
-118
/
+0
2016-02-08
board_r: fix a typo in comment block
Masahiro Yamada
1
-1
/
+1
2016-02-08
image: fix getenv_bootm_size() function again
Masahiro Yamada
1
-8
/
+13
2016-02-08
malloc: solve dead code issue in memalign()
Stephen Warren
1
-1
/
+1
2016-02-08
common/memsize.c: Simplify RAM size detection
Eddy Petrișor
1
-26
/
+21
2016-02-08
hush: Add rudimentary support for PS1 and PS2
Marek Vasut
1
-0
/
+10
2016-02-08
hush: Pull out U-Boot prompt display and read functionality
Marek Vasut
1
-5
/
+16
2016-02-08
tools: env validate: pass values as 0-based array
Andreas Fenkart
1
-7
/
+7
2016-02-08
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
Tom Rini
3
-3
/
+3
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
3
-3
/
+3
2016-02-05
autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set
Stefan Roese
1
-2
/
+2
2016-02-02
malloc: work around some memalign fragmentation issues
Stephen Warren
1
-0
/
+22
2016-01-27
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
1
-0
/
+29
2016-01-27
dm: env_sf: fix saveenv() to use driver model
Gong Qianyu
1
-0
/
+29
2016-01-26
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
1
-1
/
+15
2016-01-26
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
1
-1
/
+1
2016-01-26
usb: kbd: Prevent out of bound access
Marek Vasut
1
-1
/
+1
2016-01-25
common/console.c: Remove unused inline functions
Tom Rini
1
-48
/
+0
2016-01-25
env_mmc: support overriding mmc dev from board code
Clemens Gruber
1
-7
/
+12
2016-01-25
bootm: fix size arg of flush_cache() in bootm_load_os().
Purna Chandra Mandal
1
-1
/
+1
2016-01-25
Move all command code into its own directory
Simon Glass
128
-43190
/
+6
2016-01-24
lcd: fix the color testpattern in 16bit mode
Andreas Neubacher
1
-1
/
+15
2016-01-22
gpio: Warn about invalid GPIOs used with the 'gpio' command
Simon Glass
1
-1
/
+3
2016-01-22
stdio: Correct a build error with driver model
Simon Glass
1
-0
/
+3
2016-01-22
gpio: Allow 's' as an abbreviation for 'status'
Simon Glass
1
-1
/
+1
2016-01-22
dm: pmic: Add 'reg status' to show all regulators
Simon Glass
1
-10
/
+56
2016-01-21
dm: video: sandbox: Convert sandbox to use driver model for video
Simon Glass
1
-11
/
+0
2016-01-21
dm: stdio: video: Plumb the video uclass into stdio
Simon Glass
1
-4
/
+15
2016-01-21
dm: video: Implement the bmp command for driver model
Simon Glass
1
-1
/
+21
2016-01-21
dm: common: Add memory reservation for the video uclass
Simon Glass
1
-12
/
+35
2016-01-21
common: Move LCD and video memory reservation together
Simon Glass
1
-14
/
+14
2016-01-21
dm: lcd: Avoid using the lcd.h header file with driver model
Simon Glass
1
-0
/
+2
2016-01-21
Revert "fdt_support: Add multi-serial support for stdout fixup"
Bin Meng
1
-15
/
+1
2016-01-21
usb: Define USB_MAX_STOR_DEV in only one place
Simon Glass
1
-1
/
+0
2016-01-21
sandbox: Support the bmp command
Simon Glass
1
-5
/
+8
2016-01-21
i2c: Correct command return values
Simon Glass
1
-2
/
+4
2016-01-19
Add more SPDX-License-Identifier tags
Tom Rini
2
-14
/
+2
2016-01-19
image: fix getenv_bootm_size() function
Masahiro Yamada
1
-2
/
+2
2016-01-16
common: usb: fix checking condition
Peng Fan
1
-1
/
+1
2016-01-15
x86: Fix board init breakage
Simon Glass
1
-1
/
+1
[prev]
[next]