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
2017-11-28
spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabled
Tom Rini
1
-1
/
+0
2017-11-26
spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size
Philipp Tomsich
2
-3
/
+33
2017-11-26
spl: atf: drop the SPL_ATF_TEXT_BASE configuration item
Philipp Tomsich
1
-6
/
+0
2017-11-26
spl: rename config item SPL_ATF_SUPPORT to SPL_ATF
Philipp Tomsich
2
-2
/
+2
2017-11-26
spl: atf: introduce spl_invoke_atf and make bl31_entry private
Philipp Tomsich
2
-13
/
+82
2017-11-26
spl: fit: implement recording of loadables into /fit-images
Philipp Tomsich
1
-14
/
+81
2017-11-26
spl: fit: implement fdt_record_loadable
Philipp Tomsich
1
-0
/
+39
2017-11-26
spl: fit: simplify logic for FDT loading for non-OS boots
Philipp Tomsich
1
-30
/
+56
2017-11-26
image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted Firmware
Philipp Tomsich
1
-0
/
+1
2017-11-21
thermal: ti-bandgap: Add support for temperature sensor
Faiz Abbas
1
-0
/
+8
2017-11-21
malloc: don't compare pointers to 0
Heinrich Schuchardt
1
-5
/
+9
2017-11-20
Merge git://git.denx.de/u-boot-dm
Tom Rini
1
-1
/
+1
2017-11-18
Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND
Tom Rini
1
-0
/
+17
2017-11-17
SPL: fix printing of image name
André Draszik
1
-1
/
+1
2017-11-13
Revert "console: simplify puts()"
Soeren Moch
1
-2
/
+42
2017-11-07
spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchip
Kever Yang
1
-1
/
+2
2017-11-06
image-sig: use designated initializers for algorithm
Masahiro Yamada
1
-22
/
+22
2017-11-06
stm32: fix STMicroelectronics copyright
Patrice Chotard
1
-1
/
+2
2017-10-16
common: Remove genimg_get_image()
Tuomas Tynkkynen
3
-33
/
+0
2017-10-16
Drop CONFIG_HAS_DATAFLASH
Tuomas Tynkkynen
2
-77
/
+0
2017-10-12
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
1
-1
/
+9
2017-10-09
spl: fix assignment of board info to global data
York Sun
1
-1
/
+9
2017-10-06
fit: If no matching config is found in fit_find_config_node(), use the defaul...
Jean-Jacques Hiblot
1
-0
/
+20
2017-10-06
fit: fixed bug in locate_dtb_in_fit()
Jean-Jacques Hiblot
1
-1
/
+1
2017-10-06
fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()
Jean-Jacques Hiblot
1
-2
/
+2
2017-10-06
dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
Jean-Jacques Hiblot
2
-17
/
+1
2017-10-05
common: Drop LOGLEVEL to 4
Tom Rini
1
-1
/
+1
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
6
-32
/
+32
2017-10-04
printk: collect printk stuff into <linux/printk.h> with loglevel support
Masahiro Yamada
1
-0
/
+21
2017-10-02
Merge git://git.denx.de/u-boot-usb
Tom Rini
3
-22
/
+41
2017-10-01
usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()
Bin Meng
1
-1
/
+1
2017-10-01
usb: hub: Clear BH reset status change for a 3.0 hub
Bin Meng
1
-0
/
+6
2017-10-01
usb: hub: Clear port reset before usb_hub_port_connect_change()
Bin Meng
1
-5
/
+5
2017-10-01
usb: Read device descriptor after device is addressed for xHCI
Bin Meng
1
-0
/
+11
2017-10-01
usb: Only get 64 bytes device descriptor for full speed devices
Bin Meng
1
-14
/
+15
2017-10-01
usb: Handle audio extension endpoint descriptor in usb_parse_config()
Bin Meng
1
-2
/
+3
2017-09-29
TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default value
Tom Rini
1
-0
/
+1
2017-09-29
spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()
Seung-Woo Kim
1
-2
/
+3
2017-09-27
dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled
Bin Meng
1
-2
/
+17
2017-09-27
usb: storage: Refactor to use max_xfer_blk from struct us_data
Bin Meng
1
-19
/
+30
2017-09-22
spl: Fix compiling warning on gunzip argument
York Sun
1
-1
/
+4
2017-09-22
spl: stash bootstage info before jump to next stage
Kever Yang
1
-7
/
+7
2017-09-18
bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPL
Philipp Tomsich
1
-1
/
+1
2017-09-17
Merge git://git.denx.de/u-boot-x86
Tom Rini
3
-12
/
+13
2017-09-16
bootstage: Provide a separate record count setting for SPL
Simon Glass
2
-3
/
+10
2017-09-16
bootstage: Drop unused options
Simon Glass
2
-10
/
+1
2017-09-16
board_f: Drop the timer after relocation
Simon Glass
1
-0
/
+3
2017-09-15
fit: Introduce methods for applying overlays on fit-load
Pantelis Antoniou
2
-8
/
+180
2017-09-15
fit: Do not throw away extra configuration on fit_image_load()
Pantelis Antoniou
1
-4
/
+7
2017-09-15
fit: Allow multiple images per property
Pantelis Antoniou
1
-3
/
+15
[next]