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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-24
common: Rename and move source()
Simon Glass
2
-3
/
+12
2020-01-24
common: Move the image globals into image.h
Simon Glass
2
-4
/
+4
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
2
-2
/
+2
2020-01-24
common: Move reset_misc() function to arch header
Simon Glass
1
-1
/
+0
2020-01-24
common: Move get_tbclk() to time.h
Simon Glass
2
-1
/
+2
2020-01-24
common: Move clock functions into a new file
Simon Glass
2
-5
/
+14
2020-01-24
common: Move upmconfig() to ppc.h
Simon Glass
1
-1
/
+0
2020-01-24
common: Move ll_boot_init() to init.h
Simon Glass
2
-7
/
+7
2020-01-24
common: arm: Move s_init() to an ARM-specific header
Simon Glass
1
-2
/
+0
2020-01-24
common: Move device-tree setup functions to fdt_support.h
Simon Glass
2
-12
/
+14
2020-01-24
common: Move type declarations to linux/types.h
Simon Glass
2
-4
/
+4
2020-01-24
common: Drop the symbol_lookup() declaration
Simon Glass
1
-3
/
+0
2020-01-24
common: Drop CONFIG_HAS_POST
Simon Glass
1
-4
/
+0
2020-01-24
common: Drop CONFIG_POST_STD/ALT_LIST
Simon Glass
1
-3
/
+0
2020-01-24
common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h
Simon Glass
2
-4
/
+4
2020-01-24
common: Move reset_phy() to net.h
Simon Glass
2
-3
/
+8
2020-01-24
common: Drop floppy disk support
Simon Glass
2
-234
/
+0
2020-01-24
common: Move jumptable_init() out of common.h
Simon Glass
2
-3
/
+3
2020-01-24
common: Move relocate_code() to init.h
Simon Glass
2
-6
/
+10
2020-01-24
common: Move functions for loading from fat/ext2 to fs.h
Simon Glass
2
-6
/
+22
2020-01-24
common: Move do_tftpb() to net.h
Simon Glass
2
-3
/
+11
2020-01-24
common: Move embedded fdt location to fdtdec.h
Simon Glass
2
-3
/
+3
2020-01-24
common: Drop checkflash() and checkdram()
Simon Glass
1
-2
/
+0
2020-01-24
common: Move flash_perror() to flash.h
Simon Glass
2
-3
/
+7
2020-01-24
common: Move main_loop() to init.h
Simon Glass
2
-3
/
+7
2020-01-24
common: Drop mdm_init()
Simon Glass
1
-1
/
+0
2020-01-17
u-boot: fit: add support to decrypt fit with aes
Philippe Reynes
2
-0
/
+25
2020-01-17
mkimage: fit: add support to encrypt image with aes
Philippe Reynes
2
-0
/
+94
2020-01-17
aes: add support of aes192 and aes256
Philippe Reynes
1
-11
/
+23
2020-01-17
aes: add a define for the size of a block
Philippe Reynes
1
-2
/
+3
2020-01-16
Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
4
-3
/
+1
2020-01-16
Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
4
-5
/
+34
2020-01-16
Add support for MT7622 reference board
Sam Shih
1
-0
/
+46
2020-01-16
clk: mediatek: add driver for MT7622
Sam Shih
1
-0
/
+271
2020-01-16
clk: add APIs to get (optional) clock by name without a device
Chunfeng Yun
1
-0
/
+40
2020-01-16
ARM: MediaTek: add basic support for MT8512 boards
mingming lee
1
-0
/
+60
2020-01-16
clk: mediatek: add driver support for MT8512
mingming lee
1
-0
/
+197
2020-01-16
mmc: add additional quirk for APP_CMD retry
Joel Johnson
1
-0
/
+1
2020-01-16
powerpc/mpc85xx: drop eSDHC periperhal clock code
Yangbo Lu
3
-3
/
+0
2020-01-16
Include missing headers for asm-generic/sections.h
Sean Anderson
1
-0
/
+2
2020-01-16
dma: Add stub of dma_memcpy and dma_get_device
Vignesh Raghavendra
1
-0
/
+11
2020-01-15
imx: imxrt1050-evk: Add support for the NXP i.MXRT1050-EVK
Giulio Benetti
1
-0
/
+46
2020-01-15
ram: add SDRAM driver for i.MXRT SoCs
Giulio Benetti
1
-0
/
+100
2020-01-15
serial_lpuart: add support for i.MXRT
Giulio Benetti
1
-1
/
+2
2020-01-15
ARM: dts: imxrt1050: add dtsi file
Giulio Benetti
1
-0
/
+993
2020-01-15
clk: imx: add i.IMXRT1050 clk driver
Giulio Benetti
1
-0
/
+65
2020-01-15
pico-imx7d: Convert to DM_ETH
Joris Offouga
1
-11
/
+0
2020-01-15
imx: add imx8x based deneb board
Anatolij Gustschin
1
-0
/
+19
2020-01-15
imx: add imx8x capricorn giedi board
Anatolij Gustschin
4
-0
/
+424
[next]