mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
Xilinx chnages for v2023.04-rc1
makefile: - Add multi_dtb_fit dependency clk: - Handle error cases microblaze: - Disable falcon mode and cleanup code around xilinx: - Enable regular expression matching in board_fit_config_name_match() - Fix FRU handling for 0xC1 format - Fix Xilinx legacy format eeprom parsing zynqmp: - Some DT updates/cleanups - Fix IDcode for xck24 - Remove empty mini config files - Add support for k24 versal: - Remove empty mini config files versal_net: - Setup timer when runs in EL3 - Build u-boot.elf for mini configurations zynq-gem: - Add support for new compatible strings - Remove support for Avnet Ultrazedev SOM - Handle SGMII with PCS phy spi: - Add support for gigadevice parts misc: - Remove CONFIG_TARGET_VENUS ifdef - Add missing headers to remove sparse warnings -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQQbPNTMvXmYlBPRwx7KSWXLKUoMIQUCY9PmzwAKCRDKSWXLKUoM IYWxAJwNgiXtFT17pBy+1M0JvSWgyvWF3QCfTQG2Krnw0+d65PF5A7UFTDL7SZM= =cMrc -----END PGP SIGNATURE----- Merge tag 'xilinx-for-v2023.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze Xilinx chnages for v2023.04-rc1 makefile: - Add multi_dtb_fit dependency clk: - Handle error cases microblaze: - Disable falcon mode and cleanup code around xilinx: - Enable regular expression matching in board_fit_config_name_match() - Fix FRU handling for 0xC1 format - Fix Xilinx legacy format eeprom parsing zynqmp: - Some DT updates/cleanups - Fix IDcode for xck24 - Remove empty mini config files - Add support for k24 versal: - Remove empty mini config files versal_net: - Setup timer when runs in EL3 - Build u-boot.elf for mini configurations zynq-gem: - Add support for new compatible strings - Remove support for Avnet Ultrazedev SOM - Handle SGMII with PCS phy spi: - Add support for gigadevice parts misc: - Remove CONFIG_TARGET_VENUS ifdef - Add missing headers to remove sparse warnings
This commit is contained in:
commit
9ddbd70ff9
58 changed files with 1447 additions and 1027 deletions
1
Makefile
1
Makefile
|
@ -1441,6 +1441,7 @@ MKIMAGEFLAGS_u-boot.itb += -B 0x8
|
||||||
ifdef U_BOOT_ITS
|
ifdef U_BOOT_ITS
|
||||||
u-boot.itb: u-boot-nodtb.bin \
|
u-boot.itb: u-boot-nodtb.bin \
|
||||||
$(if $(CONFIG_OF_SEPARATE)$(CONFIG_OF_EMBED)$(CONFIG_SANDBOX),dts/dt.dtb) \
|
$(if $(CONFIG_OF_SEPARATE)$(CONFIG_OF_EMBED)$(CONFIG_SANDBOX),dts/dt.dtb) \
|
||||||
|
$(if $(CONFIG_MULTI_DTB_FIT),$(FINAL_DTB_CONTAINER)) \
|
||||||
$(U_BOOT_ITS) FORCE
|
$(U_BOOT_ITS) FORCE
|
||||||
$(call if_changed,mkfitimage)
|
$(call if_changed,mkfitimage)
|
||||||
$(BOARD_SIZE_CHECK)
|
$(BOARD_SIZE_CHECK)
|
||||||
|
|
|
@ -340,7 +340,6 @@ dtb-$(CONFIG_ARCH_ZYNQ) += \
|
||||||
zynq-zybo-z7.dtb
|
zynq-zybo-z7.dtb
|
||||||
dtb-$(CONFIG_ARCH_ZYNQMP) += \
|
dtb-$(CONFIG_ARCH_ZYNQMP) += \
|
||||||
avnet-ultra96-rev1.dtb \
|
avnet-ultra96-rev1.dtb \
|
||||||
avnet-ultrazedev-cc-v1.0-ultrazedev-som-v1.0.dtb \
|
|
||||||
zynqmp-a2197-revA.dtb \
|
zynqmp-a2197-revA.dtb \
|
||||||
zynqmp-dlc21-revA.dtb \
|
zynqmp-dlc21-revA.dtb \
|
||||||
zynqmp-e-a2197-00-revA.dtb \
|
zynqmp-e-a2197-00-revA.dtb \
|
||||||
|
@ -354,6 +353,8 @@ dtb-$(CONFIG_ARCH_ZYNQMP) += \
|
||||||
zynqmp-mini-emmc1.dtb \
|
zynqmp-mini-emmc1.dtb \
|
||||||
zynqmp-mini-nand.dtb \
|
zynqmp-mini-nand.dtb \
|
||||||
zynqmp-mini-qspi.dtb \
|
zynqmp-mini-qspi.dtb \
|
||||||
|
zynqmp-sm-k24-revA.dtb \
|
||||||
|
zynqmp-smk-k24-revA.dtb \
|
||||||
zynqmp-sm-k26-revA.dtb \
|
zynqmp-sm-k26-revA.dtb \
|
||||||
zynqmp-smk-k26-revA.dtb \
|
zynqmp-smk-k26-revA.dtb \
|
||||||
zynqmp-sck-kr-g-revA.dtbo \
|
zynqmp-sck-kr-g-revA.dtbo \
|
||||||
|
|
|
@ -1,59 +0,0 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
|
||||||
|
|
||||||
/*
|
|
||||||
* UltraZed-EV Carrier Card v1 (based on the UltraZed-EV SoM)
|
|
||||||
* http://ultrazed.org/product/ultrazed-ev-carrier-card
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
|
|
||||||
#include "avnet-ultrazedev-som-v1.0.dtsi"
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Avnet UltraZed EV Carrier Card v1.0";
|
|
||||||
compatible = "avnet,ultrazedev-cc-v1.0-ultrazedev-som-v1.0",
|
|
||||||
"xlnx,zynqmp";
|
|
||||||
chosen {
|
|
||||||
stdout-path = "serial0:115200n8";
|
|
||||||
};
|
|
||||||
aliases {
|
|
||||||
ethernet0 = &gem3;
|
|
||||||
nvmem0 = &eeprom;
|
|
||||||
serial0 = &uart0;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart0 {
|
|
||||||
device_type = "serial";
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&i2c_cc {
|
|
||||||
/* Microchip 24AA025E48T-I/OT: 2K I2C Serial EEPROM with EUI-48 */
|
|
||||||
eeprom: eeprom@51 {
|
|
||||||
compatible = "atmel,24c02";
|
|
||||||
reg = <0x51>;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* IDT Versa Clock 5P49V5935B */
|
|
||||||
vc5: clock-generator@6a {
|
|
||||||
compatible = "idt,5p49v5935";
|
|
||||||
reg = <0x6a>;
|
|
||||||
#clock-cells = <1>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
/* Ethernet RJ-45 */
|
|
||||||
&gem3 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
/* microSD card slot */
|
|
||||||
&sdhci1 {
|
|
||||||
status = "okay";
|
|
||||||
xlnx,mio-bank = <1>;
|
|
||||||
clock-frequency = <199998000>;
|
|
||||||
max-frequency = <50000000>;
|
|
||||||
no-1-8-v;
|
|
||||||
disable-wp;
|
|
||||||
};
|
|
|
@ -1,56 +0,0 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
|
||||||
|
|
||||||
/*
|
|
||||||
* UltraZed-EV SoM v1
|
|
||||||
* http://ultrazed.org/product/ultrazed-ev
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
|
|
||||||
#include "zynqmp.dtsi"
|
|
||||||
#include "zynqmp-clk-ccf.dtsi"
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Avnet UltraZed EV SoM v1.0";
|
|
||||||
compatible = "avnet,ultrazedev-som-v1.0", "xlnx,zynqmp";
|
|
||||||
memory {
|
|
||||||
device_type = "memory";
|
|
||||||
reg = <0x0 0x0 0x0 0x80000000>, /* 2 GB @ offset 0 */
|
|
||||||
<0x8 0x0 0x0 0x80000000>; /* 2 GB @ offset 32GB */
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&i2c1 {
|
|
||||||
clock-frequency = <400000>;
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
i2cswitch@70 {
|
|
||||||
compatible = "nxp,pca9543";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
reg = <0x70>;
|
|
||||||
|
|
||||||
/* I2C connected to Carrier Card via JX3A1/JX3C1 */
|
|
||||||
i2c_cc: i2c@0 {
|
|
||||||
reg = <0>;
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
/* Marvell 88E1512-A0-NNP2I000 Ethernet PHY */
|
|
||||||
&gem3 {
|
|
||||||
phy-mode = "rgmii-id";
|
|
||||||
phy-handle = <&gem3phy>;
|
|
||||||
gem3phy: ethernet-phy@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
/* Micron MTFC8GAKAJCN-4M 8 GB eMMC */
|
|
||||||
&sdhci0 {
|
|
||||||
status = "okay";
|
|
||||||
xlnx,mio-bank = <0>;
|
|
||||||
clock-frequency = <199998000>;
|
|
||||||
};
|
|
|
@ -154,8 +154,6 @@
|
||||||
|
|
||||||
&usb0 {
|
&usb0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
xlnx,usb-polarity = <0>;
|
|
||||||
xlnx,usb-reset-mode = <0>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&dwc3_0 {
|
&dwc3_0 {
|
||||||
|
@ -170,8 +168,6 @@
|
||||||
|
|
||||||
&usb1 {
|
&usb1 {
|
||||||
status = "disabled"; /* Any unknown issue with USB-C */
|
status = "disabled"; /* Any unknown issue with USB-C */
|
||||||
xlnx,usb-polarity = <0>;
|
|
||||||
xlnx,usb-reset-mode = <0>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&dwc3_1 {
|
&dwc3_1 {
|
||||||
|
|
|
@ -303,8 +303,6 @@
|
||||||
|
|
||||||
&usb0 { /* USB0 MIO52-63 */
|
&usb0 { /* USB0 MIO52-63 */
|
||||||
status = "okay";
|
status = "okay";
|
||||||
xlnx,usb-polarity = <0>;
|
|
||||||
xlnx,usb-reset-mode = <0>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&dwc3_0 {
|
&dwc3_0 {
|
||||||
|
|
|
@ -461,8 +461,6 @@
|
||||||
|
|
||||||
&usb0 {
|
&usb0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
xlnx,usb-polarity = <0>;
|
|
||||||
xlnx,usb-reset-mode = <0>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&dwc3_0 {
|
&dwc3_0 {
|
||||||
|
@ -474,8 +472,6 @@
|
||||||
|
|
||||||
&usb1 {
|
&usb1 {
|
||||||
status = "disabled"; /* not at mem board */
|
status = "disabled"; /* not at mem board */
|
||||||
xlnx,usb-polarity = <0>;
|
|
||||||
xlnx,usb-reset-mode = <0>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&dwc3_1 {
|
&dwc3_1 {
|
||||||
|
|
|
@ -463,8 +463,6 @@
|
||||||
|
|
||||||
&usb0 {
|
&usb0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
xlnx,usb-polarity = <0>;
|
|
||||||
xlnx,usb-reset-mode = <0>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&dwc3_0 {
|
&dwc3_0 {
|
||||||
|
@ -476,8 +474,6 @@
|
||||||
|
|
||||||
&usb1 {
|
&usb1 {
|
||||||
status = "disabled"; /* not at mem board */
|
status = "disabled"; /* not at mem board */
|
||||||
xlnx,usb-polarity = <0>;
|
|
||||||
xlnx,usb-reset-mode = <0>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&dwc3_1 {
|
&dwc3_1 {
|
||||||
|
|
|
@ -457,8 +457,6 @@
|
||||||
|
|
||||||
&usb0 {
|
&usb0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
xlnx,usb-polarity = <0>;
|
|
||||||
xlnx,usb-reset-mode = <0>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&dwc3_0 {
|
&dwc3_0 {
|
||||||
|
@ -470,8 +468,6 @@
|
||||||
|
|
||||||
&usb1 {
|
&usb1 {
|
||||||
status = "disabled"; /* not at mem board */
|
status = "disabled"; /* not at mem board */
|
||||||
xlnx,usb-polarity = <0>;
|
|
||||||
xlnx,usb-reset-mode = <0>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&dwc3_1 {
|
&dwc3_1 {
|
||||||
|
|
|
@ -543,8 +543,6 @@
|
||||||
|
|
||||||
&usb0 {
|
&usb0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
xlnx,usb-polarity = <0>;
|
|
||||||
xlnx,usb-reset-mode = <0>;
|
|
||||||
phy-names = "usb3-phy";
|
phy-names = "usb3-phy";
|
||||||
phys = <&psgtr 1 PHY_TYPE_USB3 0 1>;
|
phys = <&psgtr 1 PHY_TYPE_USB3 0 1>;
|
||||||
};
|
};
|
||||||
|
@ -559,8 +557,6 @@
|
||||||
|
|
||||||
&usb1 {
|
&usb1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
xlnx,usb-polarity = <0>;
|
|
||||||
xlnx,usb-reset-mode = <0>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&dwc3_1 {
|
&dwc3_1 {
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
&{/} {
|
&{/} {
|
||||||
compatible = "xlnx,zynqmp-sk-kr260-revA",
|
compatible = "xlnx,zynqmp-sk-kr260-revA",
|
||||||
"xlnx,zynqmp-sk-kr260", "xlnx,zynqmp";
|
"xlnx,zynqmp-sk-kr260", "xlnx,zynqmp";
|
||||||
|
model = "ZynqMP KR260 revA";
|
||||||
|
|
||||||
ina260-u14 {
|
ina260-u14 {
|
||||||
compatible = "iio-hwmon";
|
compatible = "iio-hwmon";
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
&{/} {
|
&{/} {
|
||||||
compatible = "xlnx,zynqmp-sk-kr260-revB",
|
compatible = "xlnx,zynqmp-sk-kr260-revB",
|
||||||
"xlnx,zynqmp-sk-kr260", "xlnx,zynqmp";
|
"xlnx,zynqmp-sk-kr260", "xlnx,zynqmp";
|
||||||
|
model = "ZynqMP KR260 revB";
|
||||||
|
|
||||||
ina260-u14 {
|
ina260-u14 {
|
||||||
compatible = "iio-hwmon";
|
compatible = "iio-hwmon";
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
"xlnx,zynqmp-sk-kv260-revY",
|
"xlnx,zynqmp-sk-kv260-revY",
|
||||||
"xlnx,zynqmp-sk-kv260-revZ",
|
"xlnx,zynqmp-sk-kv260-revZ",
|
||||||
"xlnx,zynqmp-sk-kv260", "xlnx,zynqmp";
|
"xlnx,zynqmp-sk-kv260", "xlnx,zynqmp";
|
||||||
|
model = "ZynqMP KV260 revA";
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c1 { /* I2C_SCK C23/C24 - MIO from SOM */
|
&i2c1 { /* I2C_SCK C23/C24 - MIO from SOM */
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
compatible = "xlnx,zynqmp-sk-kv260-rev1",
|
compatible = "xlnx,zynqmp-sk-kv260-rev1",
|
||||||
"xlnx,zynqmp-sk-kv260-revB",
|
"xlnx,zynqmp-sk-kv260-revB",
|
||||||
"xlnx,zynqmp-sk-kv260", "xlnx,zynqmp";
|
"xlnx,zynqmp-sk-kv260", "xlnx,zynqmp";
|
||||||
|
model = "ZynqMP KV260 revB";
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c1 { /* I2C_SCK C23/C24 - MIO from SOM */
|
&i2c1 { /* I2C_SCK C23/C24 - MIO from SOM */
|
||||||
|
|
22
arch/arm/dts/zynqmp-sm-k24-revA.dts
Normal file
22
arch/arm/dts/zynqmp-sm-k24-revA.dts
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
|
/*
|
||||||
|
* dts file for Xilinx ZynqMP SM-K24 RevA
|
||||||
|
*
|
||||||
|
* (C) Copyright 2020 - 2021, Xilinx, Inc.
|
||||||
|
* (C) Copyright 2022, Advanced Micro Devices, Inc.
|
||||||
|
*
|
||||||
|
* Michal Simek <michal.simek@amd.com>
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "zynqmp-sm-k26-revA.dts"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "ZynqMP SM-K24 RevA";
|
||||||
|
compatible = "xlnx,zynqmp-sm-k24-revA", "xlnx,zynqmp-sm-k24",
|
||||||
|
"xlnx,zynqmp";
|
||||||
|
|
||||||
|
memory@0 {
|
||||||
|
device_type = "memory"; /* 2GB */
|
||||||
|
reg = <0 0 0 0x80000000>;
|
||||||
|
};
|
||||||
|
};
|
|
@ -53,7 +53,7 @@
|
||||||
gpio-keys {
|
gpio-keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
autorepeat;
|
autorepeat;
|
||||||
fwuen {
|
key-fwuen {
|
||||||
label = "fwuen";
|
label = "fwuen";
|
||||||
gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
|
||||||
linux,code = <BTN_MISC>;
|
linux,code = <BTN_MISC>;
|
||||||
|
|
21
arch/arm/dts/zynqmp-smk-k24-revA.dts
Normal file
21
arch/arm/dts/zynqmp-smk-k24-revA.dts
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
|
/*
|
||||||
|
* dts file for Xilinx ZynqMP SMK-K24 RevA
|
||||||
|
*
|
||||||
|
* (C) Copyright 2020 - 2021, Xilinx, Inc.
|
||||||
|
* (C) Copyright 2022, Advanced Micro Devices, Inc.
|
||||||
|
*
|
||||||
|
* Michal Simek <michal.simek@amd.com>
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "zynqmp-sm-k24-revA.dts"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "ZynqMP SMK-K24 RevA";
|
||||||
|
compatible = "xlnx,zynqmp-smk-k24-revA", "xlnx,zynqmp-smk-k24",
|
||||||
|
"xlnx,zynqmp";
|
||||||
|
};
|
||||||
|
|
||||||
|
&sdhci0 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
|
@ -49,7 +49,7 @@
|
||||||
gpio-keys {
|
gpio-keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
autorepeat;
|
autorepeat;
|
||||||
sw4 {
|
switch-4 {
|
||||||
label = "sw4";
|
label = "sw4";
|
||||||
gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
|
||||||
linux,code = <KEY_POWER>;
|
linux,code = <KEY_POWER>;
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
gpio-keys {
|
gpio-keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
autorepeat;
|
autorepeat;
|
||||||
sw19 {
|
switch-19 {
|
||||||
label = "sw19";
|
label = "sw19";
|
||||||
gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
|
||||||
linux,code = <KEY_DOWN>;
|
linux,code = <KEY_DOWN>;
|
||||||
|
|
|
@ -16,16 +16,20 @@
|
||||||
|
|
||||||
&gem3 {
|
&gem3 {
|
||||||
phy-handle = <&phyc>;
|
phy-handle = <&phyc>;
|
||||||
phyc: ethernet-phy@c {
|
mdio: mdio {
|
||||||
reg = <0xc>;
|
phyc: ethernet-phy@c {
|
||||||
ti,rx-internal-delay = <0x8>;
|
#phy-cells = <0x1>;
|
||||||
ti,tx-internal-delay = <0xa>;
|
compatible = "ethernet-phy-id2000.a231";
|
||||||
ti,fifo-depth = <0x1>;
|
reg = <0xc>;
|
||||||
ti,dp83867-rxctrl-strap-quirk;
|
ti,rx-internal-delay = <0x8>;
|
||||||
/* reset-gpios = <&tca6416_u97 6 GPIO_ACTIVE_LOW>; */
|
ti,tx-internal-delay = <0xa>;
|
||||||
|
ti,fifo-depth = <0x1>;
|
||||||
|
ti,dp83867-rxctrl-strap-quirk;
|
||||||
|
reset-gpios = <&tca6416_u97 6 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
/* Cleanup from RevA */
|
||||||
|
/delete-node/ ethernet-phy@21;
|
||||||
};
|
};
|
||||||
/* Cleanup from RevA */
|
|
||||||
/delete-node/ ethernet-phy@21;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Fix collision with u61 */
|
/* Fix collision with u61 */
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
gpio-keys {
|
gpio-keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
autorepeat;
|
autorepeat;
|
||||||
sw19 {
|
switch-19 {
|
||||||
label = "sw19";
|
label = "sw19";
|
||||||
gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
|
||||||
linux,code = <KEY_DOWN>;
|
linux,code = <KEY_DOWN>;
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
gpio-keys {
|
gpio-keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
autorepeat;
|
autorepeat;
|
||||||
sw19 {
|
switch-19 {
|
||||||
label = "sw19";
|
label = "sw19";
|
||||||
gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
|
||||||
linux,code = <KEY_DOWN>;
|
linux,code = <KEY_DOWN>;
|
||||||
|
|
|
@ -280,10 +280,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 124 4>;
|
interrupts = <0 124 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <128>;
|
xlnx,bus-width = <128>;
|
||||||
iommus = <&smmu 0x14e8>;
|
iommus = <&smmu 0x14e8>;
|
||||||
power-domains = <&zynqmp_firmware PD_GDMA>;
|
power-domains = <&zynqmp_firmware PD_GDMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fpd_dma_chan2: dma-controller@fd510000 {
|
fpd_dma_chan2: dma-controller@fd510000 {
|
||||||
|
@ -293,10 +293,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 125 4>;
|
interrupts = <0 125 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <128>;
|
xlnx,bus-width = <128>;
|
||||||
iommus = <&smmu 0x14e9>;
|
iommus = <&smmu 0x14e9>;
|
||||||
power-domains = <&zynqmp_firmware PD_GDMA>;
|
power-domains = <&zynqmp_firmware PD_GDMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fpd_dma_chan3: dma-controller@fd520000 {
|
fpd_dma_chan3: dma-controller@fd520000 {
|
||||||
|
@ -306,10 +306,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 126 4>;
|
interrupts = <0 126 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <128>;
|
xlnx,bus-width = <128>;
|
||||||
iommus = <&smmu 0x14ea>;
|
iommus = <&smmu 0x14ea>;
|
||||||
power-domains = <&zynqmp_firmware PD_GDMA>;
|
power-domains = <&zynqmp_firmware PD_GDMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fpd_dma_chan4: dma-controller@fd530000 {
|
fpd_dma_chan4: dma-controller@fd530000 {
|
||||||
|
@ -319,10 +319,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 127 4>;
|
interrupts = <0 127 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <128>;
|
xlnx,bus-width = <128>;
|
||||||
iommus = <&smmu 0x14eb>;
|
iommus = <&smmu 0x14eb>;
|
||||||
power-domains = <&zynqmp_firmware PD_GDMA>;
|
power-domains = <&zynqmp_firmware PD_GDMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fpd_dma_chan5: dma-controller@fd540000 {
|
fpd_dma_chan5: dma-controller@fd540000 {
|
||||||
|
@ -332,10 +332,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 128 4>;
|
interrupts = <0 128 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <128>;
|
xlnx,bus-width = <128>;
|
||||||
iommus = <&smmu 0x14ec>;
|
iommus = <&smmu 0x14ec>;
|
||||||
power-domains = <&zynqmp_firmware PD_GDMA>;
|
power-domains = <&zynqmp_firmware PD_GDMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fpd_dma_chan6: dma-controller@fd550000 {
|
fpd_dma_chan6: dma-controller@fd550000 {
|
||||||
|
@ -345,10 +345,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 129 4>;
|
interrupts = <0 129 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <128>;
|
xlnx,bus-width = <128>;
|
||||||
iommus = <&smmu 0x14ed>;
|
iommus = <&smmu 0x14ed>;
|
||||||
power-domains = <&zynqmp_firmware PD_GDMA>;
|
power-domains = <&zynqmp_firmware PD_GDMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fpd_dma_chan7: dma-controller@fd560000 {
|
fpd_dma_chan7: dma-controller@fd560000 {
|
||||||
|
@ -358,10 +358,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 130 4>;
|
interrupts = <0 130 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <128>;
|
xlnx,bus-width = <128>;
|
||||||
iommus = <&smmu 0x14ee>;
|
iommus = <&smmu 0x14ee>;
|
||||||
power-domains = <&zynqmp_firmware PD_GDMA>;
|
power-domains = <&zynqmp_firmware PD_GDMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fpd_dma_chan8: dma-controller@fd570000 {
|
fpd_dma_chan8: dma-controller@fd570000 {
|
||||||
|
@ -371,10 +371,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 131 4>;
|
interrupts = <0 131 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <128>;
|
xlnx,bus-width = <128>;
|
||||||
iommus = <&smmu 0x14ef>;
|
iommus = <&smmu 0x14ef>;
|
||||||
power-domains = <&zynqmp_firmware PD_GDMA>;
|
power-domains = <&zynqmp_firmware PD_GDMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gic: interrupt-controller@f9010000 {
|
gic: interrupt-controller@f9010000 {
|
||||||
|
@ -411,10 +411,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 77 4>;
|
interrupts = <0 77 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <64>;
|
xlnx,bus-width = <64>;
|
||||||
iommus = <&smmu 0x868>;
|
iommus = <&smmu 0x868>;
|
||||||
power-domains = <&zynqmp_firmware PD_ADMA>;
|
power-domains = <&zynqmp_firmware PD_ADMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lpd_dma_chan2: dma-controller@ffa90000 {
|
lpd_dma_chan2: dma-controller@ffa90000 {
|
||||||
|
@ -424,10 +424,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 78 4>;
|
interrupts = <0 78 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <64>;
|
xlnx,bus-width = <64>;
|
||||||
iommus = <&smmu 0x869>;
|
iommus = <&smmu 0x869>;
|
||||||
power-domains = <&zynqmp_firmware PD_ADMA>;
|
power-domains = <&zynqmp_firmware PD_ADMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lpd_dma_chan3: dma-controller@ffaa0000 {
|
lpd_dma_chan3: dma-controller@ffaa0000 {
|
||||||
|
@ -437,10 +437,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 79 4>;
|
interrupts = <0 79 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <64>;
|
xlnx,bus-width = <64>;
|
||||||
iommus = <&smmu 0x86a>;
|
iommus = <&smmu 0x86a>;
|
||||||
power-domains = <&zynqmp_firmware PD_ADMA>;
|
power-domains = <&zynqmp_firmware PD_ADMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lpd_dma_chan4: dma-controller@ffab0000 {
|
lpd_dma_chan4: dma-controller@ffab0000 {
|
||||||
|
@ -450,10 +450,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 80 4>;
|
interrupts = <0 80 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <64>;
|
xlnx,bus-width = <64>;
|
||||||
iommus = <&smmu 0x86b>;
|
iommus = <&smmu 0x86b>;
|
||||||
power-domains = <&zynqmp_firmware PD_ADMA>;
|
power-domains = <&zynqmp_firmware PD_ADMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lpd_dma_chan5: dma-controller@ffac0000 {
|
lpd_dma_chan5: dma-controller@ffac0000 {
|
||||||
|
@ -463,10 +463,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 81 4>;
|
interrupts = <0 81 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <64>;
|
xlnx,bus-width = <64>;
|
||||||
iommus = <&smmu 0x86c>;
|
iommus = <&smmu 0x86c>;
|
||||||
power-domains = <&zynqmp_firmware PD_ADMA>;
|
power-domains = <&zynqmp_firmware PD_ADMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lpd_dma_chan6: dma-controller@ffad0000 {
|
lpd_dma_chan6: dma-controller@ffad0000 {
|
||||||
|
@ -476,10 +476,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 82 4>;
|
interrupts = <0 82 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <64>;
|
xlnx,bus-width = <64>;
|
||||||
iommus = <&smmu 0x86d>;
|
iommus = <&smmu 0x86d>;
|
||||||
power-domains = <&zynqmp_firmware PD_ADMA>;
|
power-domains = <&zynqmp_firmware PD_ADMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lpd_dma_chan7: dma-controller@ffae0000 {
|
lpd_dma_chan7: dma-controller@ffae0000 {
|
||||||
|
@ -489,10 +489,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 83 4>;
|
interrupts = <0 83 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <64>;
|
xlnx,bus-width = <64>;
|
||||||
iommus = <&smmu 0x86e>;
|
iommus = <&smmu 0x86e>;
|
||||||
power-domains = <&zynqmp_firmware PD_ADMA>;
|
power-domains = <&zynqmp_firmware PD_ADMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lpd_dma_chan8: dma-controller@ffaf0000 {
|
lpd_dma_chan8: dma-controller@ffaf0000 {
|
||||||
|
@ -502,10 +502,10 @@
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 84 4>;
|
interrupts = <0 84 4>;
|
||||||
clock-names = "clk_main", "clk_apb";
|
clock-names = "clk_main", "clk_apb";
|
||||||
|
#dma-cells = <1>;
|
||||||
xlnx,bus-width = <64>;
|
xlnx,bus-width = <64>;
|
||||||
iommus = <&smmu 0x86f>;
|
iommus = <&smmu 0x86f>;
|
||||||
power-domains = <&zynqmp_firmware PD_ADMA>;
|
power-domains = <&zynqmp_firmware PD_ADMA>;
|
||||||
#dma-cells = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
mc: memory-controller@fd070000 {
|
mc: memory-controller@fd070000 {
|
||||||
|
@ -540,6 +540,7 @@
|
||||||
iommus = <&smmu 0x874>;
|
iommus = <&smmu 0x874>;
|
||||||
power-domains = <&zynqmp_firmware PD_ETH_0>;
|
power-domains = <&zynqmp_firmware PD_ETH_0>;
|
||||||
resets = <&zynqmp_reset ZYNQMP_RESET_GEM0>;
|
resets = <&zynqmp_reset ZYNQMP_RESET_GEM0>;
|
||||||
|
reset-names = "gem0_rst";
|
||||||
};
|
};
|
||||||
|
|
||||||
gem1: ethernet@ff0c0000 {
|
gem1: ethernet@ff0c0000 {
|
||||||
|
@ -554,6 +555,7 @@
|
||||||
iommus = <&smmu 0x875>;
|
iommus = <&smmu 0x875>;
|
||||||
power-domains = <&zynqmp_firmware PD_ETH_1>;
|
power-domains = <&zynqmp_firmware PD_ETH_1>;
|
||||||
resets = <&zynqmp_reset ZYNQMP_RESET_GEM1>;
|
resets = <&zynqmp_reset ZYNQMP_RESET_GEM1>;
|
||||||
|
reset-names = "gem1_rst";
|
||||||
};
|
};
|
||||||
|
|
||||||
gem2: ethernet@ff0d0000 {
|
gem2: ethernet@ff0d0000 {
|
||||||
|
@ -568,6 +570,7 @@
|
||||||
iommus = <&smmu 0x876>;
|
iommus = <&smmu 0x876>;
|
||||||
power-domains = <&zynqmp_firmware PD_ETH_2>;
|
power-domains = <&zynqmp_firmware PD_ETH_2>;
|
||||||
resets = <&zynqmp_reset ZYNQMP_RESET_GEM2>;
|
resets = <&zynqmp_reset ZYNQMP_RESET_GEM2>;
|
||||||
|
reset-names = "gem2_rst";
|
||||||
};
|
};
|
||||||
|
|
||||||
gem3: ethernet@ff0e0000 {
|
gem3: ethernet@ff0e0000 {
|
||||||
|
@ -582,6 +585,7 @@
|
||||||
iommus = <&smmu 0x877>;
|
iommus = <&smmu 0x877>;
|
||||||
power-domains = <&zynqmp_firmware PD_ETH_3>;
|
power-domains = <&zynqmp_firmware PD_ETH_3>;
|
||||||
resets = <&zynqmp_reset ZYNQMP_RESET_GEM3>;
|
resets = <&zynqmp_reset ZYNQMP_RESET_GEM3>;
|
||||||
|
reset-names = "gem3_rst";
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio: gpio@ff0a0000 {
|
gpio: gpio@ff0a0000 {
|
||||||
|
@ -842,7 +846,7 @@
|
||||||
power-domains = <&zynqmp_firmware PD_UART_1>;
|
power-domains = <&zynqmp_firmware PD_UART_1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
usb0: usb0@ff9d0000 {
|
usb0: usb@ff9d0000 {
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
@ -866,7 +870,6 @@
|
||||||
interrupts = <0 65 4>, <0 69 4>, <0 75 4>;
|
interrupts = <0 65 4>, <0 69 4>, <0 75 4>;
|
||||||
iommus = <&smmu 0x860>;
|
iommus = <&smmu 0x860>;
|
||||||
snps,quirk-frame-length-adjustment = <0x20>;
|
snps,quirk-frame-length-adjustment = <0x20>;
|
||||||
snps,refclk_fladj;
|
|
||||||
clock-names = "ref";
|
clock-names = "ref";
|
||||||
snps,enable_guctl1_resume_quirk;
|
snps,enable_guctl1_resume_quirk;
|
||||||
snps,enable_guctl1_ipd_quirk;
|
snps,enable_guctl1_ipd_quirk;
|
||||||
|
@ -875,7 +878,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
usb1: usb1@ff9e0000 {
|
usb1: usb@ff9e0000 {
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
@ -898,7 +901,6 @@
|
||||||
interrupts = <0 70 4>, <0 74 4>, <0 76 4>;
|
interrupts = <0 70 4>, <0 74 4>, <0 76 4>;
|
||||||
iommus = <&smmu 0x861>;
|
iommus = <&smmu 0x861>;
|
||||||
snps,quirk-frame-length-adjustment = <0x20>;
|
snps,quirk-frame-length-adjustment = <0x20>;
|
||||||
snps,refclk_fladj;
|
|
||||||
clock-names = "ref";
|
clock-names = "ref";
|
||||||
snps,enable_guctl1_resume_quirk;
|
snps,enable_guctl1_resume_quirk;
|
||||||
snps,enable_guctl1_ipd_quirk;
|
snps,enable_guctl1_ipd_quirk;
|
||||||
|
@ -934,21 +936,23 @@
|
||||||
interrupt-names = "ams-irq";
|
interrupt-names = "ams-irq";
|
||||||
reg = <0x0 0xffa50000 0x0 0x800>;
|
reg = <0x0 0xffa50000 0x0 0x800>;
|
||||||
reg-names = "ams-base";
|
reg-names = "ams-base";
|
||||||
#address-cells = <2>;
|
#address-cells = <1>;
|
||||||
#size-cells = <2>;
|
#size-cells = <1>;
|
||||||
#io-channel-cells = <1>;
|
#io-channel-cells = <1>;
|
||||||
ranges;
|
ranges = <0 0 0xffa50800 0x800>;
|
||||||
|
|
||||||
ams_ps: ams_ps@ffa50800 {
|
ams_ps: ams_ps@0 {
|
||||||
compatible = "xlnx,zynqmp-ams-ps";
|
compatible = "xlnx,zynqmp-ams-ps";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
reg = <0x0 0xffa50800 0x0 0x400>;
|
reg = <0x0 0x400>;
|
||||||
};
|
};
|
||||||
|
|
||||||
ams_pl: ams_pl@ffa50c00 {
|
ams_pl: ams_pl@400 {
|
||||||
compatible = "xlnx,zynqmp-ams-pl";
|
compatible = "xlnx,zynqmp-ams-pl";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
reg = <0x0 0xffa50c00 0x0 0x400>;
|
reg = <0x400 0x400>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,18 @@ config SYS_CONFIG_NAME
|
||||||
Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
|
Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
|
||||||
will be used for board configuration.
|
will be used for board configuration.
|
||||||
|
|
||||||
|
config COUNTER_FREQUENCY
|
||||||
|
int "Timer clock frequency"
|
||||||
|
default 0
|
||||||
|
help
|
||||||
|
Setup time clock frequency for certain platform
|
||||||
|
|
||||||
|
config IOU_SWITCH_DIVISOR0
|
||||||
|
hex "IOU switch divisor0"
|
||||||
|
default 0x20
|
||||||
|
help
|
||||||
|
Setup time clock divisor for input clock.
|
||||||
|
|
||||||
config SYS_MEM_RSVD_FOR_MMU
|
config SYS_MEM_RSVD_FOR_MMU
|
||||||
bool "Reserve memory for MMU Table"
|
bool "Reserve memory for MMU Table"
|
||||||
help
|
help
|
||||||
|
|
|
@ -8,6 +8,36 @@
|
||||||
#include <linux/bitops.h>
|
#include <linux/bitops.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
struct crlapb_regs {
|
||||||
|
u32 reserved0[67];
|
||||||
|
u32 cpu_r5_ctrl;
|
||||||
|
u32 reserved;
|
||||||
|
u32 iou_switch_ctrl; /* 0x114 */
|
||||||
|
u32 reserved1[13];
|
||||||
|
u32 timestamp_ref_ctrl; /* 0x14c */
|
||||||
|
u32 reserved3[108];
|
||||||
|
u32 rst_cpu_r5;
|
||||||
|
u32 reserved2[17];
|
||||||
|
u32 rst_timestamp; /* 0x348 */
|
||||||
|
};
|
||||||
|
|
||||||
|
struct iou_scntrs_regs {
|
||||||
|
u32 counter_control_register; /* 0x0 */
|
||||||
|
u32 reserved0[7];
|
||||||
|
u32 base_frequency_id_register; /* 0x20 */
|
||||||
|
};
|
||||||
|
|
||||||
|
#define VERSAL_NET_CRL_APB_BASEADDR 0xEB5E0000
|
||||||
|
#define VERSAL_NET_IOU_SCNTR_SECURE 0xEC920000
|
||||||
|
|
||||||
|
#define CRL_APB_TIMESTAMP_REF_CTRL_CLKACT_BIT BIT(25)
|
||||||
|
#define IOU_SWITCH_CTRL_CLKACT_BIT BIT(25)
|
||||||
|
#define IOU_SWITCH_CTRL_DIVISOR0_SHIFT 8
|
||||||
|
#define IOU_SCNTRS_CONTROL_EN 1
|
||||||
|
|
||||||
|
#define crlapb_base ((struct crlapb_regs *)VERSAL_NET_CRL_APB_BASEADDR)
|
||||||
|
#define iou_scntr_secure ((struct iou_scntrs_regs *)VERSAL_NET_IOU_SCNTR_SECURE)
|
||||||
|
|
||||||
#define PMC_TAP 0xF11A0000
|
#define PMC_TAP 0xF11A0000
|
||||||
|
|
||||||
#define PMC_TAP_IDCODE (PMC_TAP + 0)
|
#define PMC_TAP_IDCODE (PMC_TAP + 0)
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
#include <asm/u-boot.h>
|
#include <asm/u-boot.h>
|
||||||
#include <linux/stringify.h>
|
#include <linux/stringify.h>
|
||||||
|
|
||||||
bool boot_linux;
|
|
||||||
|
|
||||||
void board_boot_order(u32 *spl_boot_list)
|
void board_boot_order(u32 *spl_boot_list)
|
||||||
{
|
{
|
||||||
spl_boot_list[0] = BOOT_DEVICE_NOR;
|
spl_boot_list[0] = BOOT_DEVICE_NOR;
|
||||||
|
@ -41,17 +39,12 @@ void __noreturn jump_to_image_linux(struct spl_image_info *spl_image)
|
||||||
|
|
||||||
image_entry(NULL, 0, (ulong)spl_image->arg);
|
image_entry(NULL, 0, (ulong)spl_image->arg);
|
||||||
}
|
}
|
||||||
#endif /* CONFIG_SPL_OS_BOOT */
|
|
||||||
|
|
||||||
int spl_start_uboot(void)
|
int spl_start_uboot(void)
|
||||||
{
|
{
|
||||||
#ifdef CONFIG_SPL_OS_BOOT
|
return 0;
|
||||||
if (boot_linux)
|
|
||||||
return 0;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
|
#endif /* CONFIG_SPL_OS_BOOT */
|
||||||
|
|
||||||
int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
||||||
{
|
{
|
||||||
|
|
|
@ -34,10 +34,8 @@ skip_smp_setup:
|
||||||
|
|
||||||
#if defined(CONFIG_GICV2) || defined(CONFIG_GICV3)
|
#if defined(CONFIG_GICV2) || defined(CONFIG_GICV3)
|
||||||
branch_if_slave x0, 1f
|
branch_if_slave x0, 1f
|
||||||
#ifndef CONFIG_TARGET_VENUS
|
|
||||||
ldr x0, =GICD_BASE
|
ldr x0, =GICD_BASE
|
||||||
bl gic_init_secure
|
bl gic_init_secure
|
||||||
#endif
|
|
||||||
1:
|
1:
|
||||||
#if defined(CONFIG_GICV3)
|
#if defined(CONFIG_GICV3)
|
||||||
ldr x0, =GICR_BASE
|
ldr x0, =GICR_BASE
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0+
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2014 - 2020 Xilinx, Inc.
|
* (C) Copyright 2014 - 2022, Xilinx, Inc.
|
||||||
* Michal Simek <michal.simek@xilinx.com>
|
* (C) Copyright 2022 - 2023, Advanced Micro Devices, Inc.
|
||||||
|
*
|
||||||
|
* Michal Simek <michal.simek@amd.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
@ -9,6 +11,7 @@
|
||||||
#include <efi_loader.h>
|
#include <efi_loader.h>
|
||||||
#include <env.h>
|
#include <env.h>
|
||||||
#include <image.h>
|
#include <image.h>
|
||||||
|
#include <init.h>
|
||||||
#include <lmb.h>
|
#include <lmb.h>
|
||||||
#include <log.h>
|
#include <log.h>
|
||||||
#include <asm/global_data.h>
|
#include <asm/global_data.h>
|
||||||
|
@ -22,6 +25,7 @@
|
||||||
#include <i2c_eeprom.h>
|
#include <i2c_eeprom.h>
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
#include <generated/dt.h>
|
#include <generated/dt.h>
|
||||||
|
#include <slre.h>
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <linux/ctype.h>
|
#include <linux/ctype.h>
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
@ -82,7 +86,7 @@ static struct xilinx_board_description *board_info;
|
||||||
struct xilinx_legacy_format {
|
struct xilinx_legacy_format {
|
||||||
char board_sn[18]; /* 0x0 */
|
char board_sn[18]; /* 0x0 */
|
||||||
char unused0[14]; /* 0x12 */
|
char unused0[14]; /* 0x12 */
|
||||||
char eth_mac[6]; /* 0x20 */
|
char eth_mac[ETH_ALEN]; /* 0x20 */
|
||||||
char unused1[170]; /* 0x26 */
|
char unused1[170]; /* 0x26 */
|
||||||
char board_name[11]; /* 0xd0 */
|
char board_name[11]; /* 0xd0 */
|
||||||
char unused2[5]; /* 0xdc */
|
char unused2[5]; /* 0xdc */
|
||||||
|
@ -98,9 +102,13 @@ static void xilinx_eeprom_legacy_cleanup(char *eeprom, int size)
|
||||||
for (i = 0; i < size; i++) {
|
for (i = 0; i < size; i++) {
|
||||||
byte = eeprom[i];
|
byte = eeprom[i];
|
||||||
|
|
||||||
/* Remove all ffs and spaces */
|
/* Remove all non printable chars but ignore MAC address */
|
||||||
if (byte == 0xff || byte == ' ')
|
if ((i < offsetof(struct xilinx_legacy_format, eth_mac) ||
|
||||||
|
i >= offsetof(struct xilinx_legacy_format, unused1)) &&
|
||||||
|
(byte < '!' || byte > '~')) {
|
||||||
eeprom[i] = 0;
|
eeprom[i] = 0;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
/* Convert strings to lower case */
|
/* Convert strings to lower case */
|
||||||
if (byte >= 'A' && byte <= 'Z')
|
if (byte >= 'A' && byte <= 'Z')
|
||||||
|
@ -133,22 +141,26 @@ static int xilinx_read_eeprom_legacy(struct udevice *dev, char *name,
|
||||||
|
|
||||||
xilinx_eeprom_legacy_cleanup((char *)eeprom_content, size);
|
xilinx_eeprom_legacy_cleanup((char *)eeprom_content, size);
|
||||||
|
|
||||||
printf("Xilinx I2C Legacy format at %s:\n", name);
|
/* Terminating \0 chars are the part of desc fields already */
|
||||||
printf(" Board name:\t%s\n", eeprom_content->board_name);
|
strlcpy(desc->name, eeprom_content->board_name,
|
||||||
printf(" Board rev:\t%s\n", eeprom_content->board_revision);
|
sizeof(eeprom_content->board_name) + 1);
|
||||||
printf(" Board SN:\t%s\n", eeprom_content->board_sn);
|
strlcpy(desc->revision, eeprom_content->board_revision,
|
||||||
|
sizeof(eeprom_content->board_revision) + 1);
|
||||||
|
strlcpy(desc->serial, eeprom_content->board_sn,
|
||||||
|
sizeof(eeprom_content->board_sn) + 1);
|
||||||
|
|
||||||
eth_valid = is_valid_ethaddr((const u8 *)eeprom_content->eth_mac);
|
eth_valid = is_valid_ethaddr((const u8 *)eeprom_content->eth_mac);
|
||||||
if (eth_valid)
|
|
||||||
printf(" Ethernet mac:\t%pM\n", eeprom_content->eth_mac);
|
|
||||||
|
|
||||||
/* Terminating \0 chars ensure end of string */
|
|
||||||
strcpy(desc->name, eeprom_content->board_name);
|
|
||||||
strcpy(desc->revision, eeprom_content->board_revision);
|
|
||||||
strcpy(desc->serial, eeprom_content->board_sn);
|
|
||||||
if (eth_valid)
|
if (eth_valid)
|
||||||
memcpy(desc->mac_addr[0], eeprom_content->eth_mac, ETH_ALEN);
|
memcpy(desc->mac_addr[0], eeprom_content->eth_mac, ETH_ALEN);
|
||||||
|
|
||||||
|
printf("Xilinx I2C Legacy format at %s:\n", name);
|
||||||
|
printf(" Board name:\t%s\n", desc->name);
|
||||||
|
printf(" Board rev:\t%s\n", desc->revision);
|
||||||
|
printf(" Board SN:\t%s\n", desc->serial);
|
||||||
|
|
||||||
|
if (eth_valid)
|
||||||
|
printf(" Ethernet mac:\t%pM\n", desc->mac_addr);
|
||||||
|
|
||||||
desc->header = EEPROM_HEADER_MAGIC;
|
desc->header = EEPROM_HEADER_MAGIC;
|
||||||
|
|
||||||
free(eeprom_content);
|
free(eeprom_content);
|
||||||
|
@ -468,6 +480,21 @@ int __maybe_unused board_fit_config_name_match(const char *name)
|
||||||
{
|
{
|
||||||
debug("%s: Check %s, default %s\n", __func__, name, board_name);
|
debug("%s: Check %s, default %s\n", __func__, name, board_name);
|
||||||
|
|
||||||
|
#if !defined(CONFIG_SPL_BUILD)
|
||||||
|
if (CONFIG_IS_ENABLED(REGEX)) {
|
||||||
|
struct slre slre;
|
||||||
|
int ret;
|
||||||
|
|
||||||
|
ret = slre_compile(&slre, name);
|
||||||
|
if (ret) {
|
||||||
|
ret = slre_match(&slre, board_name, strlen(board_name),
|
||||||
|
NULL);
|
||||||
|
debug("%s: name match ret = %d\n", __func__, ret);
|
||||||
|
return !ret;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (!strcmp(name, board_name))
|
if (!strcmp(name, board_name))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2019 - 2020 Xilinx, Inc.
|
* (C) Copyright 2019 - 2022, Xilinx, Inc.
|
||||||
|
* (C) Copyright 2022 - 2023, Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
@ -61,9 +62,6 @@ static int fru_check_type_len(u8 type_len, u8 language, u8 *type)
|
||||||
{
|
{
|
||||||
int len;
|
int len;
|
||||||
|
|
||||||
if (type_len == FRU_TYPELEN_EOF)
|
|
||||||
return -EINVAL;
|
|
||||||
|
|
||||||
*type = (type_len & FRU_TYPELEN_CODE_MASK) >> FRU_TYPELEN_TYPE_SHIFT;
|
*type = (type_len & FRU_TYPELEN_CODE_MASK) >> FRU_TYPELEN_TYPE_SHIFT;
|
||||||
|
|
||||||
len = type_len & FRU_TYPELEN_LEN_MASK;
|
len = type_len & FRU_TYPELEN_LEN_MASK;
|
||||||
|
@ -172,9 +170,16 @@ static int fru_parse_board(unsigned long addr)
|
||||||
{
|
{
|
||||||
u8 i, type;
|
u8 i, type;
|
||||||
int len;
|
int len;
|
||||||
u8 *data, *term, *limit;
|
u8 *data, *term, *limit, *next_addr, *eof;
|
||||||
|
|
||||||
memcpy(&fru_data.brd.ver, (void *)addr, 6);
|
memcpy(&fru_data.brd.ver, (void *)addr, 6);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* eof marks the last data byte (without checksum). That's why checksum
|
||||||
|
* is address length - 1 and last data byte is length - 2.
|
||||||
|
*/
|
||||||
|
eof = (u8 *)(fru_data.brd.len * 8 + addr - 2);
|
||||||
|
|
||||||
addr += 6;
|
addr += 6;
|
||||||
data = (u8 *)&fru_data.brd.manufacturer_type_len;
|
data = (u8 *)&fru_data.brd.manufacturer_type_len;
|
||||||
|
|
||||||
|
@ -184,10 +189,21 @@ static int fru_parse_board(unsigned long addr)
|
||||||
for (i = 0; ; i++, data += FRU_BOARD_MAX_LEN) {
|
for (i = 0; ; i++, data += FRU_BOARD_MAX_LEN) {
|
||||||
len = fru_check_type_len(*(u8 *)addr, fru_data.brd.lang_code,
|
len = fru_check_type_len(*(u8 *)addr, fru_data.brd.lang_code,
|
||||||
&type);
|
&type);
|
||||||
|
next_addr = (u8 *)addr + 1;
|
||||||
|
|
||||||
|
if ((u8 *)addr >= eof) {
|
||||||
|
debug("Reach EOF record: addr %lx, eof %lx\n", addr,
|
||||||
|
(unsigned long)eof);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Stop cature if it end of fields
|
* Stop capture if the type is ASCII and valid field length
|
||||||
|
* is 1 (0xc1) and next FRU data is less than 0x20 (space " ")
|
||||||
|
* or it is 0x7f (delete 'DEL').
|
||||||
*/
|
*/
|
||||||
if (len == -EINVAL)
|
if (type == FRU_TYPELEN_TYPE_ASCII8 && len == 1 &&
|
||||||
|
(*next_addr < 0x20 || *next_addr == 0x7F))
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Stop when amount of chars is more then fields to record */
|
/* Stop when amount of chars is more then fields to record */
|
||||||
|
@ -332,9 +348,11 @@ static int fru_display_board(struct fru_board_data *brd, int verbose)
|
||||||
for (u8 i = 0; i < (sizeof(boardinfo) / sizeof(*boardinfo)); i++) {
|
for (u8 i = 0; i < (sizeof(boardinfo) / sizeof(*boardinfo)); i++) {
|
||||||
len = fru_check_type_len(*data++, brd->lang_code,
|
len = fru_check_type_len(*data++, brd->lang_code,
|
||||||
&type);
|
&type);
|
||||||
if (len == -EINVAL) {
|
|
||||||
printf("**** EOF for Board Area ****\n");
|
/* Empty record has no len/type filled */
|
||||||
break;
|
if (!len) {
|
||||||
|
debug("%s not found\n", boardinfo[i]);
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type <= FRU_TYPELEN_TYPE_ASCII8 &&
|
if (type <= FRU_TYPELEN_TYPE_ASCII8 &&
|
||||||
|
@ -344,11 +362,6 @@ static int fru_display_board(struct fru_board_data *brd, int verbose)
|
||||||
else
|
else
|
||||||
debug("Type code: %s\n", typecode[type + 1]);
|
debug("Type code: %s\n", typecode[type + 1]);
|
||||||
|
|
||||||
if (!len) {
|
|
||||||
debug("%s not found\n", boardinfo[i]);
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case FRU_TYPELEN_TYPE_BINARY:
|
case FRU_TYPELEN_TYPE_BINARY:
|
||||||
debug("Length: %d\n", len);
|
debug("Length: %d\n", len);
|
||||||
|
|
|
@ -121,6 +121,47 @@ int board_early_init_f(void)
|
||||||
|
|
||||||
int board_early_init_r(void)
|
int board_early_init_r(void)
|
||||||
{
|
{
|
||||||
|
u32 val;
|
||||||
|
|
||||||
|
if (current_el() != 3)
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
debug("iou_switch ctrl div0 %x\n",
|
||||||
|
readl(&crlapb_base->iou_switch_ctrl));
|
||||||
|
|
||||||
|
writel(IOU_SWITCH_CTRL_CLKACT_BIT |
|
||||||
|
(CONFIG_IOU_SWITCH_DIVISOR0 << IOU_SWITCH_CTRL_DIVISOR0_SHIFT),
|
||||||
|
&crlapb_base->iou_switch_ctrl);
|
||||||
|
|
||||||
|
/* Global timer init - Program time stamp reference clk */
|
||||||
|
val = readl(&crlapb_base->timestamp_ref_ctrl);
|
||||||
|
val |= CRL_APB_TIMESTAMP_REF_CTRL_CLKACT_BIT;
|
||||||
|
writel(val, &crlapb_base->timestamp_ref_ctrl);
|
||||||
|
|
||||||
|
debug("ref ctrl 0x%x\n",
|
||||||
|
readl(&crlapb_base->timestamp_ref_ctrl));
|
||||||
|
|
||||||
|
/* Clear reset of timestamp reg */
|
||||||
|
writel(0, &crlapb_base->rst_timestamp);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Program freq register in System counter and
|
||||||
|
* enable system counter.
|
||||||
|
*/
|
||||||
|
writel(CONFIG_COUNTER_FREQUENCY,
|
||||||
|
&iou_scntr_secure->base_frequency_id_register);
|
||||||
|
|
||||||
|
debug("counter val 0x%x\n",
|
||||||
|
readl(&iou_scntr_secure->base_frequency_id_register));
|
||||||
|
|
||||||
|
writel(IOU_SCNTRS_CONTROL_EN,
|
||||||
|
&iou_scntr_secure->counter_control_register);
|
||||||
|
|
||||||
|
debug("scntrs control 0x%x\n",
|
||||||
|
readl(&iou_scntr_secure->counter_control_register));
|
||||||
|
debug("timer 0x%llx\n", get_ticks());
|
||||||
|
debug("timer 0x%llx\n", get_ticks());
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
* Michal Simek <michal.simek@xilinx.com>
|
* Michal Simek <michal.simek@xilinx.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <command.h>
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <cpu_func.h>
|
#include <cpu_func.h>
|
||||||
#include <env.h>
|
#include <env.h>
|
||||||
|
|
|
@ -9,9 +9,3 @@ F: board/xilinx/zynqmp/
|
||||||
F: include/configs/xilinx_zynqmp*
|
F: include/configs/xilinx_zynqmp*
|
||||||
F: configs/xilinx_zynqmp*
|
F: configs/xilinx_zynqmp*
|
||||||
F: configs/avnet_ultra96_rev1_defconfig
|
F: configs/avnet_ultra96_rev1_defconfig
|
||||||
|
|
||||||
ARM ZYNQMP AVNET ULTRAZED EV BOARD
|
|
||||||
M: Luca Ceresoli <luca.ceresoli@bootlin.com>
|
|
||||||
S: Maintained
|
|
||||||
F: arch/arm/dts/avnet-ultrazedev-*
|
|
||||||
F: configs/avnet_ultrazedev_cc_v1_0_ultrazedev_som_v1_0_defconfig
|
|
||||||
|
|
|
@ -1,655 +0,0 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0+
|
|
||||||
/*
|
|
||||||
* (c) Copyright 2015 Xilinx, Inc. All rights reserved.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <asm/arch/psu_init_gpl.h>
|
|
||||||
#include <xil_io.h>
|
|
||||||
|
|
||||||
static unsigned long psu_pll_init_data(void)
|
|
||||||
{
|
|
||||||
psu_mask_write(0xFF5E0034, 0xFE7FEDEFU, 0x7E4B0C62U);
|
|
||||||
psu_mask_write(0xFF5E0030, 0x00717F00U, 0x00014800U);
|
|
||||||
psu_mask_write(0xFF5E0030, 0x00000008U, 0x00000008U);
|
|
||||||
psu_mask_write(0xFF5E0030, 0x00000001U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFF5E0030, 0x00000001U, 0x00000000U);
|
|
||||||
mask_poll(0xFF5E0040, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF5E0030, 0x00000008U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E0048, 0x00003F00U, 0x00000300U);
|
|
||||||
psu_mask_write(0xFF5E0108, 0x013F3F07U, 0x01012300U);
|
|
||||||
psu_mask_write(0xFF5E0024, 0xFE7FEDEFU, 0x7E4B0C82U);
|
|
||||||
psu_mask_write(0xFF5E0020, 0x00717F00U, 0x00015A00U);
|
|
||||||
psu_mask_write(0xFF5E0020, 0x00000008U, 0x00000008U);
|
|
||||||
psu_mask_write(0xFF5E0020, 0x00000001U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFF5E0020, 0x00000001U, 0x00000000U);
|
|
||||||
mask_poll(0xFF5E0040, 0x00000001U);
|
|
||||||
psu_mask_write(0xFF5E0020, 0x00000008U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E0044, 0x00003F00U, 0x00000300U);
|
|
||||||
psu_mask_write(0xFD1A0024, 0xFE7FEDEFU, 0x7E4B0C62U);
|
|
||||||
psu_mask_write(0xFD1A0020, 0x00717F00U, 0x00014200U);
|
|
||||||
psu_mask_write(0xFD1A0020, 0x00000008U, 0x00000008U);
|
|
||||||
psu_mask_write(0xFD1A0020, 0x00000001U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD1A0020, 0x00000001U, 0x00000000U);
|
|
||||||
mask_poll(0xFD1A0044, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD1A0020, 0x00000008U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD1A0048, 0x00003F00U, 0x00000300U);
|
|
||||||
psu_mask_write(0xFD1A0030, 0xFE7FEDEFU, 0x7E4B0C62U);
|
|
||||||
psu_mask_write(0xFD1A002C, 0x00717F00U, 0x00014800U);
|
|
||||||
psu_mask_write(0xFD1A002C, 0x00000008U, 0x00000008U);
|
|
||||||
psu_mask_write(0xFD1A002C, 0x00000001U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD1A002C, 0x00000001U, 0x00000000U);
|
|
||||||
mask_poll(0xFD1A0044, 0x00000002U);
|
|
||||||
psu_mask_write(0xFD1A002C, 0x00000008U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD1A004C, 0x00003F00U, 0x00000300U);
|
|
||||||
psu_mask_write(0xFD1A003C, 0xFE7FEDEFU, 0x7E4B0C82U);
|
|
||||||
psu_mask_write(0xFD1A0038, 0x00717F00U, 0x00015A00U);
|
|
||||||
psu_mask_write(0xFD1A0038, 0x00000008U, 0x00000008U);
|
|
||||||
psu_mask_write(0xFD1A0038, 0x00000001U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD1A0038, 0x00000001U, 0x00000000U);
|
|
||||||
mask_poll(0xFD1A0044, 0x00000004U);
|
|
||||||
psu_mask_write(0xFD1A0038, 0x00000008U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD1A0050, 0x00003F00U, 0x00000300U);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static unsigned long psu_clock_init_data(void)
|
|
||||||
{
|
|
||||||
psu_mask_write(0xFF5E005C, 0x063F3F07U, 0x06010C00U);
|
|
||||||
psu_mask_write(0xFF5E0100, 0x013F3F07U, 0x01010600U);
|
|
||||||
psu_mask_write(0xFF5E0060, 0x023F3F07U, 0x02010600U);
|
|
||||||
psu_mask_write(0xFF5E004C, 0x023F3F07U, 0x02031900U);
|
|
||||||
psu_mask_write(0xFF5E0068, 0x013F3F07U, 0x01010C00U);
|
|
||||||
psu_mask_write(0xFF5E006C, 0x013F3F07U, 0x01010602U);
|
|
||||||
psu_mask_write(0xFF5E0070, 0x013F3F07U, 0x01010602U);
|
|
||||||
psu_mask_write(0xFF18030C, 0x00020003U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E0074, 0x013F3F07U, 0x01010F00U);
|
|
||||||
psu_mask_write(0xFF5E0078, 0x013F3F07U, 0x01010F00U);
|
|
||||||
psu_mask_write(0xFF5E0124, 0x013F3F07U, 0x01010F00U);
|
|
||||||
psu_mask_write(0xFF5E0090, 0x01003F07U, 0x01000302U);
|
|
||||||
psu_mask_write(0xFF5E009C, 0x01003F07U, 0x01000602U);
|
|
||||||
psu_mask_write(0xFF5E00A4, 0x01003F07U, 0x01000800U);
|
|
||||||
psu_mask_write(0xFF5E00A8, 0x01003F07U, 0x01000302U);
|
|
||||||
psu_mask_write(0xFF5E00AC, 0x01003F07U, 0x01000F02U);
|
|
||||||
psu_mask_write(0xFF5E00B0, 0x01003F07U, 0x01000602U);
|
|
||||||
psu_mask_write(0xFF5E00B8, 0x01003F07U, 0x01000302U);
|
|
||||||
psu_mask_write(0xFF5E00C0, 0x013F3F07U, 0x01010F00U);
|
|
||||||
psu_mask_write(0xFF5E0108, 0x013F3F07U, 0x01011E02U);
|
|
||||||
psu_mask_write(0xFF5E0104, 0x00000007U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E0128, 0x01003F07U, 0x01000F00U);
|
|
||||||
psu_mask_write(0xFD1A00A0, 0x01003F07U, 0x01000200U);
|
|
||||||
psu_mask_write(0xFD1A00B4, 0x01003F07U, 0x01000200U);
|
|
||||||
psu_mask_write(0xFD1A0070, 0x013F3F07U, 0x01010500U);
|
|
||||||
psu_mask_write(0xFD1A0074, 0x013F3F07U, 0x01011003U);
|
|
||||||
psu_mask_write(0xFD1A007C, 0x013F3F07U, 0x01010F03U);
|
|
||||||
psu_mask_write(0xFD1A0060, 0x03003F07U, 0x03000100U);
|
|
||||||
psu_mask_write(0xFD1A0068, 0x01003F07U, 0x01000200U);
|
|
||||||
psu_mask_write(0xFD1A0080, 0x00003F07U, 0x00000200U);
|
|
||||||
psu_mask_write(0xFD1A0084, 0x07003F07U, 0x07000100U);
|
|
||||||
psu_mask_write(0xFD1A00B8, 0x01003F07U, 0x01000200U);
|
|
||||||
psu_mask_write(0xFD1A00BC, 0x01003F07U, 0x01000200U);
|
|
||||||
psu_mask_write(0xFD1A00C0, 0x01003F07U, 0x01000303U);
|
|
||||||
psu_mask_write(0xFD1A00C4, 0x01003F07U, 0x01000502U);
|
|
||||||
psu_mask_write(0xFD1A00F8, 0x00003F07U, 0x00000200U);
|
|
||||||
psu_mask_write(0xFF180380, 0x000000FFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD610100, 0x00000001U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF180300, 0x00000001U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF410050, 0x00000001U, 0x00000000U);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static unsigned long psu_ddr_init_data(void)
|
|
||||||
{
|
|
||||||
psu_mask_write(0xFD1A0108, 0x00000008U, 0x00000008U);
|
|
||||||
psu_mask_write(0xFD070000, 0xE30FBE3DU, 0x81040010U);
|
|
||||||
psu_mask_write(0xFD070010, 0x8000F03FU, 0x00000030U);
|
|
||||||
psu_mask_write(0xFD070020, 0x000003F3U, 0x00000300U);
|
|
||||||
psu_mask_write(0xFD070024, 0xFFFFFFFFU, 0x00800000U);
|
|
||||||
psu_mask_write(0xFD070030, 0x0000007FU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD070034, 0x00FFFF1FU, 0x00409410U);
|
|
||||||
psu_mask_write(0xFD070050, 0x00F1F1F4U, 0x00210000U);
|
|
||||||
psu_mask_write(0xFD070054, 0x0FFF0FFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD070060, 0x00000073U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD070064, 0x0FFF83FFU, 0x009280D2U);
|
|
||||||
psu_mask_write(0xFD070070, 0x00000017U, 0x00000010U);
|
|
||||||
psu_mask_write(0xFD070074, 0x00000003U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD0700C4, 0x3F000391U, 0x10000200U);
|
|
||||||
psu_mask_write(0xFD0700C8, 0x01FF1F3FU, 0x0048051FU);
|
|
||||||
psu_mask_write(0xFD0700D0, 0xC3FF0FFFU, 0x00020126U);
|
|
||||||
psu_mask_write(0xFD0700D4, 0x01FF7F0FU, 0x00020000U);
|
|
||||||
psu_mask_write(0xFD0700D8, 0x0000FF0FU, 0x00002705U);
|
|
||||||
psu_mask_write(0xFD0700DC, 0xFFFFFFFFU, 0x09340301U);
|
|
||||||
psu_mask_write(0xFD0700E0, 0xFFFFFFFFU, 0x00280200U);
|
|
||||||
psu_mask_write(0xFD0700E4, 0x00FF03FFU, 0x00210004U);
|
|
||||||
psu_mask_write(0xFD0700E8, 0xFFFFFFFFU, 0x000006C0U);
|
|
||||||
psu_mask_write(0xFD0700EC, 0xFFFF0000U, 0x08190000U);
|
|
||||||
psu_mask_write(0xFD0700F0, 0x0000003FU, 0x00000010U);
|
|
||||||
psu_mask_write(0xFD0700F4, 0x00000FFFU, 0x0000066FU);
|
|
||||||
psu_mask_write(0xFD070100, 0x7F3F7F3FU, 0x131C2813U);
|
|
||||||
psu_mask_write(0xFD070104, 0x001F1F7FU, 0x0004041CU);
|
|
||||||
psu_mask_write(0xFD070108, 0x3F3F3F3FU, 0x0808050FU);
|
|
||||||
psu_mask_write(0xFD07010C, 0x3FF3F3FFU, 0x0050400CU);
|
|
||||||
psu_mask_write(0xFD070110, 0x1F0F0F1FU, 0x08030409U);
|
|
||||||
psu_mask_write(0xFD070114, 0x0F0F3F1FU, 0x06060403U);
|
|
||||||
psu_mask_write(0xFD070118, 0x0F0F000FU, 0x01010004U);
|
|
||||||
psu_mask_write(0xFD07011C, 0x00000F0FU, 0x00000606U);
|
|
||||||
psu_mask_write(0xFD070120, 0x7F7F7F7FU, 0x05050D08U);
|
|
||||||
psu_mask_write(0xFD070124, 0x40070F3FU, 0x0002040CU);
|
|
||||||
psu_mask_write(0xFD07012C, 0x7F1F031FU, 0x1308010EU);
|
|
||||||
psu_mask_write(0xFD070130, 0x00030F1FU, 0x00020608U);
|
|
||||||
psu_mask_write(0xFD070180, 0xF7FF03FFU, 0x81000040U);
|
|
||||||
psu_mask_write(0xFD070184, 0x3FFFFFFFU, 0x0201C9C2U);
|
|
||||||
psu_mask_write(0xFD070190, 0x1FBFBF3FU, 0x048C820DU);
|
|
||||||
psu_mask_write(0xFD070194, 0xF31F0F0FU, 0x00030304U);
|
|
||||||
psu_mask_write(0xFD070198, 0x0FF1F1F1U, 0x07000101U);
|
|
||||||
psu_mask_write(0xFD07019C, 0x000000F1U, 0x00000021U);
|
|
||||||
psu_mask_write(0xFD0701A0, 0xC3FF03FFU, 0x00400003U);
|
|
||||||
psu_mask_write(0xFD0701A4, 0x00FF00FFU, 0x00C800FFU);
|
|
||||||
psu_mask_write(0xFD0701B0, 0x00000007U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD0701B4, 0x00003F3FU, 0x00000A0BU);
|
|
||||||
psu_mask_write(0xFD0701C0, 0x00000007U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD070200, 0x0000001FU, 0x0000001FU);
|
|
||||||
psu_mask_write(0xFD070204, 0x001F1F1FU, 0x001F0909U);
|
|
||||||
psu_mask_write(0xFD070208, 0x0F0F0F0FU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD07020C, 0x0F0F0F0FU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD070210, 0x00000F0FU, 0x00000F0FU);
|
|
||||||
psu_mask_write(0xFD070214, 0x0F0F0F0FU, 0x070F0707U);
|
|
||||||
psu_mask_write(0xFD070218, 0x8F0F0F0FU, 0x07070707U);
|
|
||||||
psu_mask_write(0xFD07021C, 0x00000F0FU, 0x00000F0FU);
|
|
||||||
psu_mask_write(0xFD070220, 0x00001F1FU, 0x00001F08U);
|
|
||||||
psu_mask_write(0xFD070224, 0x0F0F0F0FU, 0x07070707U);
|
|
||||||
psu_mask_write(0xFD070228, 0x0F0F0F0FU, 0x07070707U);
|
|
||||||
psu_mask_write(0xFD07022C, 0x0000000FU, 0x00000007U);
|
|
||||||
psu_mask_write(0xFD070240, 0x0F1F0F7CU, 0x06000600U);
|
|
||||||
psu_mask_write(0xFD070244, 0x00003333U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD070250, 0x7FFF3F07U, 0x01002001U);
|
|
||||||
psu_mask_write(0xFD070264, 0xFF00FFFFU, 0x08000040U);
|
|
||||||
psu_mask_write(0xFD07026C, 0xFF00FFFFU, 0x08000040U);
|
|
||||||
psu_mask_write(0xFD070280, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD070284, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD070288, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD07028C, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD070290, 0x0000FFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD070294, 0x00000001U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD070300, 0x00000011U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD07030C, 0x80000033U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD070320, 0x00000001U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD070400, 0x00000111U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD070404, 0x000073FFU, 0x0000200FU);
|
|
||||||
psu_mask_write(0xFD070408, 0x000073FFU, 0x0000200FU);
|
|
||||||
psu_mask_write(0xFD070490, 0x00000001U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD070494, 0x0033000FU, 0x0020000BU);
|
|
||||||
psu_mask_write(0xFD070498, 0x07FF07FFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD0704B4, 0x000073FFU, 0x0000200FU);
|
|
||||||
psu_mask_write(0xFD0704B8, 0x000073FFU, 0x0000200FU);
|
|
||||||
psu_mask_write(0xFD070540, 0x00000001U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD070544, 0x03330F0FU, 0x02000B03U);
|
|
||||||
psu_mask_write(0xFD070548, 0x07FF07FFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD070564, 0x000073FFU, 0x0000200FU);
|
|
||||||
psu_mask_write(0xFD070568, 0x000073FFU, 0x0000200FU);
|
|
||||||
psu_mask_write(0xFD0705F0, 0x00000001U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD0705F4, 0x03330F0FU, 0x02000B03U);
|
|
||||||
psu_mask_write(0xFD0705F8, 0x07FF07FFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD070614, 0x000073FFU, 0x0000200FU);
|
|
||||||
psu_mask_write(0xFD070618, 0x000073FFU, 0x0000200FU);
|
|
||||||
psu_mask_write(0xFD0706A0, 0x00000001U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD0706A4, 0x0033000FU, 0x00100003U);
|
|
||||||
psu_mask_write(0xFD0706A8, 0x07FF07FFU, 0x0000004FU);
|
|
||||||
psu_mask_write(0xFD0706AC, 0x0033000FU, 0x00100003U);
|
|
||||||
psu_mask_write(0xFD0706B0, 0x000007FFU, 0x0000004FU);
|
|
||||||
psu_mask_write(0xFD0706C4, 0x000073FFU, 0x0000200FU);
|
|
||||||
psu_mask_write(0xFD0706C8, 0x000073FFU, 0x0000200FU);
|
|
||||||
psu_mask_write(0xFD070750, 0x00000001U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD070754, 0x0033000FU, 0x00100003U);
|
|
||||||
psu_mask_write(0xFD070758, 0x07FF07FFU, 0x0000004FU);
|
|
||||||
psu_mask_write(0xFD07075C, 0x0033000FU, 0x00100003U);
|
|
||||||
psu_mask_write(0xFD070760, 0x000007FFU, 0x0000004FU);
|
|
||||||
psu_mask_write(0xFD070774, 0x000073FFU, 0x0000200FU);
|
|
||||||
psu_mask_write(0xFD070778, 0x000073FFU, 0x0000200FU);
|
|
||||||
psu_mask_write(0xFD070800, 0x00000001U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFD070804, 0x0033000FU, 0x00100003U);
|
|
||||||
psu_mask_write(0xFD070808, 0x07FF07FFU, 0x0000004FU);
|
|
||||||
psu_mask_write(0xFD07080C, 0x0033000FU, 0x00100003U);
|
|
||||||
psu_mask_write(0xFD070810, 0x000007FFU, 0x0000004FU);
|
|
||||||
psu_mask_write(0xFD070F04, 0x000001FFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD070F08, 0x000000FFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD070F0C, 0x000001FFU, 0x00000010U);
|
|
||||||
psu_mask_write(0xFD070F10, 0x000000FFU, 0x0000000FU);
|
|
||||||
psu_mask_write(0xFD072190, 0x1FBFBF3FU, 0x07828002U);
|
|
||||||
psu_mask_write(0xFD1A0108, 0x0000000CU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD080010, 0xFFFFFFFFU, 0x07001E00U);
|
|
||||||
psu_mask_write(0xFD080018, 0xFFFFFFFFU, 0x00F12090U);
|
|
||||||
psu_mask_write(0xFD08001C, 0xFFFFFFFFU, 0x55AA5480U);
|
|
||||||
psu_mask_write(0xFD080024, 0xFFFFFFFFU, 0x010100F4U);
|
|
||||||
psu_mask_write(0xFD080040, 0xFFFFFFFFU, 0x4B025810U);
|
|
||||||
psu_mask_write(0xFD080044, 0xFFFFFFFFU, 0xEA601518U);
|
|
||||||
psu_mask_write(0xFD080068, 0xFFFFFFFFU, 0x000E0000U);
|
|
||||||
psu_mask_write(0xFD080090, 0xFFFFFFFFU, 0x02A04161U);
|
|
||||||
psu_mask_write(0xFD0800C0, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD0800C4, 0xFFFFFFFFU, 0x000000DDU);
|
|
||||||
psu_mask_write(0xFD080100, 0xFFFFFFFFU, 0x0800040CU);
|
|
||||||
psu_mask_write(0xFD080110, 0xFFFFFFFFU, 0x08261009U);
|
|
||||||
psu_mask_write(0xFD080114, 0xFFFFFFFFU, 0x28380008U);
|
|
||||||
psu_mask_write(0xFD080118, 0xFFFFFFFFU, 0x000F0300U);
|
|
||||||
psu_mask_write(0xFD08011C, 0xFFFFFFFFU, 0x83000800U);
|
|
||||||
psu_mask_write(0xFD080120, 0xFFFFFFFFU, 0x01A42B08U);
|
|
||||||
psu_mask_write(0xFD080124, 0xFFFFFFFFU, 0x00371009U);
|
|
||||||
psu_mask_write(0xFD080128, 0xFFFFFFFFU, 0x00001010U);
|
|
||||||
psu_mask_write(0xFD080140, 0xFFFFFFFFU, 0x08400020U);
|
|
||||||
psu_mask_write(0xFD080144, 0xFFFFFFFFU, 0x00000C80U);
|
|
||||||
psu_mask_write(0xFD080150, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD080154, 0xFFFFFFFFU, 0x00000300U);
|
|
||||||
psu_mask_write(0xFD080180, 0xFFFFFFFFU, 0x00000834U);
|
|
||||||
psu_mask_write(0xFD080184, 0xFFFFFFFFU, 0x00000301U);
|
|
||||||
psu_mask_write(0xFD080188, 0xFFFFFFFFU, 0x00000028U);
|
|
||||||
psu_mask_write(0xFD08018C, 0xFFFFFFFFU, 0x00000200U);
|
|
||||||
psu_mask_write(0xFD080190, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD080194, 0xFFFFFFFFU, 0x000006C0U);
|
|
||||||
psu_mask_write(0xFD080198, 0xFFFFFFFFU, 0x00000819U);
|
|
||||||
psu_mask_write(0xFD0801AC, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD0801B0, 0xFFFFFFFFU, 0x0000004DU);
|
|
||||||
psu_mask_write(0xFD0801B4, 0xFFFFFFFFU, 0x00000008U);
|
|
||||||
psu_mask_write(0xFD0801B8, 0xFFFFFFFFU, 0x0000004DU);
|
|
||||||
psu_mask_write(0xFD0801D8, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD080200, 0xFFFFFFFFU, 0x800091C7U);
|
|
||||||
psu_mask_write(0xFD080204, 0xFFFFFFFFU, 0x00010236U);
|
|
||||||
psu_mask_write(0xFD080240, 0xFFFFFFFFU, 0x00141054U);
|
|
||||||
psu_mask_write(0xFD080250, 0xFFFFFFFFU, 0x00088000U);
|
|
||||||
psu_mask_write(0xFD080414, 0xFFFFFFFFU, 0x12341000U);
|
|
||||||
psu_mask_write(0xFD0804F4, 0xFFFFFFFFU, 0x00000005U);
|
|
||||||
psu_mask_write(0xFD080500, 0xFFFFFFFFU, 0x30000028U);
|
|
||||||
psu_mask_write(0xFD080508, 0xFFFFFFFFU, 0x0A000000U);
|
|
||||||
psu_mask_write(0xFD08050C, 0xFFFFFFFFU, 0x00000009U);
|
|
||||||
psu_mask_write(0xFD080510, 0xFFFFFFFFU, 0x0A000000U);
|
|
||||||
psu_mask_write(0xFD080520, 0xFFFFFFFFU, 0x0300B0CEU);
|
|
||||||
psu_mask_write(0xFD080528, 0xFFFFFFFFU, 0xF9032019U);
|
|
||||||
psu_mask_write(0xFD08052C, 0xFFFFFFFFU, 0x07F001E3U);
|
|
||||||
psu_mask_write(0xFD080544, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD080548, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD080558, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD08055C, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD080560, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD080564, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD080680, 0xFFFFFFFFU, 0x008AEA58U);
|
|
||||||
psu_mask_write(0xFD080684, 0xFFFFFFFFU, 0x000079DDU);
|
|
||||||
psu_mask_write(0xFD080694, 0xFFFFFFFFU, 0x01E10210U);
|
|
||||||
psu_mask_write(0xFD080698, 0xFFFFFFFFU, 0x01E10000U);
|
|
||||||
psu_mask_write(0xFD0806A4, 0xFFFFFFFFU, 0x00087BDBU);
|
|
||||||
psu_mask_write(0xFD080700, 0xFFFFFFFFU, 0x40800604U);
|
|
||||||
psu_mask_write(0xFD080704, 0xFFFFFFFFU, 0x00007FFFU);
|
|
||||||
psu_mask_write(0xFD08070C, 0xFFFFFFFFU, 0x3F000008U);
|
|
||||||
psu_mask_write(0xFD080710, 0xFFFFFFFFU, 0x0E00B03CU);
|
|
||||||
psu_mask_write(0xFD080714, 0xFFFFFFFFU, 0x09094F4FU);
|
|
||||||
psu_mask_write(0xFD080718, 0xFFFFFFFFU, 0x09092B2BU);
|
|
||||||
psu_mask_write(0xFD080800, 0xFFFFFFFFU, 0x40800604U);
|
|
||||||
psu_mask_write(0xFD080804, 0xFFFFFFFFU, 0x00007FFFU);
|
|
||||||
psu_mask_write(0xFD08080C, 0xFFFFFFFFU, 0x3F000008U);
|
|
||||||
psu_mask_write(0xFD080810, 0xFFFFFFFFU, 0x0E00B03CU);
|
|
||||||
psu_mask_write(0xFD080814, 0xFFFFFFFFU, 0x09094F4FU);
|
|
||||||
psu_mask_write(0xFD080818, 0xFFFFFFFFU, 0x09092B2BU);
|
|
||||||
psu_mask_write(0xFD080900, 0xFFFFFFFFU, 0x40800604U);
|
|
||||||
psu_mask_write(0xFD080904, 0xFFFFFFFFU, 0x00007FFFU);
|
|
||||||
psu_mask_write(0xFD08090C, 0xFFFFFFFFU, 0x3F000008U);
|
|
||||||
psu_mask_write(0xFD080910, 0xFFFFFFFFU, 0x0E00B03CU);
|
|
||||||
psu_mask_write(0xFD080914, 0xFFFFFFFFU, 0x09094F4FU);
|
|
||||||
psu_mask_write(0xFD080918, 0xFFFFFFFFU, 0x09092B2BU);
|
|
||||||
psu_mask_write(0xFD080A00, 0xFFFFFFFFU, 0x40800604U);
|
|
||||||
psu_mask_write(0xFD080A04, 0xFFFFFFFFU, 0x00007FFFU);
|
|
||||||
psu_mask_write(0xFD080A0C, 0xFFFFFFFFU, 0x3F000008U);
|
|
||||||
psu_mask_write(0xFD080A10, 0xFFFFFFFFU, 0x0E00B03CU);
|
|
||||||
psu_mask_write(0xFD080A14, 0xFFFFFFFFU, 0x09094F4FU);
|
|
||||||
psu_mask_write(0xFD080A18, 0xFFFFFFFFU, 0x09092B2BU);
|
|
||||||
psu_mask_write(0xFD080B00, 0xFFFFFFFFU, 0x40800604U);
|
|
||||||
psu_mask_write(0xFD080B04, 0xFFFFFFFFU, 0x00007FFFU);
|
|
||||||
psu_mask_write(0xFD080B08, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD080B0C, 0xFFFFFFFFU, 0x3F000008U);
|
|
||||||
psu_mask_write(0xFD080B10, 0xFFFFFFFFU, 0x0E00B004U);
|
|
||||||
psu_mask_write(0xFD080B14, 0xFFFFFFFFU, 0x09094F4FU);
|
|
||||||
psu_mask_write(0xFD080B18, 0xFFFFFFFFU, 0x09092B2BU);
|
|
||||||
psu_mask_write(0xFD080C00, 0xFFFFFFFFU, 0x40800604U);
|
|
||||||
psu_mask_write(0xFD080C04, 0xFFFFFFFFU, 0x00007FFFU);
|
|
||||||
psu_mask_write(0xFD080C08, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD080C0C, 0xFFFFFFFFU, 0x3F000008U);
|
|
||||||
psu_mask_write(0xFD080C10, 0xFFFFFFFFU, 0x0E00B03CU);
|
|
||||||
psu_mask_write(0xFD080C14, 0xFFFFFFFFU, 0x09094F4FU);
|
|
||||||
psu_mask_write(0xFD080C18, 0xFFFFFFFFU, 0x09092B2BU);
|
|
||||||
psu_mask_write(0xFD080D00, 0xFFFFFFFFU, 0x40800604U);
|
|
||||||
psu_mask_write(0xFD080D04, 0xFFFFFFFFU, 0x00007FFFU);
|
|
||||||
psu_mask_write(0xFD080D08, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD080D0C, 0xFFFFFFFFU, 0x3F000008U);
|
|
||||||
psu_mask_write(0xFD080D10, 0xFFFFFFFFU, 0x0E00B004U);
|
|
||||||
psu_mask_write(0xFD080D14, 0xFFFFFFFFU, 0x09094F4FU);
|
|
||||||
psu_mask_write(0xFD080D18, 0xFFFFFFFFU, 0x09092B2BU);
|
|
||||||
psu_mask_write(0xFD080E00, 0xFFFFFFFFU, 0x40800604U);
|
|
||||||
psu_mask_write(0xFD080E04, 0xFFFFFFFFU, 0x00007FFFU);
|
|
||||||
psu_mask_write(0xFD080E08, 0xFFFFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD080E0C, 0xFFFFFFFFU, 0x3F000008U);
|
|
||||||
psu_mask_write(0xFD080E10, 0xFFFFFFFFU, 0x0E00B03CU);
|
|
||||||
psu_mask_write(0xFD080E14, 0xFFFFFFFFU, 0x09094F4FU);
|
|
||||||
psu_mask_write(0xFD080E18, 0xFFFFFFFFU, 0x09092B2BU);
|
|
||||||
psu_mask_write(0xFD080F00, 0xFFFFFFFFU, 0x80803660U);
|
|
||||||
psu_mask_write(0xFD080F04, 0xFFFFFFFFU, 0x55556000U);
|
|
||||||
psu_mask_write(0xFD080F08, 0xFFFFFFFFU, 0xAAAAAAAAU);
|
|
||||||
psu_mask_write(0xFD080F0C, 0xFFFFFFFFU, 0x0029A4A4U);
|
|
||||||
psu_mask_write(0xFD080F10, 0xFFFFFFFFU, 0x0C00B000U);
|
|
||||||
psu_mask_write(0xFD080F14, 0xFFFFFFFFU, 0x09094F4FU);
|
|
||||||
psu_mask_write(0xFD080F18, 0xFFFFFFFFU, 0x09092B2BU);
|
|
||||||
psu_mask_write(0xFD081400, 0xFFFFFFFFU, 0x2A019FFEU);
|
|
||||||
psu_mask_write(0xFD081404, 0xFFFFFFFFU, 0x000E0000U);
|
|
||||||
psu_mask_write(0xFD08141C, 0xFFFFFFFFU, 0x01264300U);
|
|
||||||
psu_mask_write(0xFD08142C, 0xFFFFFFFFU, 0x00041800U);
|
|
||||||
psu_mask_write(0xFD081430, 0xFFFFFFFFU, 0x70800000U);
|
|
||||||
psu_mask_write(0xFD081440, 0xFFFFFFFFU, 0x2A019FFEU);
|
|
||||||
psu_mask_write(0xFD081444, 0xFFFFFFFFU, 0x000E0000U);
|
|
||||||
psu_mask_write(0xFD08145C, 0xFFFFFFFFU, 0x01264300U);
|
|
||||||
psu_mask_write(0xFD08146C, 0xFFFFFFFFU, 0x00041800U);
|
|
||||||
psu_mask_write(0xFD081470, 0xFFFFFFFFU, 0x70800000U);
|
|
||||||
psu_mask_write(0xFD081480, 0xFFFFFFFFU, 0x2A019FFEU);
|
|
||||||
psu_mask_write(0xFD081484, 0xFFFFFFFFU, 0x000E0000U);
|
|
||||||
psu_mask_write(0xFD08149C, 0xFFFFFFFFU, 0x01264300U);
|
|
||||||
psu_mask_write(0xFD0814AC, 0xFFFFFFFFU, 0x00041800U);
|
|
||||||
psu_mask_write(0xFD0814B0, 0xFFFFFFFFU, 0x70800000U);
|
|
||||||
psu_mask_write(0xFD0814C0, 0xFFFFFFFFU, 0x2A019FFEU);
|
|
||||||
psu_mask_write(0xFD0814C4, 0xFFFFFFFFU, 0x000E0000U);
|
|
||||||
psu_mask_write(0xFD0814DC, 0xFFFFFFFFU, 0x01264300U);
|
|
||||||
psu_mask_write(0xFD0814EC, 0xFFFFFFFFU, 0x00041800U);
|
|
||||||
psu_mask_write(0xFD0814F0, 0xFFFFFFFFU, 0x70800000U);
|
|
||||||
psu_mask_write(0xFD081500, 0xFFFFFFFFU, 0x15019FFEU);
|
|
||||||
psu_mask_write(0xFD081504, 0xFFFFFFFFU, 0x200E0000U);
|
|
||||||
psu_mask_write(0xFD08151C, 0xFFFFFFFFU, 0x01266300U);
|
|
||||||
psu_mask_write(0xFD08152C, 0xFFFFFFFFU, 0x00041800U);
|
|
||||||
psu_mask_write(0xFD081530, 0xFFFFFFFFU, 0x70400000U);
|
|
||||||
psu_mask_write(0xFD0817C4, 0xFFFFFFFFU, 0x000E0000U);
|
|
||||||
psu_mask_write(0xFD0817DC, 0xFFFFFFFFU, 0x012643C4U);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static unsigned long psu_ddr_qos_init_data(void)
|
|
||||||
{
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static unsigned long psu_mio_init_data(void)
|
|
||||||
{
|
|
||||||
psu_mask_write(0xFF180000, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180004, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180008, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF18000C, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180010, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180014, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180018, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF18001C, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180020, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180024, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180028, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF18002C, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180030, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180034, 0x000000FEU, 0x00000008U);
|
|
||||||
psu_mask_write(0xFF180038, 0x000000FEU, 0x00000008U);
|
|
||||||
psu_mask_write(0xFF18003C, 0x000000FEU, 0x00000008U);
|
|
||||||
psu_mask_write(0xFF180040, 0x000000FEU, 0x00000008U);
|
|
||||||
psu_mask_write(0xFF180044, 0x000000FEU, 0x00000008U);
|
|
||||||
psu_mask_write(0xFF180048, 0x000000FEU, 0x00000008U);
|
|
||||||
psu_mask_write(0xFF18004C, 0x000000FEU, 0x00000008U);
|
|
||||||
psu_mask_write(0xFF180050, 0x000000FEU, 0x00000008U);
|
|
||||||
psu_mask_write(0xFF180054, 0x000000FEU, 0x00000008U);
|
|
||||||
psu_mask_write(0xFF180058, 0x000000FEU, 0x00000008U);
|
|
||||||
psu_mask_write(0xFF18005C, 0x000000FEU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF180060, 0x000000FEU, 0x00000040U);
|
|
||||||
psu_mask_write(0xFF180064, 0x000000FEU, 0x00000040U);
|
|
||||||
psu_mask_write(0xFF180068, 0x000000FEU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF18006C, 0x000000FEU, 0x00000018U);
|
|
||||||
psu_mask_write(0xFF180070, 0x000000FEU, 0x00000018U);
|
|
||||||
psu_mask_write(0xFF180074, 0x000000FEU, 0x00000018U);
|
|
||||||
psu_mask_write(0xFF180078, 0x000000FEU, 0x00000018U);
|
|
||||||
psu_mask_write(0xFF18007C, 0x000000FEU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF180080, 0x000000FEU, 0x000000C0U);
|
|
||||||
psu_mask_write(0xFF180084, 0x000000FEU, 0x000000C0U);
|
|
||||||
psu_mask_write(0xFF180088, 0x000000FEU, 0x000000C0U);
|
|
||||||
psu_mask_write(0xFF18008C, 0x000000FEU, 0x000000C0U);
|
|
||||||
psu_mask_write(0xFF180090, 0x000000FEU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF180094, 0x000000FEU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF180098, 0x000000FEU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF18009C, 0x000000FEU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF1800A0, 0x000000FEU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF1800A4, 0x000000FEU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF1800A8, 0x000000FEU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF1800AC, 0x000000FEU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF1800B0, 0x000000FEU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF1800B4, 0x000000FEU, 0x00000010U);
|
|
||||||
psu_mask_write(0xFF1800B8, 0x000000FEU, 0x00000010U);
|
|
||||||
psu_mask_write(0xFF1800BC, 0x000000FEU, 0x00000010U);
|
|
||||||
psu_mask_write(0xFF1800C0, 0x000000FEU, 0x00000010U);
|
|
||||||
psu_mask_write(0xFF1800C4, 0x000000FEU, 0x00000010U);
|
|
||||||
psu_mask_write(0xFF1800C8, 0x000000FEU, 0x00000010U);
|
|
||||||
psu_mask_write(0xFF1800CC, 0x000000FEU, 0x00000010U);
|
|
||||||
psu_mask_write(0xFF1800D0, 0x000000FEU, 0x00000004U);
|
|
||||||
psu_mask_write(0xFF1800D4, 0x000000FEU, 0x00000004U);
|
|
||||||
psu_mask_write(0xFF1800D8, 0x000000FEU, 0x00000004U);
|
|
||||||
psu_mask_write(0xFF1800DC, 0x000000FEU, 0x00000004U);
|
|
||||||
psu_mask_write(0xFF1800E0, 0x000000FEU, 0x00000004U);
|
|
||||||
psu_mask_write(0xFF1800E4, 0x000000FEU, 0x00000004U);
|
|
||||||
psu_mask_write(0xFF1800E8, 0x000000FEU, 0x00000004U);
|
|
||||||
psu_mask_write(0xFF1800EC, 0x000000FEU, 0x00000004U);
|
|
||||||
psu_mask_write(0xFF1800F0, 0x000000FEU, 0x00000004U);
|
|
||||||
psu_mask_write(0xFF1800F4, 0x000000FEU, 0x00000004U);
|
|
||||||
psu_mask_write(0xFF1800F8, 0x000000FEU, 0x00000004U);
|
|
||||||
psu_mask_write(0xFF1800FC, 0x000000FEU, 0x00000004U);
|
|
||||||
psu_mask_write(0xFF180100, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180104, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180108, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF18010C, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180110, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180114, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180118, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF18011C, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180120, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180124, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180128, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF18012C, 0x000000FEU, 0x00000002U);
|
|
||||||
psu_mask_write(0xFF180130, 0x000000FEU, 0x000000C0U);
|
|
||||||
psu_mask_write(0xFF180134, 0x000000FEU, 0x000000C0U);
|
|
||||||
psu_mask_write(0xFF180204, 0xFFFFFFFFU, 0x50000000U);
|
|
||||||
psu_mask_write(0xFF180208, 0xFFFFFFFFU, 0x00B02006U);
|
|
||||||
psu_mask_write(0xFF18020C, 0x00003FFFU, 0x00000FC0U);
|
|
||||||
psu_mask_write(0xFF180138, 0x03FFFFFFU, 0x03FFFFFFU);
|
|
||||||
psu_mask_write(0xFF18013C, 0x03FFFFFFU, 0x03FFFFFFU);
|
|
||||||
psu_mask_write(0xFF180140, 0x03FFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF180144, 0x03FFFFFFU, 0x03FFFFFFU);
|
|
||||||
psu_mask_write(0xFF180148, 0x03FFFFFFU, 0x03FFFFFFU);
|
|
||||||
psu_mask_write(0xFF18014C, 0x03FFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF180154, 0x03FFFFFFU, 0x03FFFFFFU);
|
|
||||||
psu_mask_write(0xFF180158, 0x03FFFFFFU, 0x03FFFFFFU);
|
|
||||||
psu_mask_write(0xFF18015C, 0x03FFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF180160, 0x03FFFFFFU, 0x03FFFFFFU);
|
|
||||||
psu_mask_write(0xFF180164, 0x03FFFFFFU, 0x03FFFFFFU);
|
|
||||||
psu_mask_write(0xFF180168, 0x03FFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF180170, 0x03FFFFFFU, 0x03FFFFFFU);
|
|
||||||
psu_mask_write(0xFF180174, 0x03FFFFFFU, 0x03FFFFFFU);
|
|
||||||
psu_mask_write(0xFF180178, 0x03FFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF18017C, 0x03FFFFFFU, 0x03FFFFFFU);
|
|
||||||
psu_mask_write(0xFF180180, 0x03FFFFFFU, 0x03FFFFFFU);
|
|
||||||
psu_mask_write(0xFF180184, 0x03FFFFFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF180200, 0x0000000FU, 0x00000000U);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static unsigned long psu_peripherals_pre_init_data(void)
|
|
||||||
{
|
|
||||||
psu_mask_write(0xFF5E0108, 0x013F3F07U, 0x01012302U);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static unsigned long psu_peripherals_init_data(void)
|
|
||||||
{
|
|
||||||
psu_mask_write(0xFD1A0100, 0x000F807EU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E0238, 0x001A0000U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E023C, 0x0093C018U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E0230, 0x00000008U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E0238, 0x00000001U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF180390, 0x00000004U, 0x00000004U);
|
|
||||||
psu_mask_write(0xFF5E023C, 0x00000400U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E0238, 0x00000060U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF180310, 0x00008001U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFF180320, 0x33843384U, 0x00801284U);
|
|
||||||
psu_mask_write(0xFF18031C, 0x00007FFEU, 0x00006450U);
|
|
||||||
psu_mask_write(0xFF180358, 0x00080000U, 0x00080000U);
|
|
||||||
psu_mask_write(0xFF18031C, 0x7FFE0000U, 0x64500000U);
|
|
||||||
psu_mask_write(0xFF180358, 0x00000008U, 0x00000008U);
|
|
||||||
psu_mask_write(0xFF180324, 0x000003C0U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF180324, 0x03C00000U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E0238, 0x00000400U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E0238, 0x00008000U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E0238, 0x00007800U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E0238, 0x00000006U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E0238, 0x00040000U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF4B0024, 0x000000FFU, 0x000000FFU);
|
|
||||||
psu_mask_write(0xFFCA5000, 0x00001FFFU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD5C0060, 0x000F000FU, 0x00000000U);
|
|
||||||
psu_mask_write(0xFFA60040, 0x80000000U, 0x80000000U);
|
|
||||||
psu_mask_write(0xFF260020, 0xFFFFFFFFU, 0x05F5DD18U);
|
|
||||||
psu_mask_write(0xFF260000, 0x00000001U, 0x00000001U);
|
|
||||||
psu_mask_write(0xFF5E0250, 0x00000F0FU, 0x00000202U);
|
|
||||||
|
|
||||||
mask_delay(1);
|
|
||||||
psu_mask_write(0xFF5E0250, 0x00000F0FU, 0x00000002U);
|
|
||||||
|
|
||||||
mask_delay(5);
|
|
||||||
psu_mask_write(0xFF5E0250, 0x00000F0FU, 0x00000202U);
|
|
||||||
psu_mask_write(0xFF0A0244, 0x03FFFFFFU, 0x00000020U);
|
|
||||||
psu_mask_write(0xFF0A0248, 0x03FFFFFFU, 0x00000020U);
|
|
||||||
psu_mask_write(0xFF0A0008, 0xFFFFFFFFU, 0xFFDF0020U);
|
|
||||||
mask_delay(1);
|
|
||||||
psu_mask_write(0xFF0A0008, 0xFFFFFFFFU, 0xFFDF0000U);
|
|
||||||
mask_delay(5);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static unsigned long psu_afi_config(void)
|
|
||||||
{
|
|
||||||
psu_mask_write(0xFD1A0100, 0x00001F80U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFF5E023C, 0x00080000U, 0x00000000U);
|
|
||||||
psu_mask_write(0xFD615000, 0x00000F00U, 0x00000A00U);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static unsigned long psu_ddr_phybringup_data(void)
|
|
||||||
{
|
|
||||||
unsigned int regval = 0;
|
|
||||||
unsigned int pll_retry = 10;
|
|
||||||
unsigned int pll_locked = 0;
|
|
||||||
|
|
||||||
while ((pll_retry > 0) && (!pll_locked)) {
|
|
||||||
Xil_Out32(0xFD080004, 0x00040010);
|
|
||||||
Xil_Out32(0xFD080004, 0x00040011);
|
|
||||||
|
|
||||||
while ((Xil_In32(0xFD080030) & 0x1) != 1)
|
|
||||||
;
|
|
||||||
pll_locked = (Xil_In32(0xFD080030) & 0x80000000)
|
|
||||||
>> 31;
|
|
||||||
pll_locked &= (Xil_In32(0xFD0807E0) & 0x10000)
|
|
||||||
>> 16;
|
|
||||||
pll_locked &= (Xil_In32(0xFD0809E0) & 0x10000)
|
|
||||||
>> 16;
|
|
||||||
pll_locked &= (Xil_In32(0xFD080BE0) & 0x10000)
|
|
||||||
>> 16;
|
|
||||||
pll_locked &= (Xil_In32(0xFD080DE0) & 0x10000)
|
|
||||||
>> 16;
|
|
||||||
pll_retry--;
|
|
||||||
}
|
|
||||||
Xil_Out32(0xFD0800C4, Xil_In32(0xFD0800C4) | (pll_retry << 16));
|
|
||||||
if (!pll_locked)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
Xil_Out32(0xFD080004U, 0x00040063U);
|
|
||||||
|
|
||||||
while ((Xil_In32(0xFD080030U) & 0x0000000FU) != 0x0000000FU)
|
|
||||||
;
|
|
||||||
prog_reg(0xFD080004U, 0x00000001U, 0x00000000U, 0x00000001U);
|
|
||||||
|
|
||||||
while ((Xil_In32(0xFD080030U) & 0x000000FFU) != 0x0000001FU)
|
|
||||||
;
|
|
||||||
Xil_Out32(0xFD0701B0U, 0x00000001U);
|
|
||||||
Xil_Out32(0xFD070320U, 0x00000001U);
|
|
||||||
while ((Xil_In32(0xFD070004U) & 0x0000000FU) != 0x00000001U)
|
|
||||||
;
|
|
||||||
prog_reg(0xFD080014U, 0x00000040U, 0x00000006U, 0x00000001U);
|
|
||||||
Xil_Out32(0xFD080004, 0x0004FE01);
|
|
||||||
regval = Xil_In32(0xFD080030);
|
|
||||||
while (regval != 0x80000FFF)
|
|
||||||
regval = Xil_In32(0xFD080030);
|
|
||||||
regval = ((Xil_In32(0xFD080030) & 0x1FFF0000) >> 18);
|
|
||||||
if (regval != 0)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
Xil_Out32(0xFD080200U, 0x100091C7U);
|
|
||||||
int cur_R006_tREFPRD;
|
|
||||||
|
|
||||||
cur_R006_tREFPRD = (Xil_In32(0xFD080018U) & 0x0003FFFFU) >> 0x00000000U;
|
|
||||||
prog_reg(0xFD080018, 0x3FFFF, 0x0, cur_R006_tREFPRD);
|
|
||||||
|
|
||||||
prog_reg(0xFD08001CU, 0x00000018U, 0x00000003U, 0x00000003U);
|
|
||||||
prog_reg(0xFD08142CU, 0x00000030U, 0x00000004U, 0x00000003U);
|
|
||||||
prog_reg(0xFD08146CU, 0x00000030U, 0x00000004U, 0x00000003U);
|
|
||||||
prog_reg(0xFD0814ACU, 0x00000030U, 0x00000004U, 0x00000003U);
|
|
||||||
prog_reg(0xFD0814ECU, 0x00000030U, 0x00000004U, 0x00000003U);
|
|
||||||
prog_reg(0xFD08152CU, 0x00000030U, 0x00000004U, 0x00000003U);
|
|
||||||
|
|
||||||
Xil_Out32(0xFD080004, 0x00060001);
|
|
||||||
regval = Xil_In32(0xFD080030);
|
|
||||||
while ((regval & 0x80004001) != 0x80004001)
|
|
||||||
regval = Xil_In32(0xFD080030);
|
|
||||||
|
|
||||||
prog_reg(0xFD08001CU, 0x00000018U, 0x00000003U, 0x00000000U);
|
|
||||||
prog_reg(0xFD08142CU, 0x00000030U, 0x00000004U, 0x00000000U);
|
|
||||||
prog_reg(0xFD08146CU, 0x00000030U, 0x00000004U, 0x00000000U);
|
|
||||||
prog_reg(0xFD0814ACU, 0x00000030U, 0x00000004U, 0x00000000U);
|
|
||||||
prog_reg(0xFD0814ECU, 0x00000030U, 0x00000004U, 0x00000000U);
|
|
||||||
prog_reg(0xFD08152CU, 0x00000030U, 0x00000004U, 0x00000000U);
|
|
||||||
|
|
||||||
Xil_Out32(0xFD080200U, 0x800091C7U);
|
|
||||||
prog_reg(0xFD080018, 0x3FFFF, 0x0, cur_R006_tREFPRD);
|
|
||||||
|
|
||||||
Xil_Out32(0xFD080004, 0x0000C001);
|
|
||||||
regval = Xil_In32(0xFD080030);
|
|
||||||
while ((regval & 0x80000C01) != 0x80000C01)
|
|
||||||
regval = Xil_In32(0xFD080030);
|
|
||||||
|
|
||||||
Xil_Out32(0xFD070180U, 0x01000040U);
|
|
||||||
Xil_Out32(0xFD070060U, 0x00000000U);
|
|
||||||
prog_reg(0xFD080014U, 0x00000040U, 0x00000006U, 0x00000000U);
|
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void init_peripheral(void)
|
|
||||||
{
|
|
||||||
psu_mask_write(0xFD5F0018, 0x8000001FU, 0x8000001FU);
|
|
||||||
}
|
|
||||||
|
|
||||||
int psu_init(void)
|
|
||||||
{
|
|
||||||
int status = 1;
|
|
||||||
|
|
||||||
status &= psu_mio_init_data();
|
|
||||||
status &= psu_peripherals_pre_init_data();
|
|
||||||
status &= psu_pll_init_data();
|
|
||||||
status &= psu_clock_init_data();
|
|
||||||
status &= psu_ddr_init_data();
|
|
||||||
status &= psu_ddr_phybringup_data();
|
|
||||||
status &= psu_peripherals_init_data();
|
|
||||||
init_peripheral();
|
|
||||||
|
|
||||||
status &= psu_afi_config();
|
|
||||||
psu_ddr_qos_init_data();
|
|
||||||
|
|
||||||
if (status == 0)
|
|
||||||
return 1;
|
|
||||||
return 0;
|
|
||||||
}
|
|
1061
board/xilinx/zynqmp/zynqmp-sm-k24-revA/psu_init_gpl.c
Normal file
1061
board/xilinx/zynqmp/zynqmp-sm-k24-revA/psu_init_gpl.c
Normal file
File diff suppressed because it is too large
Load diff
1
board/xilinx/zynqmp/zynqmp-smk-k24-revA
Symbolic link
1
board/xilinx/zynqmp/zynqmp-smk-k24-revA
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
zynqmp-sm-k24-revA
|
|
@ -1,83 +0,0 @@
|
||||||
CONFIG_ARM=y
|
|
||||||
CONFIG_ARCH_ZYNQMP=y
|
|
||||||
CONFIG_TEXT_BASE=0x8000000
|
|
||||||
CONFIG_SYS_MALLOC_LEN=0x4008000
|
|
||||||
CONFIG_SYS_MALLOC_F_LEN=0x8000
|
|
||||||
CONFIG_DM_GPIO=y
|
|
||||||
CONFIG_DEFAULT_DEVICE_TREE="avnet-ultrazedev-cc-v1.0-ultrazedev-som-v1.0"
|
|
||||||
CONFIG_SPL=y
|
|
||||||
CONFIG_SPL_SPI_FLASH_SUPPORT=y
|
|
||||||
CONFIG_SPL_SPI=y
|
|
||||||
CONFIG_SYS_LOAD_ADDR=0x8000000
|
|
||||||
CONFIG_DEBUG_UART=y
|
|
||||||
CONFIG_SYS_MEMTEST_START=0x00000000
|
|
||||||
CONFIG_SYS_MEMTEST_END=0x00001000
|
|
||||||
CONFIG_DISTRO_DEFAULTS=y
|
|
||||||
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
|
||||||
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x8000000
|
|
||||||
CONFIG_REMAKE_ELF=y
|
|
||||||
CONFIG_FIT=y
|
|
||||||
CONFIG_FIT_VERBOSE=y
|
|
||||||
CONFIG_SPL_LOAD_FIT=y
|
|
||||||
CONFIG_SPL_LOAD_FIT_ADDRESS=0x10000000
|
|
||||||
CONFIG_BOOTDELAY=0
|
|
||||||
# CONFIG_DISPLAY_CPUINFO is not set
|
|
||||||
CONFIG_CLOCKS=y
|
|
||||||
CONFIG_SPL_MAX_SIZE=0x40000
|
|
||||||
CONFIG_SPL_BSS_MAX_SIZE=0x80000
|
|
||||||
# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set
|
|
||||||
CONFIG_SPL_STACK=0xfffffffc
|
|
||||||
CONFIG_SYS_SPL_MALLOC=y
|
|
||||||
CONFIG_HAS_CUSTOM_SPL_MALLOC_START=y
|
|
||||||
CONFIG_CUSTOM_SYS_SPL_MALLOC_ADDR=0x20000000
|
|
||||||
CONFIG_SYS_SPL_MALLOC_SIZE=0x1000000
|
|
||||||
CONFIG_SPL_FS_LOAD_KERNEL_NAME="atf-uboot.ub"
|
|
||||||
CONFIG_SPL_FS_LOAD_ARGS_NAME="u-boot.bin"
|
|
||||||
CONFIG_SPL_OS_BOOT=y
|
|
||||||
CONFIG_SYS_SPL_ARGS_ADDR=0x8000000
|
|
||||||
CONFIG_SYS_MAXARGS=64
|
|
||||||
CONFIG_SYS_PBSIZE=2073
|
|
||||||
CONFIG_SYS_BOOTM_LEN=0x6400000
|
|
||||||
CONFIG_CMD_MEMTEST=y
|
|
||||||
CONFIG_CMD_FPGA_LOADBP=y
|
|
||||||
CONFIG_CMD_FPGA_LOADP=y
|
|
||||||
CONFIG_CMD_MMC=y
|
|
||||||
CONFIG_CMD_SPI=y
|
|
||||||
CONFIG_BOOTP_MAY_FAIL=y
|
|
||||||
CONFIG_BOOTP_BOOTFILESIZE=y
|
|
||||||
CONFIG_CMD_TIME=y
|
|
||||||
CONFIG_CMD_TIMER=y
|
|
||||||
CONFIG_CMD_EXT4_WRITE=y
|
|
||||||
CONFIG_SPL_OF_CONTROL=y
|
|
||||||
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
||||||
CONFIG_NET_RANDOM_ETHADDR=y
|
|
||||||
CONFIG_SYS_FAULT_ECHO_LINK_DOWN=y
|
|
||||||
CONFIG_SPL_DM_SEQ_ALIAS=y
|
|
||||||
CONFIG_CLK_ZYNQMP=y
|
|
||||||
CONFIG_FPGA_XILINX=y
|
|
||||||
CONFIG_FPGA_ZYNQMPPL=y
|
|
||||||
CONFIG_DM_I2C=y
|
|
||||||
CONFIG_SYS_I2C_CADENCE=y
|
|
||||||
CONFIG_I2C_MUX=y
|
|
||||||
CONFIG_I2C_MUX_PCA954x=y
|
|
||||||
CONFIG_MISC=y
|
|
||||||
CONFIG_I2C_EEPROM=y
|
|
||||||
CONFIG_MMC_SDHCI=y
|
|
||||||
CONFIG_MMC_SDHCI_ZYNQ=y
|
|
||||||
CONFIG_SPI_FLASH_BAR=y
|
|
||||||
CONFIG_SPI_FLASH_ISSI=y
|
|
||||||
CONFIG_SPI_FLASH_MACRONIX=y
|
|
||||||
CONFIG_SPI_FLASH_SPANSION=y
|
|
||||||
CONFIG_SPI_FLASH_STMICRO=y
|
|
||||||
CONFIG_SPI_FLASH_WINBOND=y
|
|
||||||
# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
|
|
||||||
CONFIG_ZYNQ_GEM=y
|
|
||||||
CONFIG_DEBUG_UART_ZYNQ=y
|
|
||||||
CONFIG_DEBUG_UART_ANNOUNCE=y
|
|
||||||
CONFIG_ARM_DCC=y
|
|
||||||
CONFIG_ZYNQ_SERIAL=y
|
|
||||||
CONFIG_SPI=y
|
|
||||||
CONFIG_ZYNQMP_GQSPI=y
|
|
||||||
CONFIG_PANIC_HANG=y
|
|
||||||
CONFIG_OF_LIBFDT_OVERLAY=y
|
|
||||||
CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
|
|
|
@ -33,9 +33,6 @@ CONFIG_SPL_SYS_MALLOC_SIMPLE=y
|
||||||
# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set
|
# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set
|
||||||
CONFIG_SPL_STACK=0x100000
|
CONFIG_SPL_STACK=0x100000
|
||||||
CONFIG_SPL_NOR_SUPPORT=y
|
CONFIG_SPL_NOR_SUPPORT=y
|
||||||
CONFIG_SPL_OS_BOOT=y
|
|
||||||
CONFIG_SYS_SPL_ARGS_ADDR=0x2a000000
|
|
||||||
CONFIG_SYS_OS_BASE=0x2c060000
|
|
||||||
CONFIG_SYS_MAXARGS=15
|
CONFIG_SYS_MAXARGS=15
|
||||||
CONFIG_SYS_CBSIZE=512
|
CONFIG_SYS_CBSIZE=512
|
||||||
CONFIG_SYS_PBSIZE=544
|
CONFIG_SYS_PBSIZE=544
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini_qspi"
|
CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini"
|
||||||
CONFIG_SYS_ICACHE_OFF=y
|
CONFIG_SYS_ICACHE_OFF=y
|
||||||
CONFIG_COUNTER_FREQUENCY=100000000
|
CONFIG_COUNTER_FREQUENCY=100000000
|
||||||
CONFIG_ARCH_VERSAL=y
|
CONFIG_ARCH_VERSAL=y
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini_qspi"
|
CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini"
|
||||||
CONFIG_COUNTER_FREQUENCY=100000000
|
CONFIG_COUNTER_FREQUENCY=100000000
|
||||||
CONFIG_ARCH_VERSAL=y
|
CONFIG_ARCH_VERSAL=y
|
||||||
CONFIG_TEXT_BASE=0xFFFC0000
|
CONFIG_TEXT_BASE=0xFFFC0000
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini_qspi"
|
CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini"
|
||||||
CONFIG_COUNTER_FREQUENCY=100000000
|
CONFIG_COUNTER_FREQUENCY=100000000
|
||||||
CONFIG_ARCH_VERSAL=y
|
CONFIG_ARCH_VERSAL=y
|
||||||
CONFIG_TEXT_BASE=0xFFFC0000
|
CONFIG_TEXT_BASE=0xFFFC0000
|
||||||
|
@ -62,6 +62,7 @@ CONFIG_DM_SPI_FLASH=y
|
||||||
CONFIG_SF_DEFAULT_SPEED=30000000
|
CONFIG_SF_DEFAULT_SPEED=30000000
|
||||||
# CONFIG_SPI_FLASH_SMART_HWCAPS is not set
|
# CONFIG_SPI_FLASH_SMART_HWCAPS is not set
|
||||||
# CONFIG_SPI_FLASH_UNLOCK_ALL is not set
|
# CONFIG_SPI_FLASH_UNLOCK_ALL is not set
|
||||||
|
CONFIG_SPI_FLASH_GIGADEVICE=y
|
||||||
CONFIG_SPI_FLASH_ISSI=y
|
CONFIG_SPI_FLASH_ISSI=y
|
||||||
CONFIG_SPI_FLASH_MACRONIX=y
|
CONFIG_SPI_FLASH_MACRONIX=y
|
||||||
CONFIG_SPI_FLASH_SPANSION=y
|
CONFIG_SPI_FLASH_SPANSION=y
|
||||||
|
|
|
@ -2,6 +2,7 @@ CONFIG_ARM=y
|
||||||
CONFIG_SYS_CONFIG_NAME="xilinx_versal_net_mini"
|
CONFIG_SYS_CONFIG_NAME="xilinx_versal_net_mini"
|
||||||
CONFIG_SYS_ICACHE_OFF=y
|
CONFIG_SYS_ICACHE_OFF=y
|
||||||
# CONFIG_ARM64_CRC32 is not set
|
# CONFIG_ARM64_CRC32 is not set
|
||||||
|
CONFIG_COUNTER_FREQUENCY=100000000
|
||||||
# CONFIG_ARM64_SUPPORT_AARCH32 is not set
|
# CONFIG_ARM64_SUPPORT_AARCH32 is not set
|
||||||
CONFIG_ARCH_VERSAL_NET=y
|
CONFIG_ARCH_VERSAL_NET=y
|
||||||
CONFIG_TEXT_BASE=0xBBF10000
|
CONFIG_TEXT_BASE=0xBBF10000
|
||||||
|
@ -19,6 +20,7 @@ CONFIG_SYS_MEMTEST_END=0x00001000
|
||||||
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
||||||
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xBBF10000
|
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xBBF10000
|
||||||
# CONFIG_EXPERT is not set
|
# CONFIG_EXPERT is not set
|
||||||
|
CONFIG_REMAKE_ELF=y
|
||||||
# CONFIG_LEGACY_IMAGE_FORMAT is not set
|
# CONFIG_LEGACY_IMAGE_FORMAT is not set
|
||||||
# CONFIG_ARCH_FIXUP_FDT_MEMORY is not set
|
# CONFIG_ARCH_FIXUP_FDT_MEMORY is not set
|
||||||
# CONFIG_AUTOBOOT is not set
|
# CONFIG_AUTOBOOT is not set
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
|
CONFIG_COUNTER_FREQUENCY=100000000
|
||||||
CONFIG_POSITION_INDEPENDENT=y
|
CONFIG_POSITION_INDEPENDENT=y
|
||||||
CONFIG_SYS_INIT_SP_BSS_OFFSET=1572864
|
CONFIG_SYS_INIT_SP_BSS_OFFSET=1572864
|
||||||
CONFIG_ARCH_VERSAL_NET=y
|
CONFIG_ARCH_VERSAL_NET=y
|
||||||
|
|
|
@ -119,6 +119,7 @@ CONFIG_MTD_RAW_NAND=y
|
||||||
CONFIG_NAND_ZYNQ=y
|
CONFIG_NAND_ZYNQ=y
|
||||||
CONFIG_SYS_NAND_ONFI_DETECTION=y
|
CONFIG_SYS_NAND_ONFI_DETECTION=y
|
||||||
CONFIG_SF_DEFAULT_SPEED=30000000
|
CONFIG_SF_DEFAULT_SPEED=30000000
|
||||||
|
CONFIG_SPI_FLASH_GIGADEVICE=y
|
||||||
CONFIG_SPI_FLASH_ISSI=y
|
CONFIG_SPI_FLASH_ISSI=y
|
||||||
CONFIG_SPI_FLASH_MACRONIX=y
|
CONFIG_SPI_FLASH_MACRONIX=y
|
||||||
CONFIG_SPI_FLASH_SPANSION=y
|
CONFIG_SPI_FLASH_SPANSION=y
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini_qspi"
|
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini"
|
||||||
CONFIG_SYS_ICACHE_OFF=y
|
CONFIG_SYS_ICACHE_OFF=y
|
||||||
CONFIG_ARCH_ZYNQMP=y
|
CONFIG_ARCH_ZYNQMP=y
|
||||||
CONFIG_TEXT_BASE=0xFFFC0000
|
CONFIG_TEXT_BASE=0xFFFC0000
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini_emmc"
|
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini"
|
||||||
CONFIG_SYS_ICACHE_OFF=y
|
CONFIG_SYS_ICACHE_OFF=y
|
||||||
CONFIG_ARCH_ZYNQMP=y
|
CONFIG_ARCH_ZYNQMP=y
|
||||||
CONFIG_TEXT_BASE=0x10000
|
CONFIG_TEXT_BASE=0x10000
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini_emmc"
|
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini"
|
||||||
CONFIG_SYS_ICACHE_OFF=y
|
CONFIG_SYS_ICACHE_OFF=y
|
||||||
CONFIG_ARCH_ZYNQMP=y
|
CONFIG_ARCH_ZYNQMP=y
|
||||||
CONFIG_TEXT_BASE=0x10000
|
CONFIG_TEXT_BASE=0x10000
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini_qspi"
|
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini"
|
||||||
CONFIG_SYS_ICACHE_OFF=y
|
CONFIG_SYS_ICACHE_OFF=y
|
||||||
CONFIG_ARCH_ZYNQMP=y
|
CONFIG_ARCH_ZYNQMP=y
|
||||||
CONFIG_TEXT_BASE=0xFFFC0000
|
CONFIG_TEXT_BASE=0xFFFC0000
|
||||||
|
@ -79,6 +79,7 @@ CONFIG_SPL_DM_SEQ_ALIAS=y
|
||||||
# CONFIG_MMC is not set
|
# CONFIG_MMC is not set
|
||||||
# CONFIG_SPI_FLASH_SMART_HWCAPS is not set
|
# CONFIG_SPI_FLASH_SMART_HWCAPS is not set
|
||||||
# CONFIG_SPI_FLASH_UNLOCK_ALL is not set
|
# CONFIG_SPI_FLASH_UNLOCK_ALL is not set
|
||||||
|
CONFIG_SPI_FLASH_GIGADEVICE=y
|
||||||
CONFIG_SPI_FLASH_ISSI=y
|
CONFIG_SPI_FLASH_ISSI=y
|
||||||
CONFIG_SPI_FLASH_MACRONIX=y
|
CONFIG_SPI_FLASH_MACRONIX=y
|
||||||
CONFIG_SPI_FLASH_SPANSION=y
|
CONFIG_SPI_FLASH_SPANSION=y
|
||||||
|
|
|
@ -159,6 +159,7 @@ CONFIG_NAND_ARASAN=y
|
||||||
CONFIG_SYS_NAND_ONFI_DETECTION=y
|
CONFIG_SYS_NAND_ONFI_DETECTION=y
|
||||||
CONFIG_SYS_NAND_MAX_CHIPS=2
|
CONFIG_SYS_NAND_MAX_CHIPS=2
|
||||||
CONFIG_SPI_FLASH_BAR=y
|
CONFIG_SPI_FLASH_BAR=y
|
||||||
|
CONFIG_SPI_FLASH_GIGADEVICE=y
|
||||||
CONFIG_SPI_FLASH_ISSI=y
|
CONFIG_SPI_FLASH_ISSI=y
|
||||||
CONFIG_SPI_FLASH_MACRONIX=y
|
CONFIG_SPI_FLASH_MACRONIX=y
|
||||||
CONFIG_SPI_FLASH_SPANSION=y
|
CONFIG_SPI_FLASH_SPANSION=y
|
||||||
|
|
|
@ -82,6 +82,7 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
||||||
CONFIG_SPL_DM_SEQ_ALIAS=y
|
CONFIG_SPL_DM_SEQ_ALIAS=y
|
||||||
# CONFIG_MMC is not set
|
# CONFIG_MMC is not set
|
||||||
CONFIG_SF_DEFAULT_SPEED=30000000
|
CONFIG_SF_DEFAULT_SPEED=30000000
|
||||||
|
CONFIG_SPI_FLASH_GIGADEVICE=y
|
||||||
CONFIG_SPI_FLASH_ISSI=y
|
CONFIG_SPI_FLASH_ISSI=y
|
||||||
CONFIG_SPI_FLASH_MACRONIX=y
|
CONFIG_SPI_FLASH_MACRONIX=y
|
||||||
CONFIG_SPI_FLASH_SPANSION=y
|
CONFIG_SPI_FLASH_SPANSION=y
|
||||||
|
|
|
@ -657,7 +657,9 @@ static int versal_clk_probe(struct udevice *dev)
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
||||||
versal_clock_setup();
|
ret = versal_clock_setup();
|
||||||
|
if (ret < 0)
|
||||||
|
return ret;
|
||||||
|
|
||||||
priv->clk = clock;
|
priv->clk = clock;
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,9 @@ static int modepin_gpio_set_value(struct udevice *dev, unsigned int offset,
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
ret = get_gpio_modepin(ret_payload);
|
ret = get_gpio_modepin(ret_payload);
|
||||||
|
if (ret)
|
||||||
|
return ret;
|
||||||
|
|
||||||
if (value)
|
if (value)
|
||||||
out_val = OUTVAL(offset) | ret_payload[1];
|
out_val = OUTVAL(offset) | ret_payload[1];
|
||||||
else
|
else
|
||||||
|
|
|
@ -249,7 +249,7 @@ static int arasan_sdhci_execute_tuning(struct mmc *mmc, u8 opcode)
|
||||||
u32 ctrl;
|
u32 ctrl;
|
||||||
struct sdhci_host *host;
|
struct sdhci_host *host;
|
||||||
struct arasan_sdhci_priv *priv = dev_get_priv(mmc->dev);
|
struct arasan_sdhci_priv *priv = dev_get_priv(mmc->dev);
|
||||||
char tuning_loop_counter = SDHCI_TUNING_LOOP_COUNT;
|
int tuning_loop_counter = SDHCI_TUNING_LOOP_COUNT;
|
||||||
|
|
||||||
dev_dbg(mmc->dev, "%s\n", __func__);
|
dev_dbg(mmc->dev, "%s\n", __func__);
|
||||||
|
|
||||||
|
|
|
@ -118,6 +118,36 @@ const struct flash_info spi_nor_ids[] = {
|
||||||
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
|
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
|
||||||
SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
|
SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
|
||||||
},
|
},
|
||||||
|
/* adding these 3V QSPI flash parts */
|
||||||
|
{INFO("gd25b256", 0xc84019, 0, 64 * 1024, 512, SECT_4K |
|
||||||
|
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES) },
|
||||||
|
{INFO("gd25b512", 0xc8471A, 0, 64 * 1024, 1024, SECT_4K |
|
||||||
|
SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd55b01g", 0xc8471B, 0, 64 * 1024, 2048, SECT_4K |
|
||||||
|
SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd55b02g", 0xc8471C, 0, 64 * 1024, 4096, SECT_4K |
|
||||||
|
SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd25f64", 0xc84317, 0, 64 * 1024, 128, SECT_4K |
|
||||||
|
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK)},
|
||||||
|
{INFO("gd25f128", 0xc84318, 0, 64 * 1024, 256, SECT_4K |
|
||||||
|
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK)},
|
||||||
|
{INFO("gd25f256", 0xc84319, 0, 64 * 1024, 512, SECT_4K |
|
||||||
|
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd55f512", 0xc8431A, 0, 64 * 1024, 1024, SECT_4K |
|
||||||
|
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd25t512", 0xc8461A, 0, 64 * 1024, 1024, SECT_4K |
|
||||||
|
SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd55t01g", 0xc8461B, 0, 64 * 1024, 2048, SECT_4K |
|
||||||
|
SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd55t02g", 0xc8461C, 0, 64 * 1024, 4096, SECT_4K |
|
||||||
|
SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
/* adding these 3V OSPI flash parts */
|
||||||
|
{INFO("gd25x512", 0xc8481A, 0, 64 * 1024, 1024, SECT_4K |
|
||||||
|
SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd55x01g", 0xc8481B, 0, 64 * 1024, 2048, SECT_4K |
|
||||||
|
SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd55x02g", 0xc8481C, 0, 64 * 1024, 4096, SECT_4K |
|
||||||
|
SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)},
|
||||||
{
|
{
|
||||||
INFO("gd25lq128", 0xc86018, 0, 64 * 1024, 256,
|
INFO("gd25lq128", 0xc86018, 0, 64 * 1024, 256,
|
||||||
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
|
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
|
||||||
|
@ -128,10 +158,48 @@ const struct flash_info spi_nor_ids[] = {
|
||||||
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
|
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
|
||||||
SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
|
SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
|
||||||
},
|
},
|
||||||
|
/* adding these 1.8V QSPI flash parts */
|
||||||
|
{INFO("gd25lb256", 0xc86719, 0, 64 * 1024, 512, SECT_4K |
|
||||||
|
SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd25lb512", 0xc8671A, 0, 64 * 1024, 1024, SECT_4K |
|
||||||
|
SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd55lb01g", 0xc8671B, 0, 64 * 1024, 2048, SECT_4K |
|
||||||
|
SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd55lb02g", 0xc8671C, 0, 64 * 1024, 4096, SECT_4K |
|
||||||
|
SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd25lf80", 0xc86314, 0, 64 * 1024, 16, SECT_4K |
|
||||||
|
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK)},
|
||||||
|
{INFO("gd25lf16", 0xc86315, 0, 64 * 1024, 32, SECT_4K |
|
||||||
|
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK)},
|
||||||
|
{INFO("gd25lf32", 0xc86316, 0, 64 * 1024, 64, SECT_4K |
|
||||||
|
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK) },
|
||||||
|
{INFO("gd25lf64", 0xc86317, 0, 64 * 1024, 128, SECT_4K |
|
||||||
|
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK) },
|
||||||
|
{INFO("gd25lf128", 0xc86318, 0, 64 * 1024, 256, SECT_4K |
|
||||||
|
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK) },
|
||||||
|
{INFO("gd25lf255", 0xc86319, 0, 64 * 1024, 512, SECT_4K |
|
||||||
|
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd25lf511", 0xc8631A, 0, 64 * 1024, 1024, SECT_4K |
|
||||||
|
SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd25lt256", 0xc86619, 0, 64 * 1024, 512, SECT_4K |
|
||||||
|
SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd25lt512", 0xc8661A, 0, 64 * 1024, 1024, SECT_4K |
|
||||||
|
SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd55lt01g", 0xc8661B, 0, 64 * 1024, 2048, SECT_4K |
|
||||||
|
SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd55lt02g", 0xc8661C, 0, 64 * 1024, 4096, SECT_4K |
|
||||||
|
SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)},
|
||||||
{
|
{
|
||||||
INFO("gd25lx256e", 0xc86819, 0, 64 * 1024, 512,
|
INFO("gd25lx256e", 0xc86819, 0, 64 * 1024, 512,
|
||||||
SECT_4K | SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)
|
SECT_4K | SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)
|
||||||
},
|
},
|
||||||
|
/* adding these 1.8V OSPI flash parts */
|
||||||
|
{INFO("gd25lx512", 0xc8681A, 0, 64 * 1024, 1024, SECT_4K |
|
||||||
|
SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd55lx01g", 0xc8681B, 0, 64 * 1024, 2048, SECT_4K |
|
||||||
|
SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)},
|
||||||
|
{INFO("gd55lx02g", 0xc8681C, 0, 64 * 1024, 4096, SECT_4K |
|
||||||
|
SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)},
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_SPI_FLASH_ISSI /* ISSI */
|
#ifdef CONFIG_SPI_FLASH_ISSI /* ISSI */
|
||||||
/* ISSI */
|
/* ISSI */
|
||||||
|
|
|
@ -125,6 +125,10 @@
|
||||||
*/
|
*/
|
||||||
#define PHY_DETECT_MASK 0x1808
|
#define PHY_DETECT_MASK 0x1808
|
||||||
|
|
||||||
|
/* PCS (SGMII) Link Status */
|
||||||
|
#define ZYNQ_GEM_PCSSTATUS_LINK BIT(2)
|
||||||
|
#define ZYNQ_GEM_PCSSTATUS_ANEG_COMPL BIT(5)
|
||||||
|
|
||||||
/* TX BD status masks */
|
/* TX BD status masks */
|
||||||
#define ZYNQ_GEM_TXBUF_FRMLEN_MASK 0x000007ff
|
#define ZYNQ_GEM_TXBUF_FRMLEN_MASK 0x000007ff
|
||||||
#define ZYNQ_GEM_TXBUF_EXHAUSTED 0x08000000
|
#define ZYNQ_GEM_TXBUF_EXHAUSTED 0x08000000
|
||||||
|
@ -164,7 +168,8 @@ struct zynq_gem_regs {
|
||||||
u32 stat[STAT_SIZE]; /* 0x100 - Octects transmitted Low reg */
|
u32 stat[STAT_SIZE]; /* 0x100 - Octects transmitted Low reg */
|
||||||
u32 reserved9[20];
|
u32 reserved9[20];
|
||||||
u32 pcscntrl;
|
u32 pcscntrl;
|
||||||
u32 rserved12[36];
|
u32 pcsstatus;
|
||||||
|
u32 rserved12[35];
|
||||||
u32 dcfg6; /* 0x294 Design config reg6 */
|
u32 dcfg6; /* 0x294 Design config reg6 */
|
||||||
u32 reserved7[106];
|
u32 reserved7[106];
|
||||||
u32 transmit_q1_ptr; /* 0x440 - Transmit priority queue 1 */
|
u32 transmit_q1_ptr; /* 0x440 - Transmit priority queue 1 */
|
||||||
|
@ -491,12 +496,37 @@ static int zynq_gem_init(struct udevice *dev)
|
||||||
* Must be written after PCS_SEL is set in nwconfig,
|
* Must be written after PCS_SEL is set in nwconfig,
|
||||||
* otherwise writes will not take effect.
|
* otherwise writes will not take effect.
|
||||||
*/
|
*/
|
||||||
if (priv->phydev->phy_id != PHY_FIXED_ID)
|
if (priv->phydev->phy_id != PHY_FIXED_ID) {
|
||||||
writel(readl(®s->pcscntrl) | ZYNQ_GEM_PCS_CTL_ANEG_ENBL,
|
writel(readl(®s->pcscntrl) | ZYNQ_GEM_PCS_CTL_ANEG_ENBL,
|
||||||
®s->pcscntrl);
|
®s->pcscntrl);
|
||||||
else
|
/*
|
||||||
|
* When the PHY link is already up, the PCS link needs
|
||||||
|
* to get re-checked
|
||||||
|
*/
|
||||||
|
if (priv->phydev->link) {
|
||||||
|
u32 pcsstatus;
|
||||||
|
|
||||||
|
pcsstatus = ZYNQ_GEM_PCSSTATUS_LINK |
|
||||||
|
ZYNQ_GEM_PCSSTATUS_ANEG_COMPL;
|
||||||
|
ret = wait_for_bit_le32(®s->pcsstatus,
|
||||||
|
pcsstatus,
|
||||||
|
true, 5000, true);
|
||||||
|
if (ret) {
|
||||||
|
dev_warn(dev,
|
||||||
|
"no PCS (SGMII) link\n");
|
||||||
|
} else {
|
||||||
|
/*
|
||||||
|
* Some additional minimal delay seems
|
||||||
|
* to be needed so that the first
|
||||||
|
* packet will be sent correctly
|
||||||
|
*/
|
||||||
|
mdelay(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
writel(readl(®s->pcscntrl) & ~ZYNQ_GEM_PCS_CTL_ANEG_ENBL,
|
writel(readl(®s->pcscntrl) & ~ZYNQ_GEM_PCS_CTL_ANEG_ENBL,
|
||||||
®s->pcscntrl);
|
®s->pcscntrl);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -821,7 +851,8 @@ static int zynq_gem_probe(struct udevice *dev)
|
||||||
|
|
||||||
if (priv->interface == PHY_INTERFACE_MODE_SGMII && phy.dev) {
|
if (priv->interface == PHY_INTERFACE_MODE_SGMII && phy.dev) {
|
||||||
if (IS_ENABLED(CONFIG_DM_ETH_PHY)) {
|
if (IS_ENABLED(CONFIG_DM_ETH_PHY)) {
|
||||||
if (device_is_compatible(dev, "cdns,zynqmp-gem")) {
|
if (device_is_compatible(dev, "cdns,zynqmp-gem") ||
|
||||||
|
device_is_compatible(dev, "xlnx,zynqmp-gem")) {
|
||||||
ret = gem_zynqmp_set_dynamic_config(dev);
|
ret = gem_zynqmp_set_dynamic_config(dev);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
dev_err
|
dev_err
|
||||||
|
@ -922,8 +953,11 @@ static int zynq_gem_of_to_plat(struct udevice *dev)
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct udevice_id zynq_gem_ids[] = {
|
static const struct udevice_id zynq_gem_ids[] = {
|
||||||
|
{ .compatible = "xlnx,versal-gem", .data = RXCLK_EN },
|
||||||
{ .compatible = "cdns,versal-gem", .data = RXCLK_EN },
|
{ .compatible = "cdns,versal-gem", .data = RXCLK_EN },
|
||||||
|
{ .compatible = "xlnx,zynqmp-gem" },
|
||||||
{ .compatible = "cdns,zynqmp-gem" },
|
{ .compatible = "cdns,zynqmp-gem" },
|
||||||
|
{ .compatible = "xlnx,zynq-gem" },
|
||||||
{ .compatible = "cdns,zynq-gem" },
|
{ .compatible = "cdns,zynq-gem" },
|
||||||
{ .compatible = "cdns,gem" },
|
{ .compatible = "cdns,gem" },
|
||||||
{ }
|
{ }
|
||||||
|
|
|
@ -186,7 +186,7 @@ static const struct zynqmp_device zynqmp_devices[] = {
|
||||||
.variants = ZYNQMP_VARIANT_DR,
|
.variants = ZYNQMP_VARIANT_DR,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.id = 0x04714093,
|
.id = 0x04712093,
|
||||||
.device = 24,
|
.device = 24,
|
||||||
.variants = 0,
|
.variants = 0,
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
|
||||||
/*
|
|
||||||
* Configuration for Xilinx Versal QSPI Flash utility
|
|
||||||
*
|
|
||||||
* (C) Copyright 2018-2019 Xilinx, Inc.
|
|
||||||
* Michal Simek <michal.simek@xilinx.com>
|
|
||||||
* Siva Durga Prasad Paladugu <sivadur@xilinx.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __CONFIG_VERSAL_MINI_QSPI_H
|
|
||||||
#define __CONFIG_VERSAL_MINI_QSPI_H
|
|
||||||
|
|
||||||
#include <configs/xilinx_versal_mini.h>
|
|
||||||
|
|
||||||
#endif /* __CONFIG_VERSAL_MINI_QSPI_H */
|
|
|
@ -1,15 +0,0 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
||||||
/*
|
|
||||||
* Configuration for Xilinx ZynqMP eMMC Flash utility
|
|
||||||
*
|
|
||||||
* (C) Copyright 2018 Xilinx, Inc.
|
|
||||||
* Michal Simek <michal.simek@xilinx.com>
|
|
||||||
* Siva Durga Prasad Paladugu <sivadur@xilinx.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __CONFIG_ZYNQMP_MINI_EMMC_H
|
|
||||||
#define __CONFIG_ZYNQMP_MINI_EMMC_H
|
|
||||||
|
|
||||||
#include <configs/xilinx_zynqmp_mini.h>
|
|
||||||
|
|
||||||
#endif /* __CONFIG_ZYNQMP_MINI_EMMC_H */
|
|
|
@ -1,15 +0,0 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
||||||
/*
|
|
||||||
* Configuration for Xilinx ZynqMP QSPI Flash utility
|
|
||||||
*
|
|
||||||
* (C) Copyright 2018 Xilinx, Inc.
|
|
||||||
* Michal Simek <michal.simek@xilinx.com>
|
|
||||||
* Siva Durga Prasad Paladugu <sivadur@xilinx.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __CONFIG_ZYNQMP_MINI_QSPI_H
|
|
||||||
#define __CONFIG_ZYNQMP_MINI_QSPI_H
|
|
||||||
|
|
||||||
#include <configs/xilinx_zynqmp_mini.h>
|
|
||||||
|
|
||||||
#endif /* __CONFIG_ZYNQMP_MINI_QSPI_H */
|
|
Loading…
Reference in a new issue