summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-04-23board: starfive: copyright: Standardize the copyright formatYanhong Wang29-30/+31
Unify the content format of the copyright section Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com>
2023-04-20Merge tag 'JH7110_515_SDK_v4.8.1' into vf2-develAndy Hu1-5/+2
version JH7110_515_SDK_v4.8.1 for JH7110 EVB board 1. u-boot: Merge branch 'CR_4747_remove_cycles_pmu_dts_minda' into 'jh7110-master'
2023-04-20net: phy: motorcomm: add Pad Drive Strength CfgSamin Guo1-2/+20
YT8531 supports Pad Drive Strength configuration. Including rx_data/rx_clk, etc. Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-04-19Merge branch 'CR_4747_remove_cycles_pmu_dts_minda' into 'jh7110-master'andy.hu1-5/+2
CR_4747 dts: pmu: remove pmu dts stall cycles config. See merge request sdk/u-boot!50
2023-04-14Merge tag 'JH7110_515_SDK_v4.8.0' into vf2-develAndy Hu1-1/+2
version JH7110_515_SDK_v4.8.0 for JH7110 EVB board 1. u-boot: Merge branch 'CR_4427_DEFCONFIG_yanhong.wang' into 'jh7110-master'
2023-04-12Merge branch 'CR_4427_DEFCONFIG_yanhong.wang' into 'jh7110-master'andy.hu1-1/+2
CR 4427 configs: starfive: Enable CONFIG_OF_SEPARATE configuration See merge request sdk/u-boot!47
2023-04-10dts: pmu: remove pmu dts stall cycles config.Minda Chen1-5/+2
class 8 and class9 cpu stall cycles hwcounter is not supported in U74. delete the configuration. Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
2023-04-07Merge branch 'CR_4563_memcpy_samin.guo' into 'vf2-devel'andy.hu2-29/+24
CR4563: Configure the l2 prefetcher parameter See merge request sbc/u-boot!47
2023-04-07Merge branch 'CR_3910_Modify_cpu_vol_mason.huo' into 'vf2-devel'andy.hu2-8/+20
CR_3910 Modify cpu voltage set commands See merge request sbc/u-boot!48
2023-04-07Merge tag 'JH7110_515_SDK_v4.7.0' into vf2-develah4-40/+133
version JH7110_515_SDK_v4.7.0 for JH7110 EVB board 1. #3910: u-boot: update cpu voltage set commands per binning information from OTP 2. #4563: u-boot: configure the l2 prefetcher
2023-04-07Merge branch 'CR_4563_memcpy_samin.guo' into 'jh7110-master'andy.hu3-22/+103
CR4563:Configure the l2 prefetcher parameter See merge request sdk/u-boot!48
2023-04-07Merge branch 'CR_3910_Modify_cpu_vol_mason.huo' into 'jh7110-master'andy.hu2-18/+30
CR_3910 Modify cpu voltage set commands See merge request sdk/u-boot!49
2023-04-07board: starfive: jh7110: Modify cpu voltage set commandsMason Huo2-18/+30
Update the cpu voltage set commands per binning information from OTP. Signed-off-by: Mason Huo <mason.huo@starfivetech.com>
2023-04-07board: starfive: jh7110: Modify cpu voltage set commandsMason Huo4-26/+50
Update the cpu voltage set commands per binning information from OTP. Signed-off-by: Mason Huo <mason.huo@starfivetech.com>
2023-04-04riscv: dts: jh7110: Add L2 pretcher configurationSamin Guo1-0/+10
Add L2 pretcher configuration for starfive jh7110 SoC. Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-04-04cache: sifive: Configure the l2 prefetcher parameterSamin Guo1-0/+93
The default configuration of the SIFIVE L2 Prefetcher may not be the best combination on the JH7110, and some parameters need to be modified to achieve the best performance. Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-04-03board: starfive: jh7110-vf2: remove l2 pretcher in borad cfgSamin Guo1-22/+0
It should be configured in L2. Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-04-03riscv: starfive: jh7110: add check_eeprom_dram_infoSamin Guo1-2/+19
Make sure that the read DDR information is a valid value Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-04-03riscv: jh7110: dram: only read a byte data from eeprom.Samin Guo1-6/+6
only read a byte data from eeprom. Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-04-03board: starfive: jh7110-evb: remove l2 pretcher in borad cfgSamin Guo1-22/+0
It should be configured in L2. Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-03-30Merge tag 'JH7110_515_SDK_v4.6.0' into vf2-develAndy Hu2-2/+20
1. #4446: u-boot: fix the crash problem when using gpio cmd for pinctrl
2023-03-30Merge branch 'CR_2913_boot_shanlong.li' into 'vf2-devel'andy.hu1-17/+32
CR_2913: configs: starfive: add nvme boot command See merge request sbc/u-boot!43
2023-03-30Merge branch 'CR_4446_pinctrl_hal.feng' into 'jh7110-master'andy.hu2-2/+20
CR 4446 pinctrl hal.feng See merge request sdk/u-boot!46
2023-03-30configs: starfive: add nvme boot commandshanlong.li1-17/+32
add nvme boot command Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
2023-03-30configs: starfive: Enable CONFIG_OF_SEPARATE configurationYanhong Wang1-1/+2
Modify the mode of the DTB for DT Control from Embedded to separated. Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com>
2023-03-28riscv: dts: starfive: Add gpio-controller for the gpio nodeHal Feng1-0/+2
Add gpio-controller for node gpio and gpioa. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
2023-03-28pinctrl: starfive: Add .get_function ops for the gpio driverHal Feng1-0/+16
Support getting direction of gpio. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
2023-03-28pinctrl: starfive: Fix the crash problem when using gpio cmdHal Feng1-2/+2
starfive_pinctrl_priv struct is a priv of the parent device (pinctrl device), not the gpio device. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
2023-03-21Merge branch 'CR_4253_vf2_515_hdmi_pin_keith.zhao' into 'vf2-devel'VF2_v2.11.5andy.hu1-10/+1
display: update hdmi pin config See merge request sbc/u-boot!46
2023-03-21display: update hdmi pin configkeith.zhao1-10/+1
delete the hdmi i2c pin which is unused Signed-off-by: keith <keith.zhao@starfivetech.com>
2023-03-20Merge tag 'JH7110_515_SDK_v4.5.2' into vf2-develAndy Hu1-0/+0
version JH7110_515_SDK_v4.5.2 for JH7110 EVB board 1. #3499: freelight-u-sdk: u-boot: enable framebuffer console 2. #4136: u-boot: reduce uboot logo picture size
2023-03-20Merge branch 'CR_4155_vf2_515_uboot_reset_keith.zhao' into 'vf2-devel'andy.hu2-68/+4
CR 4155 pmic: axp15060pmic reset fail See merge request sbc/u-boot!44
2023-03-20Merge branch 'CR_3499_vout_console_Andy.Hu' into 'vf2-devel'andy.hu1-1/+1
CR_3499: defconfig: enable framebuffer console See merge request sbc/u-boot!45
2023-03-20defconfig: enable framebuffer consoleAndy Hu1-1/+1
modify configs/starfive_visionfive2_defconfig to enable console to tty1 CONFIG_BOOTARGS="console=tty1 console=ttyS0,115200 ......" Signed-off-by: Andy Hu <andy.hu@starfivetech.com> Signed-off-by: keith.zhao<keith.zhao@statfivetech.com>
2023-03-20Merge branch 'CR_4136_evb_515_uboot_logo_keith.zhao' into 'jh7110-master'andy.hu1-0/+0
display: resize the bmp logo See merge request sdk/u-boot!45
2023-03-20display: resize the bmp logokeith.zhao1-0/+0
reduce the bmp size as the uboot partttion is 4M Signed-off-by: keith <keith.zhao@starfivetech.com>
2023-03-20pmic: axp15060pmic reset failkeith.zhao2-68/+4
it is caused by evb pmic module merger to vf2 no need to do this revert it now Signed-off-by: keith <keith.zhao@starfivetech.com>
2023-03-19Merge branch 'CR_4117_vf2_sysboot_add_cpuvolset' into 'vf2-devel'andy.hu1-0/+1
CR_4117: Added cpu_vol_set to distro sysboot flow See merge request sbc/u-boot!42
2023-03-19Merge branch 'CR_3910_Add_cpu_vol_mason.huo' into 'vf2-devel'andy.hu2-2/+23
CR_3910 board: starfive: jh7110: Add 1.1 & 1.02v max cpu voltage See merge request sbc/u-boot!39
2023-03-19Merge tag 'JH7110_515_SDK_v4.5.1' into vf2-develAndy Hu5-6/+61
version JH7110_515_SDK_v4.5.1 for JH7110 EVB board 1. #4094: u-boot: update uboot logo display function 2. #3910: u-boot: add 1.1 & 1.02v max cpu voltage to enhance cpu binning voltage type
2023-03-17Merge branch 'vf2-devel-merging-sdk' into 'vf2-devel'andy.hu41-100/+5136
CR_3691 riscv: sync uboot logo between evb and vf2 See merge request sbc/u-boot!40
2023-03-17Merge branch 'CR_4094_evb_515_uboot_logo_keith.zhao' into 'jh7110-master'andy.hu4-2/+13
CR_4094 display: update uboot logo display function: See merge request sdk/u-boot!42
2023-03-17CR_4094 display: update uboot logo display function:keith.zhao4-2/+13
2023-03-17Merge branch 'CR_3499_vout_console_515_changhuang.liang' into 'jh7110-master'andy.hu2-2/+2
CR_3499_vout_console_515_changhuang.liang configs: starfive_visionfive_defconfig: Enable console to tty1 See merge request sdk/u-boot!44
2023-03-17configs: starfive_visionfive_defconfig: Enable console to tty1Changhuang Liang2-2/+2
Enable console to tty1. Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
2023-03-17Merge branch 'CR_4082_apply_csr_patch_Andy.Hu' into 'jh7110-master'andy.hu2-3/+36
CR_4082: riscv: Fix build against binutils 2.38 See merge request sdk/u-boot!43
2023-03-17Merge branch 'CR_3910_Add_cpu_vol_mason.huo' into 'jh7110-master'andy.hu2-2/+24
CR_3910 board: starfive: jh7110: Add 1.1 & 1.02v max cpu voltage See merge request sdk/u-boot!40
2023-03-17display: update uboot logo display bmp filekeith.zhao2-3/+3
replace the display bmp required by sales Signed-off-by: keith <keith.zhao@starfivetech.com>
2023-03-17riscv: dts: starfive: change i2c2 gpio pinkeith.zhao1-4/+4
change i2c2 pin 11,9 to 3,2 , it is diff from evb Signed-off-by: keith <keith.zhao@starfivetech.com>
2023-03-17Added cpu_vol_set to distro sysboot flowClement1-0/+1
Signed-off-by: Clement <clement@starfivetech.com>