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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-24
common: Move hang() to the same header as panic()
Simon Glass
24
-0
/
+24
2020-01-24
common: Move RAM-sizing functions to init.h
Simon Glass
6
-0
/
+6
2020-01-24
common: Rename and move source()
Simon Glass
1
-1
/
+1
2020-01-24
common: Move the image globals into image.h
Simon Glass
1
-0
/
+1
2020-01-24
image: Rename load_addr, save_addr, save_size
Simon Glass
1
-3
/
+3
2020-01-24
common: Move reset_cpu() to the CPU header
Simon Glass
3
-0
/
+3
2020-01-24
common: Move get_tbclk() to time.h
Simon Glass
1
-0
/
+1
2020-01-24
common: Move clock functions into a new file
Simon Glass
7
-0
/
+7
2020-01-24
common: Move ll_boot_init() to init.h
Simon Glass
2
-0
/
+2
2020-01-24
common: Drop floppy disk support
Simon Glass
3
-107
/
+1
2020-01-16
Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
4
-70
/
+39
2020-01-16
Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
6
-220
/
+314
2020-01-16
mmc: add mmc and sd support for MT7622
Sam Shih
1
-0
/
+10
2020-01-16
power: domain: add power domain support for MT7622
Sam Shih
1
-0
/
+6
2020-01-16
clk: mediatek: fix clock-rate overflow problem
Sam Shih
1
-3
/
+3
2020-01-16
clk: mediatek: add driver for MT7622
Sam Shih
2
-0
/
+679
2020-01-16
pinctrl: mediatek: add support for different pinctrl
Sam Shih
7
-19
/
+125
2020-01-16
pinctrl: mediatek: add driver for MT7622
Sam Shih
3
-0
/
+757
2020-01-16
phy: phy-mtk-tphy: make ref clock optional
Chunfeng Yun
1
-1
/
+2
2020-01-16
phy: phy-mtk-tphy: remove the check of -ENOSYS
Chunfeng Yun
1
-2
/
+1
2020-01-16
clk: fixed_rate: add dummy enable() function
Chunfeng Yun
1
-0
/
+7
2020-01-16
clk: add APIs to get (optional) clock by name without a device
Chunfeng Yun
1
-0
/
+28
2020-01-16
clk: check valid clock by clk_valid()
Chunfeng Yun
1
-8
/
+8
2020-01-16
clk: fix error check for devm_clk_get_optional()
Chunfeng Yun
1
-1
/
+1
2020-01-16
clk: mediatek: mt7629: add support for ssusbsys
Chunfeng Yun
1
-0
/
+42
2020-01-16
mmc: mtk-sd: fix hang when data read quickly
mingming lee
1
-5
/
+1
2020-01-16
mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCs
mingming lee
1
-33
/
+101
2020-01-16
pinctrl: mediatek: add driver for MT8512
mingming lee
3
-0
/
+392
2020-01-16
clk: mediatek: add configurable pcw_chg_reg/ibits/fmin to mtk_pll
mingming lee
2
-8
/
+20
2020-01-16
clk: mediatek: add set_clr_upd mux type flow
mingming lee
2
-11
/
+55
2020-01-16
clk: mediatek: add driver support for MT8512
mingming lee
2
-0
/
+874
2020-01-16
mmc: config help typo fix
Joel Johnson
1
-1
/
+1
2020-01-16
mmc: add additional quirk for APP_CMD retry
Joel Johnson
1
-1
/
+16
2020-01-16
Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usage
Yangbo Lu
2
-19
/
+22
2020-01-16
mmc: fsl_esdhc: drop useless fdt fixup
Yangbo Lu
1
-9
/
+0
2020-01-16
mmc: fsl_esdhc_imx: drop QorIQ eSDHC specific peripheral clock code
Yangbo Lu
1
-40
/
+0
2020-01-16
Add dependencies for MALLOC_F and OF_LIBFDT
Sean Anderson
1
-0
/
+3
2020-01-16
Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA
Vignesh Raghavendra
1
-1
/
+1
2020-01-15
mmc: fsl_esdhc: add compatible for fsl, imxrt-usdhc
Giulio Benetti
2
-2
/
+3
2020-01-15
mmc: fsl_esdhc: make if(CONFIG_IS_ENABLED(CLK)) an #if statement
Giulio Benetti
1
-19
/
+19
2020-01-15
ram: add SDRAM driver for i.MXRT SoCs
Giulio Benetti
3
-0
/
+449
2020-01-15
serial_lpuart: add support for i.MXRT
Giulio Benetti
1
-4
/
+11
2020-01-15
serial_lpuart: add clock enable if CONFIG_CLK is defined
Giulio Benetti
1
-0
/
+16
2020-01-15
gpio: mxc_gpio: add support for i.MXRT1050
Giulio Benetti
1
-3
/
+4
2020-01-15
pinctrl: add i.MXRT driver
Giulio Benetti
3
-0
/
+55
2020-01-15
clk: imx: add i.IMXRT1050 clk driver
Giulio Benetti
3
-0
/
+310
2020-01-15
clk: imx: pfd: add set_rate()
Giulio Benetti
1
-0
/
+22
2020-01-15
clk: imx: pllv3: add support for PLLV3_AV type
Giulio Benetti
1
-0
/
+76
2020-01-15
clk: imx: pllv3: add PLLV3_SYS support
Giulio Benetti
1
-0
/
+53
2020-01-15
clk: imx: pllv3: add set_rate() support
Giulio Benetti
1
-0
/
+27
[next]